Searched refs:optreset (Results 1 - 8 of 8) 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;
H A Dstand.h290 extern int optind, opterr, optopt, optreset;
/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;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c349 optreset = 1;
394 optreset = 1;
494 optreset = 1;
H A Dpnp.c47 optreset = 1;
H A Dls.c73 optreset = 1;
H A Dmodule.c110 optreset = 1;
202 optreset = 1;
263 optreset = 1;
/illumos-gate/usr/src/boot/include/
H A Dunistd.h587 extern int optreset; /* getopt(3) external variable */

Completed in 80 milliseconds