Searched refs:digit_optind (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c116 int digit_optind = 0;
157 if (digit_optind != 0 && digit_optind != this_option_optind)
159 digit_optind = this_option_optind;
114 int digit_optind = 0; variable
H A Dgetopt.c1226 int digit_optind = 0;
1248 if (digit_optind != 0 && digit_optind != this_option_optind)
1250 digit_optind = this_option_optind;
1221 int digit_optind = 0; local

Completed in 29 milliseconds