Home
last modified time | relevance | path

Searched refs:optional_argument (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/xz/src/xz/
H A Dargs.c186 { "files", optional_argument, NULL, OPT_FILES }, in parse_real()
187 { "files0", optional_argument, NULL, OPT_FILES0 }, in parse_real()
209 { "lzma1", optional_argument, NULL, OPT_LZMA1 }, in parse_real()
210 { "lzma2", optional_argument, NULL, OPT_LZMA2 }, in parse_real()
211 { "x86", optional_argument, NULL, OPT_X86 }, in parse_real()
212 { "powerpc", optional_argument, NULL, OPT_POWERPC }, in parse_real()
213 { "ia64", optional_argument, NULL, OPT_IA64 }, in parse_real()
214 { "arm", optional_argument, NULL, OPT_ARM }, in parse_real()
216 { "arm64", optional_argument, NULL, OPT_ARM64 }, in parse_real()
217 { "sparc", optional_argument, NULL, OPT_SPARC }, in parse_real()
[all …]
/freebsd-14.2/contrib/file/src/
H A Dmygetopt.h49 #define optional_argument 2 macro
H A Dgetopt_long.c451 long_options[match].has_arg == optional_argument) {
/freebsd-14.2/contrib/tcpdump/missing/
H A Dgetopt_long.h42 #define optional_argument 2 macro
H A Dgetopt_long.c313 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-14.2/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h24 #define optional_argument 2 macro
H A Dgetopt_long.c201 long_options[match].has_arg == optional_argument) {
/freebsd-14.2/contrib/libevent/WIN32-Code/
H A Dgetopt.h24 #define optional_argument 2 macro
H A Dgetopt_long.c201 long_options[match].has_arg == optional_argument) {
/freebsd-14.2/contrib/libfido2/openbsd-compat/
H A Dgetopt.h41 #define optional_argument 2 macro
H A Dgetopt_long.c231 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-14.2/include/
H A Dgetopt.h45 #define optional_argument 2 macro
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dgetopt.h49 #define optional_argument 2 macro
H A Dgetopt_long.c254 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h26 #define optional_argument 2 macro
/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c129 longopts[nlongopts].has_arg = optional_argument; in main()
214 case optional_argument: in main()
/freebsd-14.2/contrib/diff/lib/
H A Dgetopt.h119 # define optional_argument 2 macro
/freebsd-14.2/usr.bin/grep/
H A Dgrep.c162 {"color", optional_argument, NULL, COLOR_OPT},
163 {"colour", optional_argument, NULL, COLOR_OPT},
172 {"context", optional_argument, NULL, 'C'},
/freebsd-14.2/usr.bin/diff/
H A Ddiff.c73 { "context", optional_argument, 0, 'C' },
95 { "unified", optional_argument, 0, 'U' },
111 { "color", optional_argument, NULL, OPT_COLOR },
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp72 case optional_argument: in GetShortOptionString()
H A DGetOptInc.cpp172 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-14.2/usr.bin/mktemp/
H A Dmktemp.c52 {"tmpdir", optional_argument, NULL, 'p'},
/freebsd-14.2/usr.bin/uniq/
H A Duniq.c73 {"all-repeated",optional_argument, NULL, 'D'},
/freebsd-14.2/lib/libc/stdlib/
H A Dgetopt_long.c293 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-14.2/usr.bin/sort/
H A Dsort.c143 { "check", optional_argument, NULL, 'c' },
144 { "check=silent|quiet", optional_argument, NULL, 'C' },

12