Home
last modified time | relevance | path

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

123

/freebsd-14.2/stand/libsa/
H A Dgetopt.c36 optreset; /* reset getopt */ variable
53 if (optreset || !*place) { /* update scanning pointer */ in getopt()
54 optreset = 0; in getopt()
/freebsd-14.2/contrib/unifdef/FreeBSD/
H A Dgetopt.c35 optreset; /* reset getopt */ variable
53 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
54 optreset = 0; in getopt()
/freebsd-14.2/lib/libc/stdlib/
H A Dgetopt.c49 optreset; /* reset getopt */ variable
65 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
66 optreset = 0; in getopt()
H A Dgetopt_long.c73 int optreset; /* reset getopt */ variable
369 optind = optreset = 1;
375 if (posixly_correct == -1 || optreset)
385 if (optreset)
388 if (optreset || !*place) { /* update scanning pointer */
389 optreset = 0;
/freebsd-14.2/contrib/libpcap/missing/
H A Dgetopt.c47 optreset; /* reset getopt */ variable
72 if (optreset || !*place) { /* update scanning pointer */ in getopt()
73 optreset = 0; in getopt()
H A Dgetopt.h5 extern int optind, opterr, optreset, optopt;
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dgetopt.c50 int optreset; /* reset getopt */ variable
64 if (optreset || !*place) { /* update scanning pointer */ in getopt()
65 optreset = 0; in getopt()
/freebsd-14.2/contrib/kyua/m4/
H A Dgetopt.m438 [whether getopt allows a + sign for POSIX behavior optreset],
81 dnl Checks if optreset exists to reset the processing of getopt(3) options.
83 dnl getopt(3) has an optreset global variable to reset internal state
84 dnl before calling getopt(3) again. However, optreset is not standard and
87 dnl Defines HAVE_GETOPT_WITH_OPTRESET if optreset exists.
90 [whether getopt has optreset],
99 optreset = 1;
108 [Define to 1 if getopt has optreset])
/freebsd-14.2/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c69 int optreset; /* reset getopt */ variable
300 optind = optreset = 1; in getopt_internal()
306 if (posixly_correct == -1 || optreset) in getopt_internal()
316 if (optreset) in getopt_internal()
319 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
320 optreset = 0; in getopt_internal()
H A Dgetopt.h70 extern int optreset;
/freebsd-14.2/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c52 optreset; /* reset getopt */ variable
96 if (optreset || !*place) { /* update scanning pointer */
97 optreset = 0;
H A Dgetopt_long.c40 extern int optreset; /* reset getopt */
85 if (optreset || !*place) { /* update scanning pointer */
86 optreset = 0;
H A Dgetopt.h11 extern int optreset; /* reset getopt */
/freebsd-14.2/contrib/libevent/WIN32-Code/
H A Dgetopt.c52 optreset; /* reset getopt */ variable
96 if (optreset || !*place) { /* update scanning pointer */
97 optreset = 0;
H A Dgetopt_long.c40 extern int optreset; /* reset getopt */
85 if (optreset || !*place) { /* update scanning pointer */
86 optreset = 0;
H A Dgetopt.h11 extern int optreset; /* reset getopt */
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp23 int optreset; /* reset getopt */ variable
238 optind = optreset = 1; in getopt_internal()
244 if (posixly_correct == -1 || optreset) in getopt_internal()
254 if (optreset) in getopt_internal()
257 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
258 optreset = 0; in getopt_internal()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c92 int optreset; /* reset getopt */ variable
323 optind = optreset = 1; in getopt_internal()
329 if (posixly_correct == -1 || optreset) in getopt_internal()
339 if (optreset) in getopt_internal()
342 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
343 optreset = 0; in getopt_internal()
/freebsd-14.2/contrib/bmake/
H A Dgetopt.c50 optreset; /* reset getopt */ variable
73 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
74 optreset = 0; in getopt()
/freebsd-14.2/contrib/file/src/
H A Dgetopt_long.c66 int optreset; /* reset getopt */ variable
69 static int optreset;
198 if (optreset)
201 if (optreset || !*place) { /* update scanning pointer */
202 optreset = 0;
/freebsd-14.2/stand/common/
H A Dnvstore.c68 optreset = 1; in command_nvstore()
113 optreset = 1; in command_nvstore()
/freebsd-14.2/sbin/gvinum/
H A Dgvinum.c657 optreset = 1; in gvinum_detach()
757 optreset = 1; in gvinum_setstate()
816 optreset = 1; in gvinum_list()
894 optreset = 1; in gvinum_move()
958 optreset = 1; in gvinum_parityop()
1017 optreset = 1; in gvinum_rename()
1067 optreset = 1; in gvinum_rm()
1182 optreset = 1; in gvinum_start()
/freebsd-14.2/sbin/ping/
H A Dmain.c176 optreset = 1; in main()
182 optreset = 1; in main()
/freebsd-14.2/usr.sbin/mlxcontrol/
H A Dcommand.c386 optreset = 1; in cmd_status()
444 optreset = 1; in cmd_rescan()
503 optreset = 1; in cmd_detach()
659 optreset = 1; in cmd_pause()
/freebsd-14.2/include/
H A Dgetopt.h75 extern int optreset; /* getopt(3) external variable */

123