Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dgetopt1.c102 int this_option_optind = optind ? optind : 1; in main() local
139 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
141 digit_optind = this_option_optind; in main()
Dgetopt.c997 int this_option_optind = optind ? optind : 1; in main() local
1015 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
1017 digit_optind = this_option_optind; in main()