Searched defs:optreset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dgetopt.c43 optreset; /* reset getopt */ variable
60 if (optreset || !*place) { /* update scanning pointer */
61 optreset = 0;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c81 static int optreset = 0; /* keep track of first entry to getopt() */ variable
117 /* XXX: set optreset to 1 rather than these two */
506 optind = optreset = 1;
512 if (optreset) {
531 if (optreset || !*place) { /* update scanning pointer */
532 optreset = 0;

Completed in 57 milliseconds