| /freebsd-14.2/stand/libsa/ |
| H A D | getopt.c | 36 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 D | getopt.c | 35 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 D | getopt.c | 49 optreset; /* reset getopt */ variable 65 if (optreset || *place == 0) { /* update scanning pointer */ in getopt() 66 optreset = 0; in getopt()
|
| H A D | getopt_long.c | 73 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 D | getopt.c | 47 optreset; /* reset getopt */ variable 72 if (optreset || !*place) { /* update scanning pointer */ in getopt() 73 optreset = 0; in getopt()
|
| H A D | getopt.h | 5 extern int optind, opterr, optreset, optopt;
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | getopt.c | 50 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 D | getopt.m4 | 38 [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 D | getopt_long.c | 69 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 D | getopt.h | 70 extern int optreset;
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/WIN32-Code/ |
| H A D | getopt.c | 52 optreset; /* reset getopt */ variable 96 if (optreset || !*place) { /* update scanning pointer */ 97 optreset = 0;
|
| H A D | getopt_long.c | 40 extern int optreset; /* reset getopt */ 85 if (optreset || !*place) { /* update scanning pointer */ 86 optreset = 0;
|
| H A D | getopt.h | 11 extern int optreset; /* reset getopt */
|
| /freebsd-14.2/contrib/libevent/WIN32-Code/ |
| H A D | getopt.c | 52 optreset; /* reset getopt */ variable 96 if (optreset || !*place) { /* update scanning pointer */ 97 optreset = 0;
|
| H A D | getopt_long.c | 40 extern int optreset; /* reset getopt */ 85 if (optreset || !*place) { /* update scanning pointer */ 86 optreset = 0;
|
| H A D | getopt.h | 11 extern int optreset; /* reset getopt */
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | GetOptInc.cpp | 23 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 D | getopt_long.c | 92 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 D | getopt.c | 50 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 D | getopt_long.c | 66 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 D | nvstore.c | 68 optreset = 1; in command_nvstore() 113 optreset = 1; in command_nvstore()
|
| /freebsd-14.2/sbin/gvinum/ |
| H A D | gvinum.c | 657 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 D | main.c | 176 optreset = 1; in main() 182 optreset = 1; in main()
|
| /freebsd-14.2/usr.sbin/mlxcontrol/ |
| H A D | command.c | 386 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 D | getopt.h | 75 extern int optreset; /* getopt(3) external variable */
|