Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
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.h308 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
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()
/illumos-gate/usr/src/boot/common/
H A Dcommands.c357 optreset = 1; in command_echo()
402 optreset = 1; in command_read()
504 optreset = 1; in command_lsdev()
H A Dnvstore.c193 optreset = 1; in command_nvstore()
238 optreset = 1; in command_nvstore()
H A Dls.c72 optreset = 1; in command_ls()
H A Dpnp.c47 optreset = 1; in pnp_scan()
H A Dmodule.c121 optreset = 1; in command_load()
236 optreset = 1; in command_lsmod()
H A Dgfx_fb.c2383 optreset = 1; in command_font()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h587 extern int optreset; /* getopt(3) external variable */
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c992 optreset = 1; in command_reboot()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1152 optreset = 1; in command_efi_show()