Searched refs:optind (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c74 int optind = 1; /* index into parent argv vector */ variable
223 optind++;
304 optarg = nargv[optind++];
326 --optind;
331 --optind;
387 * XXX Some GNU programs (like cvs) set optind to 0 instead of
390 if (optind == 0)
391 optind = optreset = 1;
399 if (optind >= nargc) { /* end of argument vector */
404 optind, narg
[all...]
/bionic/libc/include/
H A Dgetopt.h70 extern int optind, opterr, optopt;
H A Dunistd.h170 extern int optind, opterr, optopt;

Completed in 79 milliseconds