Searched refs:this_option_optind (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c1230 int this_option_optind = optind ? optind : 1;
1248 if (digit_optind != 0 && digit_optind != this_option_optind)
1250 digit_optind = this_option_optind;
1225 int this_option_optind = optind ? optind : 1; local
H A Dgetopt1.c120 int this_option_optind = optind ? optind : 1;
157 if (digit_optind != 0 && digit_optind != this_option_optind)
159 digit_optind = this_option_optind;
118 int this_option_optind = optind ? optind : 1; variable

Completed in 44 milliseconds