HomeSort by: relevance | last modified time | path
    Searched refs:optreset (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/common/lib/libc/stdlib/
getopt.c 65 optreset; /* reset getopt */
85 if (optreset || *place == 0) { /* update scanning pointer */
86 optreset = 0;
  /src/sbin/mount_hfs/
mount_hfs.c 113 optind = optreset = 1; /* Reset for parse of new argv. */
  /src/lib/libc/stdlib/
getopt_long.c 63 int optreset; /* reset getopt */ variable in typeref:typename:int
66 static int optreset; variable in typeref:typename:int
95 /* XXX: set optreset to 1 rather than these two */
186 if (optreset)
189 if (optreset || !*place) { /* update scanning pointer */
190 optreset = 0;
  /src/sbin/mount_chfs/
mount_chfs.c 80 optind = optreset = 1;
  /src/sbin/mount_ext2fs/
mount_ext2fs.c 99 optind = optreset = 1; /* Reset for parse of new argv. */
  /src/sbin/mount_ffs/
mount_ffs.c 104 optind = optreset = 1; /* Reset for parse of new argv. */
  /src/sbin/mount_sysvbfs/
mount_sysvbfs.c 92 optind = optreset = 1; /* Reset for parse of new argv. */
  /src/sbin/mount_v7fs/
mount_v7fs.c 145 optind = optreset = 1; /* Reset for parse of new argv. */
  /src/usr.bin/dc/
dc.c 55 optreset = 1;
  /src/usr.bin/sdpquery/
sdpquery.c 136 optreset = 1;
  /src/usr.sbin/puffs/rump_lfs/
rump_lfs.c 90 optreset = 1;
  /src/sys/arch/ia64/stand/common/
commands.c 338 optreset = 1;
382 optreset = 1;
477 optreset = 1;
ls.c 73 optreset = 1;
fileload.c 68 optreset = 1;
126 optreset = 1;
  /src/tests/lib/libc/stdlib/
h_getopt.c 84 optind = optreset = 1;
  /src/usr.bin/passwd/
passwd.c 172 optreset = 1;
187 optreset = 1;
  /src/libexec/ftpd/
popen.c 192 optreset = optind = optopt = 1;
  /src/sbin/mount_cd9660/
mount_cd9660.c 109 optind = optreset = 1;
  /src/usr.bin/utoppya/
utoppya.c 351 optreset = 1;
477 optreset = 1;
  /src/sbin/mount_tmpfs/
mount_tmpfs.c 159 optind = optreset = 1;
  /src/sbin/nvmectl/
identify.c 322 optreset = 1;
  /src/sys/lib/libsa/
stand.h 284 extern int opterr, optind, optopt, optreset;
  /src/usr.sbin/iteconfig/
iteconfig.c 108 did_reset = optreset = optind = 1;
  /src/usr.sbin/ipwctl/
ipwctl.c 78 optreset = 1;
  /src/usr.sbin/makemandb/
apropos.c 193 optreset = 1;

Completed in 1009 milliseconds

1 2