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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetopt1.c103 int digit_optind = 0;
144 if (digit_optind != 0 && digit_optind != this_option_optind)
146 digit_optind = this_option_optind;
101 int digit_optind = 0; local
H A Dgetopt.c701 int digit_optind = 0;
723 if (digit_optind != 0 && digit_optind != this_option_optind)
725 digit_optind = this_option_optind;
696 int digit_optind = 0; local
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgetopt1.c100 int digit_optind = 0;
141 if (digit_optind != 0 && digit_optind != this_option_optind)
143 digit_optind = this_option_optind;
98 int digit_optind = 0; local
H A Dgetopt.c998 int digit_optind = 0;
1020 if (digit_optind != 0 && digit_optind != this_option_optind)
1022 digit_optind = this_option_optind;
993 int digit_optind = 0; local

Completed in 109 milliseconds