| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | gprof.c | 110 {"annotated-source", optional_argument, 0, 'A'}, 111 {"no-annotated-source", optional_argument, 0, 'J'}, 112 {"flat-profile", optional_argument, 0, 'p'}, 113 {"no-flat-profile", optional_argument, 0, 'P'}, 114 {"graph", optional_argument, 0, 'q'}, 115 {"no-graph", optional_argument, 0, 'Q'}, 116 {"exec-counts", optional_argument, 0, 'C'}, 117 {"no-exec-counts", optional_argument, 0, 'Z'}, 126 {"demangle", optional_argument, 0, OPTION_DEMANGLE}, 152 {"debug", optional_argument, 0, 'd'},
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | gprof.c | 110 {"annotated-source", optional_argument, 0, 'A'}, 111 {"no-annotated-source", optional_argument, 0, 'J'}, 112 {"flat-profile", optional_argument, 0, 'p'}, 113 {"no-flat-profile", optional_argument, 0, 'P'}, 114 {"graph", optional_argument, 0, 'q'}, 115 {"no-graph", optional_argument, 0, 'Q'}, 116 {"exec-counts", optional_argument, 0, 'C'}, 117 {"no-exec-counts", optional_argument, 0, 'Z'}, 126 {"demangle", optional_argument, 0, OPTION_DEMANGLE}, 152 {"debug", optional_argument, 0, 'd'},
|
| /netbsd-src/external/public-domain/xz/dist/src/xz/ |
| H A D | args.c | 168 { "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 …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/ |
| H A D | netpgpkeys.c | 113 {"find-key", optional_argument, NULL, FIND_KEY}, 118 {"gen", optional_argument, NULL, GENERATE_KEY}, 119 {"gen-key", optional_argument, NULL, GENERATE_KEY}, 120 {"generate", optional_argument, NULL, GENERATE_KEY}, 121 {"generate-key", optional_argument, NULL, GENERATE_KEY}, 123 {"trusted-keys",optional_argument, NULL, TRUSTED_KEYS}, 124 {"trusted", optional_argument, NULL, TRUSTED_KEYS},
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | lexsup.c | 186 { {"flto", optional_argument, NULL, OPTION_IGNORE}, 201 { {"map-whole-files", optional_argument, NULL, OPTION_IGNORE}, 204 { {"no-map-whole-files", optional_argument, NULL, OPTION_IGNORE}, 240 { {"unique", optional_argument, NULL, OPTION_UNIQUE}, 330 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE}, 463 { {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON}, 475 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE}, 478 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC}, 510 { {"verbose", optional_argument, NULL, OPTION_VERBOSE}, 663 || ld_options[i].opt.has_arg == optional_argument) in parse_args() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | lexsup.c | 190 { {"flto", optional_argument, NULL, OPTION_IGNORE}, 205 { {"map-whole-files", optional_argument, NULL, OPTION_IGNORE}, 208 { {"no-map-whole-files", optional_argument, NULL, OPTION_IGNORE}, 250 { {"unique", optional_argument, NULL, OPTION_UNIQUE}, 340 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE}, 478 { {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON}, 490 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE}, 493 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC}, 525 { {"verbose", optional_argument, NULL, OPTION_VERBOSE}, 697 || ld_options[i].opt.has_arg == optional_argument) in parse_args() [all …]
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | mygetopt.h | 51 #define optional_argument 2 macro
|
| /netbsd-src/tools/compat/ |
| H A D | compat_getopt.h | 14 #undef optional_argument
|
| /netbsd-src/include/ |
| H A D | getopt.h | 43 #define optional_argument 2 macro
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | h_getopt_long.c | 122 longopts[nlongopts].has_arg = optional_argument; in main() 207 case optional_argument: in main()
|
| /netbsd-src/external/bsd/tcpdump/dist/missing/ |
| H A D | getopt_long.h | 42 #define optional_argument 2 macro
|
| /netbsd-src/external/bsd/libevent/dist/WIN32-Code/ |
| H A D | getopt.h | 25 #define optional_argument 2 macro
|
| /netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
| H A D | getopt.h | 41 #define optional_argument 2 macro
|
| /netbsd-src/usr.bin/grep/ |
| H A D | grep.c | 180 {"color", optional_argument, NULL, COLOR_OPT}, 181 {"colour", optional_argument, NULL, COLOR_OPT}, 190 {"context", optional_argument, NULL, 'C'},
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | getopt.h | 95 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | getopt.h | 99 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | getopt_.h | 121 # define optional_argument 2 macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | getopt.h | 99 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | getopt.h | 99 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | getopt.h | 99 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | getopt.h | 99 #define optional_argument 2 macro
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | getopt.h | 113 # define optional_argument 2 macro
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | getopt.h | 103 # define optional_argument 2 macro
|
| /netbsd-src/usr.bin/m4/ |
| H A D | main.c | 197 { "debug", optional_argument, 0, 'd' }, 218 { "debugfile", optional_argument, 0, OPT_DEBUGFILE }, 220 { "warn-macro-sequence",optional_argument, 0, OPT_WARN_SEQUENCE },
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | if-options.c | 72 {"hostname", optional_argument, NULL, 'h'}, 73 {"vendorclassid", optional_argument, NULL, 'i'}, 82 {"request", optional_argument, NULL, 'r'}, 83 {"inform", optional_argument, NULL, 's'}, 84 {"inform6", optional_argument, NULL, O_INFORM6}, 91 {"waitip", optional_argument, NULL, 'w'}, 98 {"duid", optional_argument, NULL, 'D'}, 100 {"fqdn", optional_argument, NULL, 'F'}, 103 {"clientid", optional_argument, NULL, 'I'}, 138 {"ia_na", optional_argument, NULL, O_IA_NA}, [all …]
|