Home
last modified time | relevance | path

Searched refs:optind (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c74 int optind = 1; /* index into parent argv vector */ variable
223 optind++; in parse_long_options()
304 optarg = nargv[optind++]; in parse_long_options()
326 --optind; in parse_long_options()
331 --optind; in parse_long_options()
371 if (optind == 0)
372 optind = optreset = 1;
393 if (optind >= nargc) { /* end of argument vector */
398 optind, nargv);
399 optind -= nonopt_end - nonopt_start;
[all …]
/bionic/libc/include/
Dgetopt.h70 extern int optind, opterr, optopt;
Dunistd.h195 extern int optind, opterr, optopt;
/bionic/tools/relocation_packer/src/
Dmain.cc87 if (optind != argc - 1) { in main()
/bionic/libc/tools/
Dposix-2013.txt619 optind
/bionic/libc/
Dlibc.map819 optind;