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

12

/freebsd-11-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-11-stable/contrib/tcpdump/
H A Dgetopt_long.h42 #define optional_argument 2 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-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-11-stable/include/
H A Dgetopt.h44 #define optional_argument 2 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/gcclibs/include/
H A Dgetopt.h69 optional_argument (or 2) if the option takes an optional argument.
100 #define optional_argument 2 macro
/freebsd-11-stable/contrib/gdb/include/
H A Dgetopt.h69 optional_argument (or 2) if the option takes an optional argument.
100 #define optional_argument 2 macro
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h17 #define optional_argument 2 macro
/freebsd-11-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-11-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-11-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-11-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-11-stable/usr.bin/diff/
H A Ddiff.c63 { "context", optional_argument, 0, 'C' },
84 { "unified", optional_argument, 0, 'U' },
/freebsd-11-stable/contrib/binutils/ld/
H A Dlexsup.c296 { {"unique", optional_argument, NULL, OPTION_UNIQUE},
371 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE},
487 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE},
490 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC},
596 || ld_options[i].opt.has_arg == optional_argument)
600 if (ld_options[i].opt.has_arg == optional_argument)
1572 if (ld_options[j].opt.has_arg != optional_argument)
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c190 {"color", optional_argument, NULL, COLOR_OPT},
191 {"colour", optional_argument, NULL, COLOR_OPT},
200 {"context", optional_argument, NULL, 'C'},
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c52 {"demangle", optional_argument, NULL, 'C'},
H A Dnm.c181 {"demangle", optional_argument, 0, 'C'},
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c446 ,{"a", optional_argument, NULL, 'a'}
448 ,{"al", optional_argument, NULL, OPTION_AL}
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c296 long_options[match].has_arg == optional_argument) {
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c293 long_options[match].has_arg == optional_argument) {
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c154 { "check", optional_argument, NULL, 'c' },
155 { "check=silent|quiet", optional_argument, NULL, 'C' },
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c118 {"color", optional_argument, NULL, COLOR_OPTION},
119 {"colour", optional_argument, NULL, COLOR_OPTION},
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c249 { "demangle", optional_argument, NULL, 'C' },

Completed in 176 milliseconds

12