Home
last modified time | relevance | path

Searched refs:pfound (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/posix/
Dgetopt.c201 const struct option *pfound = NULL; in process_long_option() local
216 pfound = p; in process_long_option()
221 if (pfound == NULL) in process_long_option()
232 if (pfound == NULL) in process_long_option()
235 pfound = p; in process_long_option()
239 || pfound->has_arg != p->has_arg in process_long_option()
240 || pfound->flag != p->flag in process_long_option()
241 || pfound->val != p->val) in process_long_option()
309 if (pfound == NULL) in process_long_option()
338 if (pfound->has_arg) in process_long_option()
[all …]