Home
last modified time | relevance | path

Searched refs:optreset (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/boot/lib/libstand/
H A Dgetopt.c43 optreset; /* reset getopt */ variable
60 if (optreset || !*place) { /* update scanning pointer */ in getopt()
61 optreset = 0; in getopt()
H A Dstand.h295 extern int optind, opterr, optopt, optreset;
/titanic_53/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c81 static int optreset = 0; /* keep track of first entry to getopt() */ variable
506 optind = optreset = 1; in getopt_internal()
512 if (optreset) { in getopt_internal()
531 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
532 optreset = 0; in getopt_internal()
/titanic_53/usr/src/boot/sys/boot/common/
H A Dcommands.c349 optreset = 1; in command_echo()
394 optreset = 1; in command_read()
494 optreset = 1; in command_lsdev()
H A Dls.c72 optreset = 1; in command_ls()
H A Dpnp.c47 optreset = 1; in pnp_scan()
H A Dmodule.c109 optreset = 1; in command_load()
201 optreset = 1; in command_load_geli()
262 optreset = 1; in command_lsmod()
/titanic_53/usr/src/boot/include/
H A Dunistd.h587 extern int optreset; /* getopt(3) external variable */
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Denv.c750 optreset = 1; in command_efi_show()