Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/xz/
H A Dargs.c168 { "files", optional_argument, NULL, OPT_FILES }, in parse_real()
169 { "files0", optional_argument, NULL, OPT_FILES0 }, in parse_real()
190 { "lzma1", optional_argument, NULL, OPT_LZMA1 }, in parse_real()
191 { "lzma2", optional_argument, NULL, OPT_LZMA2 }, in parse_real()
192 { "x86", optional_argument, NULL, OPT_X86 }, in parse_real()
193 { "powerpc", optional_argument, NULL, OPT_POWERPC }, in parse_real()
194 { "ia64", optional_argument, NULL, OPT_IA64 }, in parse_real()
195 { "arm", optional_argument, NULL, OPT_ARM }, in parse_real()
196 { "armthumb", optional_argument, NULL, OPT_ARMTHUMB }, in parse_real()
197 { "sparc", optional_argument, NULL, OPT_SPARC }, in parse_real()
[all …]
/freebsd-13.1/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-13.1/contrib/tcpdump/
H A Dgetopt_long.h42 #define optional_argument 2 macro
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dgetopt.h41 #define optional_argument 2 macro
H A Dgetopt_long.c240 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-13.1/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-13.1/include/
H A Dgetopt.h46 #define optional_argument 2 macro
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h26 #define optional_argument 2 macro
/freebsd-13.1/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-13.1/contrib/diff/lib/
H A Dgetopt.h119 # define optional_argument 2 macro
/freebsd-13.1/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.1/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-13.1/usr.bin/diff/
H A Ddiff.c65 { "context", optional_argument, 0, 'C' },
86 { "unified", optional_argument, 0, 'U' },
/freebsd-13.1/usr.bin/uniq/
H A Duniq.c79 {"all-repeated",optional_argument, NULL, 'D'},
/freebsd-13.1/lib/libc/stdlib/
H A Dgetopt_long.c296 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-13.1/contrib/tcpdump/missing/
H A Dgetopt_long.c293 long_options[match].has_arg == optional_argument) { in parse_long_options()
/freebsd-13.1/usr.bin/sort/
H A Dsort.c151 { "check", optional_argument, NULL, 'c' },
152 { "check=silent|quiet", optional_argument, NULL, 'C' },
/freebsd-13.1/bin/ls/
H A Dls.c108 {"color", optional_argument, NULL, COLOR_OPT},
/freebsd-13.1/contrib/elftoolchain/nm/
H A Dnm.c256 { "demangle", optional_argument, NULL, 'C' },
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c71 #define OPT_ARG optional_argument
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c194 {"debug-dump", optional_argument, NULL, OPTION_DEBUG_DUMP},