/freebsd/contrib/bsddialog/utility/ |
H A D | util_cli.c | 152 {"alternate-screen", no_argument, NULL, ALTERNATE_SCREEN}, 153 {"and-dialog", no_argument, NULL, AND_DIALOG}, 154 {"and-widget", no_argument, NULL, AND_DIALOG}, 155 {"ascii-lines", no_argument, NULL, ASCII_LINES}, 159 {"bikeshed", no_argument, NULL, BIKESHED}, 162 {"clear", no_argument, NULL, CLEAR_SCREEN}, 163 {"clear-dialog", no_argument, NULL, CLEAR_DIALOG}, 164 {"clear-screen", no_argument, NULL, CLEAR_SCREEN}, 165 {"colors", no_argument, NULL, TEXT_ESCAPE}, 167 {"cr-wrap", no_argument, NUL [all...] |
/freebsd/usr.bin/grep/ |
H A D | grep.c | 157 {"help", no_argument, NULL, HELP_OPT}, 158 {"mmap", no_argument, NULL, MMAP_OPT}, 159 {"line-buffered", no_argument, NULL, LINEBUF_OPT}, 161 {"null", no_argument, NULL, NULL_OPT}, 169 {"text", no_argument, NULL, 'a'}, 171 {"byte-offset", no_argument, NULL, 'b'}, 173 {"count", no_argument, NULL, 'c'}, 176 {"extended-regexp", no_argument, NULL, 'E'}, 178 {"fixed-strings", no_argument, NULL, 'F'}, 180 {"basic-regexp", no_argument, NULL, 'G'}, [all …]
|
/freebsd/usr.bin/diff/ |
H A D | diff.c | 82 { "text", no_argument, 0, 'a' }, 83 { "ignore-space-change", no_argument, 0, 'b' }, 86 { "minimal", no_argument, 0, 'd' }, 87 { "ed", no_argument, 0, 'e' }, 88 { "forward-ed", no_argument, 0, 'f' }, 90 { "speed-large-files", no_argument, NULL, 'H' }, 91 { "ignore-blank-lines", no_argument, 0, 'B' }, 93 { "ignore-case", no_argument, 0, 'i' }, 94 { "paginate", no_argument, NULL, 'l' }, 96 { "new-file", no_argument, [all...] |
/freebsd/usr.sbin/efivar/ |
H A D | efivar.c | 46 { "append", no_argument, NULL, 'a' }, 47 { "ascii", no_argument, NULL, 'A' }, 49 { "binary", no_argument, NULL, 'b' }, 50 { "delete", no_argument, NULL, 'D' }, 51 { "device", no_argument, NULL, 'd' }, 52 { "device-path", no_argument, NULL, 'd' }, 54 { "guid", no_argument, NULL, 'g' }, 55 { "hex", no_argument, NULL, 'H' }, 56 { "list-guids", no_argument, NULL, 'L' }, 57 { "list", no_argument, NULL, 'l' }, [all …]
|
/freebsd/sbin/md5/ |
H A D | md5.c | 237 { "passthrough", no_argument, 0, opt_passthrough }, 238 { "quiet", no_argument, 0, opt_quiet }, 239 { "reverse", no_argument, 0, opt_reverse }, 241 { "time-trial", no_argument, 0, opt_time_trial }, 242 { "self-test", no_argument, 0, opt_self_test }, 248 { "binary", no_argument, 0, opt_binary }, 249 { "check", no_argument, 0, opt_check }, 250 { "help", no_argument, 0, opt_help }, 251 { "ignore-missing", no_argument, 0, opt_ignore_missing }, 252 { "quiet", no_argument, 0, opt_quiet }, [all …]
|
/freebsd/contrib/libxo/xo/ |
H A D | xo.c | 245 { "continuation", no_argument, NULL, 'C' }, 247 { "help", no_argument, &opts.o_help, 1 }, 248 { "html", no_argument, NULL, 'H' }, 250 { "json", no_argument, NULL, 'J' }, 252 { "not-first", no_argument, &opts.o_not_first, 1 }, 257 { "pretty", no_argument, NULL, 'p' }, 259 { "text", no_argument, NULL, 'T' }, 260 { "top-wrap", no_argument, &opts.o_top_wrap, 1 }, 261 { "xml", no_argument, NULL, 'X' }, 262 { "xpath", no_argument, &opts.o_xpath, 1 }, [all …]
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 85 { "help", no_argument, NULL, 'h' }, 86 { "version", no_argument, NULL, 'V' }, 92 {"discard-all", no_argument, NULL, 'x'}, 93 {"discard-locals", no_argument, NULL, 'X'}, 94 {"help", no_argument, NULL, 'h'}, 97 {"only-keep-debug", no_argument, NULL, ECP_ONLY_DEBUG}, 100 {"preserve-dates", no_argument, NULL, 'p'}, 102 {"strip-all", no_argument, NULL, 's'}, 103 {"strip-debug", no_argument, NULL, 'S'}, 105 {"strip-unneeded", no_argument, NULL, ECP_STRIP_UNNEEDED}, [all …]
|
/freebsd/usr.bin/sort/ |
H A D | sort.c | 146 { "debug", no_argument, NULL, DEBUG_OPT }, 147 { "dictionary-order", no_argument, NULL, 'd' }, 150 { "general-numeric-sort", no_argument, NULL, 'g' }, 151 { "heapsort", no_argument, NULL, HEAPSORT_OPT }, 152 { "help",no_argument, NULL, HELP_OPT }, 153 { "human-numeric-sort", no_argument, NULL, 'h' }, 154 { "ignore-leading-blanks", no_argument, NULL, 'b' }, 155 { "ignore-case", no_argument, NULL, 'f' }, 156 { "ignore-nonprinting", no_argument, NULL, 'i' }, 158 { "merge", no_argument, NULL, 'm' }, [all …]
|
/freebsd/usr.bin/bintrans/ |
H A D | bintrans.c | 134 {"decode", no_argument, NULL, 'd'}, in base64_encode_or_decode() 135 {"ignore-garbage",no_argument, NULL, 'i'}, in base64_encode_or_decode() 137 {"help", no_argument, NULL, HELP}, in base64_encode_or_decode() 138 {"version", no_argument, NULL, VERSION}, in base64_encode_or_decode() 139 {NULL, no_argument, NULL, 0} in base64_encode_or_decode()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 120 { "one-file", no_argument, NULL, '1' }, 121 { "ipv4-only", no_argument, NULL, '4' }, 122 { "ipv6-only", no_argument, NULL, '6' }, 123 { "no-redirect", no_argument, NULL, 'A' }, 124 { "retry", no_argument, NULL, 'a' }, 127 { "direct", no_argument, NULL, 'd' }, 128 { "force-restart", no_argument, NULL, 'F' }, 132 { "symlink", no_argument, NULL, 'l' }, 134 { "mirror", no_argument, NULL, 'm' }, 136 { "no-mtime", no_argument, NULL, 'n' }, [all …]
|
/freebsd/contrib/elftoolchain/cxxfilt/ |
H A D | cxxfilt.c | 57 {"help", no_argument, NULL, OPTION_HELP}, 58 {"no-params", no_argument, NULL, 'p'}, 59 {"no-strip-underscores", no_argument, NULL, 'n'}, 60 {"strip-underscores", no_argument, NULL, '_'}, 61 {"version", no_argument, NULL, 'V'},
|
/freebsd/tools/test/iconv/tablegen/ |
H A D | tablegen.c | 79 {"citrus", no_argument, NULL, 'c'}, 80 {"diagnostic", no_argument, NULL, 'd'}, 81 {"ignore", no_argument, NULL, 'i'}, 82 {"long", no_argument, NULL, 'l'}, 83 {"reverse", no_argument, NULL, 'r'}, 84 {"translit", no_argument, NULL, 't'}, 85 {NULL, no_argument, NULL, 0}
|
/freebsd/usr.bin/top/ |
H A D | top.c | 88 { "cpu-display-mode", no_argument, NULL, 'C' }, /* differs from orignal */ 90 { "thread", no_argument, NULL, 'H' }, 91 { "idle-procs", no_argument, NULL, 'I' }, 93 { "per-cpu", no_argument, NULL, 'P' }, 94 { "system-procs", no_argument, NULL, 'S' }, 95 { "thread-id", no_argument, NULL, 'T' }, /* differs from orignal */ 97 { "all", no_argument, NULL, 'a' }, 98 { "batch", no_argument, NULL, 'b' }, 101 { "interactive", no_argument, NULL, 'i' }, 102 { "jail-id", no_argument, NULL, 'j' }, [all …]
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 527 {"backup", no_argument, 0, 'b'}, in get_some_switches() 528 {"batch", no_argument, 0, 't'}, in get_some_switches() 529 {"check", no_argument, 0, 'C'}, in get_some_switches() 530 {"context", no_argument, 0, 'c'}, in get_some_switches() 533 {"dry-run", no_argument, 0, 'C'}, in get_some_switches() 534 {"ed", no_argument, 0, 'e'}, in get_some_switches() 535 {"force", no_argument, 0, 'f'}, in get_some_switches() 536 {"forward", no_argument, 0, 'N'}, in get_some_switches() 540 {"ignore-whitespace", no_argument, 0, 'l'}, in get_some_switches() 541 {"normal", no_argument, 0, 'n'}, in get_some_switches() [all …]
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 91 { "suppress-common-lines", no_argument, NULL, 's' }, 98 { "ignore-file-name-case", no_argument, NULL, FCASE_IGNORE_OPT }, 99 { "no-ignore-file-name-case", no_argument, NULL, FCASE_SENSITIVE_OPT }, 100 { "strip-trailing-cr", no_argument, NULL, STRIPCR_OPT }, 102 { "help", no_argument, NULL, HELP_OPT }, 103 { "text", no_argument, NULL, 'a' }, 104 { "ignore-blank-lines", no_argument, NULL, 'B' }, 105 { "ignore-space-change", no_argument, NULL, 'b' }, 106 { "minimal", no_argument, NULL, 'd' }, 107 { "ignore-tab-expansion", no_argument, NUL [all...] |
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_list.c | 69 {"long-desc", no_argument, NULL, 'U'}, 70 {"desc", no_argument, NULL, 'u'}, 71 {"full", no_argument, NULL, 'f'},
|
/freebsd/usr.bin/mktemp/ |
H A D | mktemp.c | 51 {"directory", no_argument, NULL, 'd'}, 53 {"quiet", no_argument, NULL, 'q'}, 54 {"dry-run", no_argument, NULL, 'u'}, 55 {NULL, no_argument, NULL, 0},
|
/freebsd/usr.bin/cmp/ |
H A D | cmp.c | 55 {"print-bytes", no_argument, NULL, 'b'}, 57 {"verbose", no_argument, NULL, 'l'}, 59 {"silent", no_argument, NULL, 's'}, 60 {"quiet", no_argument, NULL, 's'}, 61 {NULL, no_argument, NULL, 0}
|
/freebsd/usr.sbin/efibootmgr/ |
H A D | efibootmgr.c | 102 {"activate", no_argument, NULL, 'a'}, 103 {"bootnext", no_argument, NULL, 'n'}, /* set bootnext */ 107 {"create", no_argument, NULL, 'c'}, 108 {"deactivate", no_argument, NULL, 'A'}, 109 {"del-timeout", no_argument, NULL, 'T'}, 110 {"delete", no_argument, NULL, 'B'}, 111 {"delete-bootnext", no_argument, NULL, 'N'}, 112 {"device-path", no_argument, NULL, 'd'}, 113 {"dry-run", no_argument, NULL, 'D'}, 115 {"esp", no_argument, NULL, 'E'}, [all …]
|
/freebsd/usr.bin/head/ |
H A D | head.c | 66 {"quiet", no_argument, NULL, 'q'}, 67 {"silent", no_argument, NULL, 'q'}, 68 {"verbose", no_argument, NULL, 'v'}, 69 {NULL, no_argument, NULL, 0}
|
/freebsd/bin/nproc/ |
H A D | nproc.c | 35 { "all", no_argument, NULL, OPT_ALL }, 37 { "version", no_argument, NULL, OPT_VERSION }, 38 { "help", no_argument, NULL, OPT_HELP },
|
/freebsd/usr.sbin/efidp/ |
H A D | efidp.c | 43 { "to-unix", no_argument, NULL, 'u' }, 44 { "to-efi", no_argument, NULL, 'e' }, 45 { "format", no_argument, NULL, 'f' }, 46 { "parse", no_argument, NULL, 'p' },
|
/freebsd/contrib/libxo/xopo/ |
H A D | xopo.c | 104 { "help", no_argument, &opts.o_help, 1 }, 105 { "number", no_argument, NULL, 'n' }, 109 { "simplify", no_argument, NULL, 'S' }, 110 { "warn", no_argument, NULL, 'W' },
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | xattrtest.c | 55 { "help", no_argument, 0, 'h' }, 56 { "verbose", no_argument, 0, 'v' }, 57 { "verify", no_argument, 0, 'y' }, 63 { "synccaches", no_argument, 0, 'c' }, 64 { "dropcaches", no_argument, 0, 'd' }, 67 { "random", no_argument, 0, 'r' }, 68 { "randomvalue", no_argument, 0, 'R' }, 69 { "keep", no_argument, 0, 'k' },
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 297 { "stdout", no_argument, 0, 'c' }, 298 { "to-stdout", no_argument, 0, 'c' }, 299 { "decompress", no_argument, 0, 'd' }, 300 { "uncompress", no_argument, 0, 'd' }, 301 { "force", no_argument, 0, 'f' }, 302 { "help", no_argument, 0, 'h' }, 303 { "keep", no_argument, 0, 'k' }, 304 { "list", no_argument, 0, 'l' }, 305 { "no-name", no_argument, 0, 'n' }, 306 { "name", no_argument, 0, 'N' }, [all …]
|