Searched refs:pfound (Results 1 – 1 of 1) sorted by relevance
484 const struct option *pfound = NULL; in _getopt_internal_r() local506 pfound = p; in _getopt_internal_r()511 else if (pfound == NULL) in _getopt_internal_r()514 pfound = p; in _getopt_internal_r()518 || pfound->has_arg != p->has_arg in _getopt_internal_r()519 || pfound->flag != p->flag in _getopt_internal_r()520 || pfound->val != p->val) in _getopt_internal_r()535 first.p = pfound; in _getopt_internal_r()601 if (pfound != NULL) in _getopt_internal_r()609 if (pfound->has_arg) in _getopt_internal_r()[all …]