Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dgetopt1.c98 int digit_optind = 0; in main() local
139 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
141 digit_optind = this_option_optind; in main()
Dgetopt.c971 int digit_optind = 0; in main() local
993 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
995 digit_optind = this_option_optind; in main()