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

/freebsd-10.2-release/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-10.2-release/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-10.2-release/include/
H A Dgetopt.h44 #define optional_argument 2 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/xz/src/xz/
H A Dargs.c100 { "files", optional_argument, NULL, OPT_FILES },
101 { "files0", optional_argument, NULL, OPT_FILES0 },
118 { "lzma1", optional_argument, NULL, OPT_LZMA1 },
119 { "lzma2", optional_argument, NULL, OPT_LZMA2 },
120 { "x86", optional_argument, NULL, OPT_X86 },
121 { "powerpc", optional_argument, NULL, OPT_POWERPC },
122 { "ia64", optional_argument, NULL, OPT_IA64 },
123 { "arm", optional_argument, NULL, OPT_ARM },
124 { "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
125 { "sparc", optional_argument, NUL
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DOptionParser.cpp91 case optional_argument:
/freebsd-10.2-release/usr.bin/grep/
H A Dgrep.c179 {"color", optional_argument, NULL, COLOR_OPT},
180 {"colour", optional_argument, NULL, COLOR_OPT},
189 {"context", optional_argument, NULL, 'C'},
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c124 strncmp(longopt, "optional_argument", 8) == 0)
125 longopts[nlongopts].has_arg = optional_argument;
210 case optional_argument:
/freebsd-10.2-release/contrib/binutils/ld/
H A Dlexsup.c295 { {"unique", optional_argument, NULL, OPTION_UNIQUE},
370 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE},
483 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE},
486 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC},
591 || ld_options[i].opt.has_arg == optional_argument)
595 if (ld_options[i].opt.has_arg == optional_argument)
1562 if (ld_options[j].opt.has_arg != optional_argument)
/freebsd-10.2-release/contrib/binutils/binutils/
H A Daddr2line.c52 {"demangle", optional_argument, NULL, 'C'},
H A Dnm.c181 {"demangle", optional_argument, 0, 'C'},
H A Dobjdump.c257 {"demangle", optional_argument, NULL, 'C'},
H A Dreadelf.c2747 {"debug-dump", optional_argument, 0, OPTION_DEBUG_DUMP},
/freebsd-10.2-release/contrib/binutils/gas/
H A Das.c446 ,{"a", optional_argument, NULL, 'a'}
448 ,{"al", optional_argument, NULL, OPTION_AL}
/freebsd-10.2-release/lib/libc/stdlib/
H A Dgetopt_long.c296 long_options[match].has_arg == optional_argument) {
/freebsd-10.2-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp62 int option_has_arg; // no_argument, required_argument or optional_argument
262 else if (option_table[i].option_has_arg == optional_argument)
271 else if (option_table[i].option_has_arg == optional_argument)
602 case optional_argument:
/freebsd-10.2-release/usr.bin/sort/
H A Dsort.c152 { "check", optional_argument, NULL, 'c' },
153 { "check=silent|quiet", optional_argument, NULL, 'C' },
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Dgrep.c118 {"color", optional_argument, NULL, COLOR_OPTION},
119 {"colour", optional_argument, NULL, COLOR_OPTION},
/freebsd-10.2-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c64 #define OPT_ARG optional_argument

Completed in 178 milliseconds