Symbol: no_argument
lib/libc/stdlib/getopt_long.c
275
if (long_options[match].has_arg == no_argument
sbin/tcplay/main.c
209
{ "create", no_argument, NULL, 'c' },
sbin/tcplay/main.c
212
{ "hidden", no_argument, NULL, 'g' },
sbin/tcplay/main.c
215
{ "info", no_argument, NULL, 'i' },
sbin/tcplay/main.c
220
{ "protect-hidden", no_argument, NULL, 'e' },
sbin/tcplay/main.c
222
{ "prompt-passphrase", no_argument, NULL, 'p' },
sbin/tcplay/main.c
224
{ "allow-trim", no_argument, NULL, 't' },
sbin/tcplay/main.c
225
{ "fde", no_argument, NULL, FLAG_LONG_FDE },
sbin/tcplay/main.c
226
{ "use-backup", no_argument, NULL, FLAG_LONG_USE_BACKUP },
sbin/tcplay/main.c
229
{ "modify", no_argument, NULL, FLAG_LONG_MOD },
sbin/tcplay/main.c
232
{ "restore-from-backup-hdr", no_argument, NULL, FLAG_LONG_MOD_NONE },
sbin/tcplay/main.c
235
{ "version", no_argument, NULL, 'v' },
sbin/tcplay/main.c
236
{ "weak-keys", no_argument, NULL, 'w' },
sbin/tcplay/main.c
237
{ "insecure-erase", no_argument, NULL, 'z' },
sbin/tcplay/main.c
238
{ "help", no_argument, NULL, 'h' },
sbin/tcplay/main.c
239
{ "no-retries", no_argument, NULL, FLAG_LONG_NO_RETRIES },
sbin/tcplay/main.c
240
{ "batch-mode", no_argument, NULL, 'q' },
usr.bin/cmp/cmp.c
57
{"verbose", no_argument, NULL, 'l'},
usr.bin/cmp/cmp.c
58
{"silent", no_argument, NULL, 's'},
usr.bin/cmp/cmp.c
59
{"quiet", no_argument, NULL, 's'},
usr.bin/cmp/cmp.c
60
{NULL, no_argument, NULL, 0}
usr.bin/diff/diff.c
49
{ "text", no_argument, 0, 'a' },
usr.bin/diff/diff.c
50
{ "ignore-space-change", no_argument, 0, 'b' },
usr.bin/diff/diff.c
53
{ "minimal", no_argument, 0, 'd' },
usr.bin/diff/diff.c
54
{ "ed", no_argument, 0, 'e' },
usr.bin/diff/diff.c
55
{ "forward-ed", no_argument, 0, 'f' },
usr.bin/diff/diff.c
57
{ "ignore-case", no_argument, 0, 'i' },
usr.bin/diff/diff.c
59
{ "new-file", no_argument, 0, 'N' },
usr.bin/diff/diff.c
60
{ "rcs", no_argument, 0, 'n' },
usr.bin/diff/diff.c
61
{ "unidirectional-new-file", no_argument, 0, 'P' },
usr.bin/diff/diff.c
62
{ "show-c-function", no_argument, 0, 'p' },
usr.bin/diff/diff.c
63
{ "brief", no_argument, 0, 'q' },
usr.bin/diff/diff.c
64
{ "recursive", no_argument, 0, 'r' },
usr.bin/diff/diff.c
65
{ "report-identical-files", no_argument, 0, 's' },
usr.bin/diff/diff.c
67
{ "expand-tabs", no_argument, 0, 't' },
usr.bin/diff/diff.c
68
{ "initial-tab", no_argument, 0, 'T' },
usr.bin/diff/diff.c
70
{ "ignore-all-space", no_argument, 0, 'w' },
usr.bin/fetch/fetch.c
123
{ "one-file", no_argument, NULL, '1' },
usr.bin/fetch/fetch.c
124
{ "ipv4-only", no_argument, NULL, '4' },
usr.bin/fetch/fetch.c
125
{ "ipv6-only", no_argument, NULL, '6' },
usr.bin/fetch/fetch.c
126
{ "no-redirect", no_argument, NULL, 'A' },
usr.bin/fetch/fetch.c
127
{ "retry", no_argument, NULL, 'a' },
usr.bin/fetch/fetch.c
130
{ "direct", no_argument, NULL, 'd' },
usr.bin/fetch/fetch.c
131
{ "force-restart", no_argument, NULL, 'F' },
usr.bin/fetch/fetch.c
135
{ "symlink", no_argument, NULL, 'l' },
usr.bin/fetch/fetch.c
137
{ "mirror", no_argument, NULL, 'm' },
usr.bin/fetch/fetch.c
139
{ "no-mtime", no_argument, NULL, 'n' },
usr.bin/fetch/fetch.c
142
{ "passive", no_argument, NULL, 'p' },
usr.bin/fetch/fetch.c
143
{ "quiet", no_argument, NULL, 'q' },
usr.bin/fetch/fetch.c
144
{ "keep-output", no_argument, NULL, 'R' },
usr.bin/fetch/fetch.c
145
{ "restart", no_argument, NULL, 'r' },
usr.bin/fetch/fetch.c
147
{ "print-size", no_argument, NULL, 's' },
usr.bin/fetch/fetch.c
149
{ "passive-portrange-default", no_argument, NULL, 'T' },
usr.bin/fetch/fetch.c
150
{ "verbose", no_argument, NULL, 'v' },
usr.bin/fetch/fetch.c
155
{ "no-passive", no_argument, NULL, OPTION_NO_FTP_PASSIVE_MODE },
usr.bin/fetch/fetch.c
164
{ "no-sslv3", no_argument, NULL, OPTION_SSL_NO_SSL3 },
usr.bin/fetch/fetch.c
165
{ "no-tlsv1", no_argument, NULL, OPTION_SSL_NO_TLS1 },
usr.bin/fetch/fetch.c
166
{ "no-verify-hostname", no_argument, NULL, OPTION_SSL_NO_VERIFY_HOSTNAME },
usr.bin/fetch/fetch.c
167
{ "no-verify-peer", no_argument, NULL, OPTION_SSL_NO_VERIFY_PEER },
usr.bin/gzip/gzip.c
232
{ "stdout", no_argument, 0, 'c' },
usr.bin/gzip/gzip.c
233
{ "to-stdout", no_argument, 0, 'c' },
usr.bin/gzip/gzip.c
234
{ "decompress", no_argument, 0, 'd' },
usr.bin/gzip/gzip.c
235
{ "uncompress", no_argument, 0, 'd' },
usr.bin/gzip/gzip.c
236
{ "force", no_argument, 0, 'f' },
usr.bin/gzip/gzip.c
237
{ "help", no_argument, 0, 'h' },
usr.bin/gzip/gzip.c
238
{ "keep", no_argument, 0, 'k' },
usr.bin/gzip/gzip.c
239
{ "list", no_argument, 0, 'l' },
usr.bin/gzip/gzip.c
240
{ "no-name", no_argument, 0, 'n' },
usr.bin/gzip/gzip.c
241
{ "name", no_argument, 0, 'N' },
usr.bin/gzip/gzip.c
242
{ "quiet", no_argument, 0, 'q' },
usr.bin/gzip/gzip.c
243
{ "recursive", no_argument, 0, 'r' },
usr.bin/gzip/gzip.c
245
{ "test", no_argument, 0, 't' },
usr.bin/gzip/gzip.c
246
{ "verbose", no_argument, 0, 'v' },
usr.bin/gzip/gzip.c
247
{ "version", no_argument, 0, 'V' },
usr.bin/gzip/gzip.c
248
{ "fast", no_argument, 0, '1' },
usr.bin/gzip/gzip.c
249
{ "best", no_argument, 0, '9' },
usr.bin/gzip/gzip.c
255
{ "ascii", no_argument, 0, 'a' },
usr.bin/gzip/gzip.c
256
{ "license", no_argument, 0, 'L' },
usr.bin/gzip/gzip.c
258
{ NULL, no_argument, 0, 0 },
usr.bin/iconv/iconv.c
52
{"list", no_argument, NULL, 'l'},
usr.bin/iconv/iconv.c
53
{"silent", no_argument, NULL, 's'},
usr.bin/iconv/iconv.c
55
{NULL, no_argument, NULL, 0}
usr.bin/look/look.c
83
{ "alternative",no_argument, NULL, 'a' },
usr.bin/look/look.c
84
{ "alphanum", no_argument, NULL, 'd' },
usr.bin/look/look.c
85
{ "ignore-case",no_argument, NULL, 'i' },
usr.bin/patch/patch.c
524
{"backup", no_argument, 0, 'b'},
usr.bin/patch/patch.c
525
{"batch", no_argument, 0, 't'},
usr.bin/patch/patch.c
526
{"check", no_argument, 0, 'C'},
usr.bin/patch/patch.c
527
{"context", no_argument, 0, 'c'},
usr.bin/patch/patch.c
530
{"dry-run", no_argument, 0, 'C'},
usr.bin/patch/patch.c
531
{"ed", no_argument, 0, 'e'},
usr.bin/patch/patch.c
532
{"force", no_argument, 0, 'f'},
usr.bin/patch/patch.c
533
{"forward", no_argument, 0, 'N'},
usr.bin/patch/patch.c
537
{"ignore-whitespace", no_argument, 0, 'l'},
usr.bin/patch/patch.c
538
{"normal", no_argument, 0, 'n'},
usr.bin/patch/patch.c
541
{"quiet", no_argument, 0, 's'},
usr.bin/patch/patch.c
543
{"remove-empty-files", no_argument, 0, 'E'},
usr.bin/patch/patch.c
544
{"reverse", no_argument, 0, 'R'},
usr.bin/patch/patch.c
545
{"silent", no_argument, 0, 's'},
usr.bin/patch/patch.c
548
{"unified", no_argument, 0, 'u'},
usr.bin/patch/patch.c
549
{"version", no_argument, 0, 'v'},
usr.bin/patch/patch.c
551
{"posix", no_argument, &posix, 1},
usr.bin/sdiff/sdiff.c
100
{ "strip-trailing-cr", no_argument, NULL, STRIPCR_OPT },
usr.bin/sdiff/sdiff.c
102
{ "help", no_argument, NULL, HELP_OPT },
usr.bin/sdiff/sdiff.c
103
{ "text", no_argument, NULL, 'a' },
usr.bin/sdiff/sdiff.c
104
{ "ignore-blank-lines", no_argument, NULL, 'B' },
usr.bin/sdiff/sdiff.c
105
{ "ignore-space-change", no_argument, NULL, 'b' },
usr.bin/sdiff/sdiff.c
106
{ "minimal", no_argument, NULL, 'd' },
usr.bin/sdiff/sdiff.c
107
{ "ignore-tab-expansion", no_argument, NULL, 'E' },
usr.bin/sdiff/sdiff.c
109
{ "ignore-case", no_argument, NULL, 'i' },
usr.bin/sdiff/sdiff.c
110
{ "left-column", no_argument, NULL, 'l' },
usr.bin/sdiff/sdiff.c
111
{ "expand-tabs", no_argument, NULL, 't' },
usr.bin/sdiff/sdiff.c
112
{ "speed-large-files", no_argument, NULL, 'H' },
usr.bin/sdiff/sdiff.c
113
{ "ignore-all-space", no_argument, NULL, 'W' },
usr.bin/sdiff/sdiff.c
91
{ "suppress-common-lines", no_argument, NULL, 's' },
usr.bin/sdiff/sdiff.c
98
{ "ignore-file-name-case", no_argument, NULL, FCASE_IGNORE_OPT },
usr.bin/sdiff/sdiff.c
99
{ "no-ignore-file-name-case", no_argument, NULL, FCASE_SENSITIVE_OPT },
usr.bin/sort/sort.c
169
{ "debug", no_argument, NULL, DEBUG_OPT },
usr.bin/sort/sort.c
170
{ "dictionary-order", no_argument, NULL, 'd' },
usr.bin/sort/sort.c
173
{ "general-numeric-sort", no_argument, NULL, 'g' },
usr.bin/sort/sort.c
174
{ "heapsort", no_argument, NULL, HEAPSORT_OPT },
usr.bin/sort/sort.c
175
{ "help",no_argument, NULL, HELP_OPT },
usr.bin/sort/sort.c
176
{ "human-numeric-sort", no_argument, NULL, 'h' },
usr.bin/sort/sort.c
177
{ "ignore-leading-blanks", no_argument, NULL, 'b' },
usr.bin/sort/sort.c
178
{ "ignore-case", no_argument, NULL, 'f' },
usr.bin/sort/sort.c
179
{ "ignore-nonprinting", no_argument, NULL, 'i' },
usr.bin/sort/sort.c
181
{ "merge", no_argument, NULL, 'm' },
usr.bin/sort/sort.c
182
{ "mergesort", no_argument, NULL, MERGESORT_OPT },
usr.bin/sort/sort.c
183
{ "mmap", no_argument, NULL, MMAP_OPT },
usr.bin/sort/sort.c
184
{ "month-sort", no_argument, NULL, 'M' },
usr.bin/sort/sort.c
185
{ "numeric-sort", no_argument, NULL, 'n' },
usr.bin/sort/sort.c
190
{ "qsort", no_argument, NULL, QSORT_OPT },
usr.bin/sort/sort.c
191
{ "radixsort", no_argument, NULL, RADIXSORT_OPT },
usr.bin/sort/sort.c
193
{ "random-sort", no_argument, NULL, 'R' },
usr.bin/sort/sort.c
196
{ "reverse", no_argument, NULL, 'r' },
usr.bin/sort/sort.c
198
{ "stable", no_argument, NULL, 's' },
usr.bin/sort/sort.c
200
{ "unique", no_argument, NULL, 'u' },
usr.bin/sort/sort.c
201
{ "version", no_argument, NULL, VERSION_OPT },
usr.bin/sort/sort.c
202
{ "version-sort",no_argument, NULL, 'V' },
usr.bin/sort/sort.c
203
{ "zero-terminated", no_argument, NULL, 'z' },
usr.bin/sort/sort.c
204
{ NULL, no_argument, NULL, 0 }
usr.bin/timeout/timeout.c
291
{ "foreground", no_argument, NULL, 'f' },
usr.bin/timeout/timeout.c
292
{ "help", no_argument, NULL, 'h' },
usr.bin/timeout/timeout.c
294
{ "preserve-status", no_argument, NULL, 'p' },
usr.bin/timeout/timeout.c
296
{ "verbose", no_argument, NULL, 'v' },
usr.bin/top/top.c
303
{ "color", no_argument, NULL, 'C' },
usr.bin/top/top.c
304
{ "debug", no_argument, NULL, 'D' },
usr.bin/top/top.c
305
{ "system-procs", no_argument, NULL, 'S' },
usr.bin/top/top.c
306
{ "idle-procs", no_argument, NULL, 'I' },
usr.bin/top/top.c
307
{ "tag-names", no_argument, NULL, 'T' },
usr.bin/top/top.c
308
{ "all", no_argument, NULL, 'a' },
usr.bin/top/top.c
309
{ "batch", no_argument, NULL, 'b' },
usr.bin/top/top.c
310
{ "full-commands", no_argument, NULL, 'c' },
usr.bin/top/top.c
311
{ "interactive", no_argument, NULL, 'i' },
usr.bin/top/top.c
312
{ "quick", no_argument, NULL, 'q' },
usr.bin/top/top.c
313
{ "threads", no_argument, NULL, 't' },
usr.bin/top/top.c
314
{ "uids", no_argument, NULL, 'u' },
usr.bin/top/top.c
315
{ "version", no_argument, NULL, 'v' },
usr.bin/xargs/xargs.c
102
{"exit", no_argument, NULL, 'x'},
usr.bin/xargs/xargs.c
103
{"interactive", no_argument, NULL, 'p'},
usr.bin/xargs/xargs.c
107
{"no-run-if-empty", no_argument, NULL, 'r'},
usr.bin/xargs/xargs.c
108
{"null", no_argument, NULL, '0'},
usr.bin/xargs/xargs.c
109
{"verbose", no_argument, NULL, 't'},
usr.bin/xargs/xargs.c
111
{NULL, no_argument, NULL, 0},
usr.sbin/efibootmgr/efibootmgr.c
103
{"create", no_argument, NULL, 'c'},
usr.sbin/efibootmgr/efibootmgr.c
104
{"deactivate", no_argument, NULL, 'A'},
usr.sbin/efibootmgr/efibootmgr.c
105
{"del-timeout", no_argument, NULL, 'T'},
usr.sbin/efibootmgr/efibootmgr.c
106
{"delete", no_argument, NULL, 'B'},
usr.sbin/efibootmgr/efibootmgr.c
107
{"delete-bootnext", no_argument, NULL, 'N'},
usr.sbin/efibootmgr/efibootmgr.c
108
{"device-path", no_argument, NULL, 'd'},
usr.sbin/efibootmgr/efibootmgr.c
109
{"dry-run", no_argument, NULL, 'D'},
usr.sbin/efibootmgr/efibootmgr.c
111
{"esp", no_argument, NULL, 'E'},
usr.sbin/efibootmgr/efibootmgr.c
112
{"fw-ui", no_argument, NULL, 'f'},
usr.sbin/efibootmgr/efibootmgr.c
113
{"no-fw-ui", no_argument, NULL, 'F'},
usr.sbin/efibootmgr/efibootmgr.c
114
{"help", no_argument, NULL, 'h'},
usr.sbin/efibootmgr/efibootmgr.c
118
{"once", no_argument, NULL, 'O'},
usr.sbin/efibootmgr/efibootmgr.c
120
{"unix-path", no_argument, NULL, 'p'},
usr.sbin/efibootmgr/efibootmgr.c
121
{"verbose", no_argument, NULL, 'v'},
usr.sbin/efibootmgr/efibootmgr.c
98
{"activate", no_argument, NULL, 'a'},
usr.sbin/efibootmgr/efibootmgr.c
99
{"bootnext", no_argument, NULL, 'n'}, /* set bootnext */
usr.sbin/efidp/efidp.c
44
{ "to-unix", no_argument, NULL, 'u' },
usr.sbin/efidp/efidp.c
45
{ "to-efi", no_argument, NULL, 'e' },
usr.sbin/efidp/efidp.c
46
{ "format", no_argument, NULL, 'f' },
usr.sbin/efidp/efidp.c
47
{ "parse", no_argument, NULL, 'p' },
usr.sbin/efivar/efivar.c
45
{ "append", no_argument, NULL, 'a' },
usr.sbin/efivar/efivar.c
46
{ "ascii", no_argument, NULL, 'A' },
usr.sbin/efivar/efivar.c
48
{ "binary", no_argument, NULL, 'b' },
usr.sbin/efivar/efivar.c
49
{ "delete", no_argument, NULL, 'D' },
usr.sbin/efivar/efivar.c
50
{ "device", no_argument, NULL, 'd' },
usr.sbin/efivar/efivar.c
51
{ "device-path", no_argument, NULL, 'd' },
usr.sbin/efivar/efivar.c
53
{ "guid", no_argument, NULL, 'g' },
usr.sbin/efivar/efivar.c
54
{ "hex", no_argument, NULL, 'H' },
usr.sbin/efivar/efivar.c
55
{ "list-guids", no_argument, NULL, 'L' },
usr.sbin/efivar/efivar.c
56
{ "list", no_argument, NULL, 'l' },
usr.sbin/efivar/efivar.c
57
{ "load-option", no_argument, NULL, 'O' },
usr.sbin/efivar/efivar.c
59
{ "no-name", no_argument, NULL, 'N' },
usr.sbin/efivar/efivar.c
60
{ "print", no_argument, NULL, 'p' },
usr.sbin/efivar/efivar.c
61
{ "print-decimal", no_argument, NULL, 'd' },
usr.sbin/efivar/efivar.c
62
{ "raw-guid", no_argument, NULL, 'R' },
usr.sbin/efivar/efivar.c
63
{ "utf8", no_argument, NULL, 'u' },
usr.sbin/efivar/efivar.c
64
{ "write", no_argument, NULL, 'w' },