Searched refs:optional_argument (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dmygetopt.h49 #define optional_argument 2 macro
55 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c451 long_options[match].has_arg == optional_argument) {
/freebsd-13-stable/contrib/tcpdump/
H A Dgetopt_long.h42 #define optional_argument 2 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/include/
H A Dgetopt.h46 #define optional_argument 2 macro
52 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetopt.h41 #define optional_argument 2 macro
47 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c240 long_options[match].has_arg == optional_argument) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h26 #define optional_argument 2 macro
/freebsd-13-stable/contrib/xz/src/xz/
H A Dargs.c168 { "files", optional_argument, NULL, OPT_FILES },
169 { "files0", optional_argument, NULL, OPT_FILES0 },
190 { "lzma1", optional_argument, NULL, OPT_LZMA1 },
191 { "lzma2", optional_argument, NULL, OPT_LZMA2 },
192 { "x86", optional_argument, NULL, OPT_X86 },
193 { "powerpc", optional_argument, NULL, OPT_POWERPC },
194 { "ia64", optional_argument, NULL, OPT_IA64 },
195 { "arm", optional_argument, NULL, OPT_ARM },
196 { "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
197 { "sparc", optional_argument, NUL
[all...]
/freebsd-13-stable/contrib/diff/lib/
H A Dgetopt.h92 optional_argument (or 2) if the option takes an optional argument.
119 # define optional_argument 2 macro
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp71 case optional_argument:
H A DGetOptInc.cpp172 long_options[match].has_arg == optional_argument) {
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.c165 {"color", optional_argument, NULL, COLOR_OPT},
166 {"colour", optional_argument, NULL, COLOR_OPT},
175 {"context", optional_argument, NULL, 'C'},
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c128 strncmp(longopt, "optional_argument", 8) == 0)
129 longopts[nlongopts].has_arg = optional_argument;
214 case optional_argument:
/freebsd-13-stable/usr.bin/diff/
H A Ddiff.c65 { "context", optional_argument, 0, 'C' },
86 { "unified", optional_argument, 0, 'U' },
/freebsd-13-stable/usr.bin/uniq/
H A Duniq.c79 {"all-repeated",optional_argument, NULL, 'D'},
/freebsd-13-stable/lib/libc/stdlib/
H A Dgetopt_long.c296 long_options[match].has_arg == optional_argument) {
/freebsd-13-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c293 long_options[match].has_arg == optional_argument) {
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c151 { "check", optional_argument, NULL, 'c' },
152 { "check=silent|quiet", optional_argument, NULL, 'C' },
/freebsd-13-stable/bin/ls/
H A Dls.c109 {"color", optional_argument, NULL, COLOR_OPT},
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c256 { "demangle", optional_argument, NULL, 'C' },
/freebsd-13-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c71 #define OPT_ARG optional_argument
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c194 {"debug-dump", optional_argument, NULL, OPTION_DEBUG_DUMP},

Completed in 599 milliseconds