| /trueos/contrib/binutils/ld/ |
| HD | lexsup.c | 214 { {"dc", no_argument, NULL, 'd'}, 216 { {"dp", no_argument, NULL, 'd'}, 220 { {"export-dynamic", no_argument, NULL, OPTION_EXPORT_DYNAMIC}, 222 { {"EB", no_argument, NULL, OPTION_EB}, 224 { {"EL", no_argument, NULL, OPTION_EL}, 232 { {NULL, no_argument, NULL, '\0'}, 251 { {"print-map", no_argument, NULL, 'M'}, 253 { {"nmagic", no_argument, NULL, 'n'}, 255 { {"omagic", no_argument, NULL, 'N'}, 258 { {"no-omagic", no_argument, NULL, OPTION_NO_OMAGIC}, [all …]
|
| /trueos/usr.sbin/pkg_install/delete/ |
| HD | main.c | 44 { "all", no_argument, NULL, 'a' }, 45 { "clean-dirs", no_argument, NULL, 'd' }, 46 { "dry-run", no_argument, NULL, 'n' }, 47 { "extended", no_argument, NULL, 'X' }, 48 { "force", no_argument, NULL, 'f' }, 49 { "help", no_argument, NULL, 'h' }, 50 { "interactive",no_argument, NULL, 'i' }, 52 { "recursive", no_argument, NULL, 'r' }, 53 { "regex", no_argument, NULL, 'x' }, 54 { "no-glob", no_argument, NULL, 'G' }, [all …]
|
| /trueos/usr.bin/grep/ |
| HD | grep.c | 174 {"help", no_argument, NULL, HELP_OPT}, 175 {"mmap", no_argument, NULL, MMAP_OPT}, 176 {"line-buffered", no_argument, NULL, LINEBUF_OPT}, 178 {"null", no_argument, NULL, NULL_OPT}, 186 {"text", no_argument, NULL, 'a'}, 188 {"byte-offset", no_argument, NULL, 'b'}, 190 {"count", no_argument, NULL, 'c'}, 193 {"extended-regexp", no_argument, NULL, 'E'}, 195 {"fixed-strings", no_argument, NULL, 'F'}, 197 {"basic-regexp", no_argument, NULL, 'G'}, [all …]
|
| /trueos/contrib/xz/src/xz/ |
| HD | args.c | 86 { "compress", no_argument, NULL, 'z' }, in parse_real() 87 { "decompress", no_argument, NULL, 'd' }, in parse_real() 88 { "uncompress", no_argument, NULL, 'd' }, in parse_real() 89 { "test", no_argument, NULL, 't' }, in parse_real() 90 { "list", no_argument, NULL, 'l' }, in parse_real() 93 { "keep", no_argument, NULL, 'k' }, in parse_real() 94 { "force", no_argument, NULL, 'f' }, in parse_real() 95 { "stdout", no_argument, NULL, 'c' }, in parse_real() 96 { "to-stdout", no_argument, NULL, 'c' }, in parse_real() 97 { "no-sparse", no_argument, NULL, OPT_NO_SPARSE }, in parse_real() [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | main.c | 256 {"async", no_argument, &event_loop_p, 1}, in captured_main() 257 {"noasync", no_argument, &event_loop_p, 0}, in captured_main() 259 {"tui", no_argument, 0, OPT_TUI}, in captured_main() 261 {"xdb", no_argument, &xdb_commands, 1}, in captured_main() 262 {"dbx", no_argument, &dbx_commands, 1}, in captured_main() 263 {"readnow", no_argument, &readnow_symbol_files, 1}, in captured_main() 264 {"r", no_argument, &readnow_symbol_files, 1}, in captured_main() 265 {"quiet", no_argument, &quiet, 1}, in captured_main() 266 {"q", no_argument, &quiet, 1}, in captured_main() 267 {"silent", no_argument, &quiet, 1}, in captured_main() [all …]
|
| /trueos/contrib/gperf/src/ |
| HD | options.cc | 675 { "ignore-case", no_argument, NULL, CHAR_MAX + 2 }, 677 { "struct-type", no_argument, NULL, 't' }, 686 { "seven-bit", no_argument, NULL, '7' }, 687 { "compare-strncmp", no_argument, NULL, 'c' }, 688 { "readonly-tables", no_argument, NULL, 'C' }, 689 { "enum", no_argument, NULL, 'E' }, 690 { "includes", no_argument, NULL, 'I' }, 691 { "global-table", no_argument, NULL, 'G' }, 695 { "omit-struct-type", no_argument, NULL, 'T' }, 697 { "compare-strlen", no_argument, NULL, 'l' }, /* backward compatibility */ [all …]
|
| /trueos/usr.sbin/pkg_install/info/ |
| HD | main.c | 46 { "all", no_argument, NULL, 'a' }, 47 { "blocksize", no_argument, NULL, 'b' }, 50 { "extended", no_argument, NULL, 'e' }, 51 { "help", no_argument, NULL, 'h' }, 52 { "keep", no_argument, NULL, 'K' }, 53 { "no-glob", no_argument, NULL, 'G' }, 55 { "quiet", no_argument, NULL, 'q' }, 56 { "regex", no_argument, NULL, 'x' }, 58 { "verbose", no_argument, NULL, 'v' }, 59 { "version", no_argument, NULL, 'P' },
|
| /trueos/usr.sbin/pkg_install/create/ |
| HD | main.c | 54 { "extended", no_argument, NULL, 'E' }, 55 { "help", no_argument, &Help, TRUE }, 56 { "no", no_argument, NULL, 'N' }, 57 { "no-glob", no_argument, NULL, 'G' }, 59 { "plist-only", no_argument, NULL, 'O' }, 61 { "recursive", no_argument, NULL, 'R' }, 62 { "regex", no_argument, NULL, 'x' }, 64 { "verbose", no_argument, NULL, 'v' }, 65 { "yes", no_argument, NULL, 'Y' },
|
| /trueos/contrib/binutils/binutils/ |
| HD | cxxfilt.c | 38 {"strip-underscore", no_argument, NULL, '_'}, 40 {"help", no_argument, NULL, 'h'}, 41 {"no-params", no_argument, NULL, 'p'}, 42 {"no-strip-underscores", no_argument, NULL, 'n'}, 43 {"no-verbose", no_argument, NULL, 'i'}, 44 {"types", no_argument, NULL, 't'}, 45 {"version", no_argument, NULL, 'v'}, 46 {NULL, no_argument, NULL, 0}
|
| HD | nm.c | 180 {"debug-syms", no_argument, &print_debug_syms, 1}, 182 {"dynamic", no_argument, &dynamic, 1}, 183 {"extern-only", no_argument, &external_only, 1}, 185 {"help", no_argument, 0, 'h'}, 186 {"line-numbers", no_argument, 0, 'l'}, 187 {"no-cplus", no_argument, &do_demangle, 0}, /* Linux compatibility. */ 188 {"no-demangle", no_argument, &do_demangle, 0}, 189 {"no-sort", no_argument, &no_sort, 1}, 190 {"numeric-sort", no_argument, &sort_numerically, 1}, 191 {"portability", no_argument, 0, 'P'}, [all …]
|
| HD | objcopy.c | 282 {"discard-all", no_argument, 0, 'x'}, 283 {"discard-locals", no_argument, 0, 'X'}, 285 {"help", no_argument, 0, 'h'}, 286 {"info", no_argument, 0, OPTION_FORMATS_INFO}, 289 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS}, 291 {"only-keep-debug", no_argument, 0, OPTION_ONLY_KEEP_DEBUG}, 295 {"preserve-dates", no_argument, 0, 'p'}, 297 {"strip-all", no_argument, 0, 's'}, 298 {"strip-debug", no_argument, 0, 'S'}, 299 {"strip-unneeded", no_argument, 0, OPTION_STRIP_UNNEEDED}, [all …]
|
| HD | dllwrap.c | 555 {"quiet", no_argument, NULL, 'q'}, 556 {"verbose", no_argument, NULL, 'v'}, 557 {"version", no_argument, NULL, OPTION_VERSION}, 561 {"dry-run", no_argument, NULL, OPTION_DRY_RUN}, 570 {"no-delete", no_argument, NULL, 'n'}, 572 {"no-idata4", no_argument, NULL, OPTION_NO_IDATA4}, 573 {"no-idata5", no_argument, NULL, OPTION_NO_IDATA5}, 576 {"export-all-symbols", no_argument, NULL, OPTION_EXPORT_ALL_SYMS}, 577 {"no-export-all-symbols", no_argument, NULL, OPTION_NO_EXPORT_ALL_SYMS}, 579 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES}, [all …]
|
| HD | addr2line.c | 51 {"basenames", no_argument, NULL, 's'}, 54 {"functions", no_argument, NULL, 'f'}, 55 {"inlines", no_argument, NULL, 'i'}, 58 {"help", no_argument, NULL, 'H'}, 59 {"version", no_argument, NULL, 'V'}, 60 {0, no_argument, 0, 0}
|
| /trueos/usr.sbin/pkg_install/add/ |
| HD | main.c | 115 { "dry-run", no_argument, NULL, 'n' }, 116 { "force", no_argument, NULL, 'f' }, 117 { "help", no_argument, NULL, 'h' }, 118 { "keep", no_argument, NULL, 'K' }, 119 { "master", no_argument, NULL, 'M' }, 120 { "no-deps", no_argument, NULL, 'i' }, 121 { "no-record", no_argument, NULL, 'R' }, 122 { "no-script", no_argument, NULL, 'I' }, 124 { "remote", no_argument, NULL, 'r' }, 126 { "slave", no_argument, NULL, 'S' }, [all …]
|
| /trueos/contrib/binutils/gas/ |
| HD | as.c | 440 {"alternate", no_argument, NULL, OPTION_ALTERNATE} in parse_args() 449 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG} in parse_args() 452 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK} in parse_args() 453 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK} in parse_args() 455 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL} in parse_args() 456 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2} in parse_args() 459 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2} in parse_args() 460 ,{"gen-debug", no_argument, NULL, 'g'} in parse_args() 461 ,{"gstabs", no_argument, NULL, OPTION_GSTABS} in parse_args() 462 ,{"gstabs+", no_argument, NULL, OPTION_GSTABS_PLUS} in parse_args() [all …]
|
| /trueos/contrib/xz/src/xzdec/ |
| HD | xzdec.c | 100 { "stdout", no_argument, NULL, 'c' }, in parse_options() 101 { "to-stdout", no_argument, NULL, 'c' }, in parse_options() 102 { "decompress", no_argument, NULL, 'd' }, in parse_options() 103 { "uncompress", no_argument, NULL, 'd' }, in parse_options() 104 { "keep", no_argument, NULL, 'k' }, in parse_options() 105 { "quiet", no_argument, NULL, 'q' }, in parse_options() 106 { "no-warn", no_argument, NULL, 'Q' }, in parse_options() 107 { "help", no_argument, NULL, 'h' }, in parse_options() 108 { "version", no_argument, NULL, 'V' }, in parse_options()
|
| /trueos/usr.sbin/pkg_install/version/ |
| HD | main.c | 43 { "extended", no_argument, NULL, 'X' }, 44 { "help", no_argument, NULL, 'h' }, 48 { "quiet", no_argument, NULL, 'q' }, 49 { "show-origin",no_argument, NULL, 'o' }, 51 { "index-only", no_argument, NULL, 'I' }, 52 { "verbose", no_argument, NULL, 'v' },
|
| /trueos/gnu/usr.bin/grep/ |
| HD | grep.c | 113 {"basic-regexp", no_argument, NULL, 'G'}, 116 {"byte-offset", no_argument, NULL, 'b'}, 120 {"count", no_argument, NULL, 'c'}, 123 {"extended-regexp", no_argument, NULL, 'E'}, 127 {"files-with-matches", no_argument, NULL, 'l'}, 128 {"files-without-match", no_argument, NULL, 'L'}, 129 {"fixed-regexp", no_argument, NULL, 'F'}, 130 {"fixed-strings", no_argument, NULL, 'F'}, 131 {"help", no_argument, &show_help, 1}, 133 {"ignore-case", no_argument, NULL, 'i'}, [all …]
|
| /trueos/usr.bin/sort/ |
| HD | sort.c | 155 { "debug", no_argument, NULL, DEBUG_OPT }, 156 { "dictionary-order", no_argument, NULL, 'd' }, 159 { "general-numeric-sort", no_argument, NULL, 'g' }, 160 { "heapsort", no_argument, NULL, HEAPSORT_OPT }, 161 { "help",no_argument, NULL, HELP_OPT }, 162 { "human-numeric-sort", no_argument, NULL, 'h' }, 163 { "ignore-leading-blanks", no_argument, NULL, 'b' }, 164 { "ignore-case", no_argument, NULL, 'f' }, 165 { "ignore-nonprinting", no_argument, NULL, 'i' }, 167 { "merge", no_argument, NULL, 'm' }, [all …]
|
| /trueos/usr.bin/fetch/ |
| HD | fetch.c | 121 { "one-file", no_argument, NULL, '1' }, 122 { "ipv4-only", no_argument, NULL, '4' }, 123 { "ipv6-only", no_argument, NULL, '6' }, 124 { "no-redirect", no_argument, NULL, 'A' }, 125 { "retry", no_argument, NULL, 'a' }, 128 { "direct", no_argument, NULL, 'd' }, 129 { "force-restart", no_argument, NULL, 'F' }, 133 { "symlink", no_argument, NULL, 'l' }, 135 { "mirror", no_argument, NULL, 'm' }, 137 { "no-mtime", no_argument, NULL, 'n' }, [all …]
|
| /trueos/usr.bin/patch/ |
| HD | patch.c | 466 {"backup", no_argument, 0, 'b'}, in get_some_switches() 467 {"batch", no_argument, 0, 't'}, in get_some_switches() 468 {"check", no_argument, 0, 'C'}, in get_some_switches() 469 {"context", no_argument, 0, 'c'}, in get_some_switches() 472 {"dry-run", no_argument, 0, 'C'}, in get_some_switches() 473 {"ed", no_argument, 0, 'e'}, in get_some_switches() 474 {"force", no_argument, 0, 'f'}, in get_some_switches() 475 {"forward", no_argument, 0, 'N'}, in get_some_switches() 479 {"ignore-whitespace", no_argument, 0, 'l'}, in get_some_switches() 480 {"normal", no_argument, 0, 'n'}, in get_some_switches() [all …]
|
| /trueos/contrib/dtc/ |
| HD | dtc.c | 54 {"quiet", no_argument, NULL, 'q'}, 64 {"force", no_argument, NULL, 'f'}, 66 {"sort", no_argument, NULL, 's'}, 70 {"help", no_argument, NULL, 'h'}, 71 {"version", no_argument, NULL, 'v'}, 72 {NULL, no_argument, NULL, 0x0},
|
| HD | util.h | 235 {"help", no_argument, NULL, 'h'}, \ 236 {"version", no_argument, NULL, 'V'}, \ 237 {NULL, no_argument, NULL, 0x0}
|
| /trueos/tools/test/iconv/tablegen/ |
| HD | tablegen.c | 81 {"citrus", no_argument, NULL, 'c'}, 82 {"diagnostic", no_argument, NULL, 'd'}, 83 {"ignore", no_argument, NULL, 'i'}, 84 {"long", no_argument, NULL, 'l'}, 85 {"reverse", no_argument, NULL, 'r'}, 86 {"translit", no_argument, NULL, 't'}, 87 {NULL, no_argument, NULL, 0}
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-mep.c | 141 { "EB", no_argument, NULL, OPTION_EB}, 142 { "EL", no_argument, NULL, OPTION_EL}, 144 { "maverage", no_argument, NULL, OPTION_AVERAGE}, 145 { "mno-average", no_argument, NULL, OPTION_NOAVERAGE}, 146 { "mmult", no_argument, NULL, OPTION_MULT}, 147 { "mno-mult", no_argument, NULL, OPTION_NOMULT}, 148 { "mdiv", no_argument, NULL, OPTION_DIV}, 149 { "mno-div", no_argument, NULL, OPTION_NODIV}, 150 { "mbitops", no_argument, NULL, OPTION_BITOPS}, 151 { "mno-bitops", no_argument, NULL, OPTION_NOBITOPS}, [all …]
|