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

1 2 3

  /src/external/bsd/libpcap/dist/missing/
getopt.h 5 extern int optind, opterr, optreset, optopt;
getopt.c 47 optreset; /* reset getopt */ variable
72 if (optreset || !*place) { /* update scanning pointer */
73 optreset = 0;
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.h 12 extern int optreset; /* reset getopt */
getopt.c 53 optreset; /* reset getopt */ variable
97 if (optreset || !*place) { /* update scanning pointer */
98 optreset = 0;
getopt_long.c 41 extern int optreset; /* reset getopt */
86 if (optreset || !*place) { /* update scanning pointer */
87 optreset = 0;
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.h 13 extern int optreset; /* reset getopt */
getopt.c 54 optreset; /* reset getopt */ variable
98 if (optreset || !*place) { /* update scanning pointer */
99 optreset = 0;
getopt_long.c 42 extern int optreset; /* reset getopt */
87 if (optreset || !*place) { /* update scanning pointer */
88 optreset = 0;
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt.h 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
70 extern int optreset;
getopt_long.c 69 int optreset; /* reset getopt */ variable
94 /* XXX: set optreset to 1 rather than these two */
297 * XXX using optreset. Work around this braindamage.
300 optind = optreset = 1;
306 if (posixly_correct == -1 || optreset)
316 if (optreset)
319 if (optreset || !*place) { /* update scanning pointer */
320 optreset = 0;
  /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
66 static int optreset; variable
95 /* XXX: set optreset to 1 rather than these two */
186 if (optreset)
189 if (optreset || !*place) { /* update scanning pointer */
190 optreset = 0;
  /src/external/bsd/file/dist/src/
getopt_long.c 72 int optreset; /* reset getopt */ variable
75 static int optreset; variable
104 /* XXX: set optreset to 1 rather than these two */
204 if (optreset)
207 if (optreset || !*place) { /* update scanning pointer */
208 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 146 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;
  /src/tests/lib/libc/stdlib/
h_getopt.c 84 optind = optreset = 1;

Completed in 76 milliseconds

1 2 3