| /netbsd-src/external/bsd/libfido2/dist/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;
|
| /netbsd-src/external/bsd/libpcap/dist/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;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | getopt.c | 52 int optreset; /* reset getopt */ variable 66 if (optreset || !*place) { /* update scanning pointer */ in getopt() 67 optreset = 0; in getopt()
|
| /netbsd-src/common/lib/libc/stdlib/ |
| H A D | getopt.c | 65 optreset; /* reset getopt */ 85 if (optreset || *place == 0) { /* update scanning pointer */ in getopt() 86 optreset = 0; in getopt()
|
| /netbsd-src/external/bsd/libevent/dist/WIN32-Code/ |
| H A D | getopt.c | 53 optreset; /* reset getopt */ variable 97 if (optreset || !*place) { /* update scanning pointer */ 98 optreset = 0;
|
| H A D | getopt_long.c | 41 extern int optreset; /* reset getopt */ 86 if (optreset || !*place) { /* update scanning pointer */ 87 optreset = 0;
|
| H A D | getopt.h | 12 extern int optreset; /* reset getopt */
|
| /netbsd-src/lib/libc/stdlib/ |
| H A D | getopt_long.c | 63 int optreset; /* reset getopt */ variable 66 static int optreset; variable 186 if (optreset) in getopt_internal() 189 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal() 190 optreset = 0; in getopt_internal()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | getopt_long.c | 72 int optreset; /* reset getopt */ variable 75 static int optreset; variable 204 if (optreset) 207 if (optreset || !*place) { /* update scanning pointer */ 208 optreset = 0;
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | commands.c | 338 optreset = 1; in command_echo() 382 optreset = 1; in command_read() 477 optreset = 1; in command_lsdev()
|
| H A D | fileload.c | 68 optreset = 1; in command_load() 126 optreset = 1; in command_lskern()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp.c | 388 extern int opterr, optind, optopt, optreset; in parse_getput_flags() 391 optind = optreset = 1; in parse_getput_flags() 423 extern int opterr, optind, optopt, optreset; in parse_link_flags() 426 optind = optreset = 1; in parse_link_flags() 447 extern int opterr, optind, optopt, optreset; in parse_rename_flags() 450 optind = optreset = 1; in parse_rename_flags() 471 extern int opterr, optind, optopt, optreset; in parse_ls_flags() 474 optind = optreset = 1; in parse_ls_flags() 524 extern int opterr, optind, optopt, optreset; in parse_df_flags() 527 optind = optreset = 1; in parse_df_flags() [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | parser.cpp | 371 ::optreset = 1; in parse() 378 ::optreset = 1; in parse()
|
| /netbsd-src/usr.bin/passwd/ |
| H A D | passwd.c | 172 optreset = 1; in main() 187 optreset = 1; in main()
|
| /netbsd-src/usr.sbin/puffs/rump_lfs/ |
| H A D | rump_lfs.c | 90 optreset = 1; in main()
|
| /netbsd-src/sbin/mount_hfs/ |
| H A D | mount_hfs.c | 113 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_hfs_parseargs()
|
| /netbsd-src/sbin/mount_sysvbfs/ |
| H A D | mount_sysvbfs.c | 92 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_sysvbfs_parseargs()
|
| /netbsd-src/sbin/mount_chfs/ |
| H A D | mount_chfs.c | 80 optind = optreset = 1; in mount_chfs_parseargs()
|
| /netbsd-src/usr.bin/dc/ |
| H A D | dc.c | 55 optreset = 1; in dc_main()
|
| /netbsd-src/sbin/mount_v7fs/ |
| H A D | mount_v7fs.c | 145 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_v7fs_parseargs()
|
| /netbsd-src/sbin/mount_ext2fs/ |
| H A D | mount_ext2fs.c | 99 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_ext2fs_parseargs()
|
| /netbsd-src/usr.bin/sdpquery/ |
| H A D | sdpquery.c | 136 optreset = 1; in main()
|
| /netbsd-src/sbin/mount_ffs/ |
| H A D | mount_ffs.c | 104 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_ffs_parseargs()
|