Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/libfido2/dist/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;
/netbsd-src/external/bsd/libpcap/dist/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;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c52 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 Dgetopt.c65 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 Dgetopt.c53 optreset; /* reset getopt */ variable
97 if (optreset || !*place) { /* update scanning pointer */
98 optreset = 0;
H A Dgetopt_long.c41 extern int optreset; /* reset getopt */
86 if (optreset || !*place) { /* update scanning pointer */
87 optreset = 0;
H A Dgetopt.h12 extern int optreset; /* reset getopt */
/netbsd-src/lib/libc/stdlib/
H A Dgetopt_long.c63 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 Dgetopt_long.c72 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 Dcommands.c338 optreset = 1; in command_echo()
382 optreset = 1; in command_read()
477 optreset = 1; in command_lsdev()
H A Dfileload.c68 optreset = 1; in command_load()
126 optreset = 1; in command_lskern()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c388 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 Dparser.cpp371 ::optreset = 1; in parse()
378 ::optreset = 1; in parse()
/netbsd-src/usr.bin/passwd/
H A Dpasswd.c172 optreset = 1; in main()
187 optreset = 1; in main()
/netbsd-src/usr.sbin/puffs/rump_lfs/
H A Drump_lfs.c90 optreset = 1; in main()
/netbsd-src/sbin/mount_hfs/
H A Dmount_hfs.c113 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_hfs_parseargs()
/netbsd-src/sbin/mount_sysvbfs/
H A Dmount_sysvbfs.c92 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_sysvbfs_parseargs()
/netbsd-src/sbin/mount_chfs/
H A Dmount_chfs.c80 optind = optreset = 1; in mount_chfs_parseargs()
/netbsd-src/usr.bin/dc/
H A Ddc.c55 optreset = 1; in dc_main()
/netbsd-src/sbin/mount_v7fs/
H A Dmount_v7fs.c145 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_v7fs_parseargs()
/netbsd-src/sbin/mount_ext2fs/
H A Dmount_ext2fs.c99 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_ext2fs_parseargs()
/netbsd-src/usr.bin/sdpquery/
H A Dsdpquery.c136 optreset = 1; in main()
/netbsd-src/sbin/mount_ffs/
H A Dmount_ffs.c104 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_ffs_parseargs()

123