Searched refs:pfound (Results 1 – 1 of 1) sorted by relevance
458 const struct option *pfound = NULL; in _getopt_internal() local469 pfound = p; in _getopt_internal()473 } else if (pfound == NULL) { in _getopt_internal()475 pfound = p; in _getopt_internal()491 if (pfound != NULL) { in _getopt_internal()497 if (pfound->has_arg) in _getopt_internal()505 argv[0], pfound->name); in _getopt_internal()511 pfound->name); in _getopt_internal()531 if (pfound->flag) { in _getopt_internal()532 *(pfound->flag) = pfound->val; in _getopt_internal()[all …]