Symbol: no_argument
bin/pax/options.c
1437
{ "reset-access-time", no_argument, 0, 'a' },
bin/pax/options.c
1438
{ "make-directories", no_argument, 0, 'd' },
bin/pax/options.c
1439
{ "nonmatching", no_argument, 0, 'f' },
bin/pax/options.c
1440
{ "extract", no_argument, 0, 'i' },
bin/pax/options.c
1441
{ "link", no_argument, 0, 'l' },
bin/pax/options.c
1442
{ "preserve-modification-time", no_argument, 0, 'm' },
bin/pax/options.c
1443
{ "create", no_argument, 0, 'o' },
bin/pax/options.c
1444
{ "pass-through", no_argument, 0, 'p' },
bin/pax/options.c
1445
{ "rename", no_argument, 0, 'r' },
bin/pax/options.c
1446
{ "list", no_argument, 0, 't' },
bin/pax/options.c
1447
{ "unconditional", no_argument, 0, 'u' },
bin/pax/options.c
1448
{ "verbose", no_argument, 0, 'v' },
bin/pax/options.c
1449
{ "append", no_argument, 0, 'A' },
bin/pax/options.c
1452
{ "force-local", no_argument, 0,
bin/pax/options.c
1455
{ "dereference", no_argument, 0, 'L' },
bin/pax/options.c
1456
{ "swap-halfwords", no_argument, 0, 'S' },
bin/pax/options.c
1457
{ "summary", no_argument, 0, 'V' },
bin/pax/options.c
1458
{ "stats", no_argument, 0, 'V' },
bin/pax/options.c
1459
{ "insecure", no_argument, 0,
bin/pax/options.c
1461
{ "sparse", no_argument, 0,
bin/pax/options.c
1463
{ "xz", no_argument, 0,
bin/pax/options.c
1468
{ "null", no_argument, 0, '0' },
bin/pax/options.c
1469
{ "swap", no_argument, 0, 'b' },
bin/pax/options.c
1470
{ "numeric-uid-gid", no_argument, 0, 'n' },
bin/pax/options.c
1471
{ "swap-bytes", no_argument, 0, 's' },
bin/pax/options.c
1474
{ "dot", no_argument, 0, 'V' }, /* xxx */
bin/pax/options.c
1477
{ "no-absolute-pathnames", no_argument, 0,
bin/pax/options.c
1479
{ "no-preserve-owner", no_argument, 0,
bin/pax/options.c
1481
{ "only-verify-crc", no_argument, 0,
bin/pax/options.c
1485
{ "version", no_argument, 0,
bin/pax/options.c
256
{ "insecure", no_argument, 0,
bin/pax/options.c
258
{ "force-local", no_argument, 0,
bin/pax/options.c
262
{ "xz", no_argument, 0,
bin/pax/options.c
264
{ "gnu", no_argument, 0,
bin/pax/options.c
760
{ "bunzip2", no_argument, 0, 'j' },
bin/pax/options.c
761
{ "bzip2", no_argument, 0, 'j' },
bin/pax/options.c
762
{ "create", no_argument, 0, 'c' }, /* F */
bin/pax/options.c
765
{ "dereference", no_argument, 0, 'h' },
bin/pax/options.c
766
{ "keep-old-files", no_argument, 0, 'k' },
bin/pax/options.c
767
{ "one-file-system", no_argument, 0, 'l' },
bin/pax/options.c
768
{ "modification-time", no_argument, 0, 'm' },
bin/pax/options.c
769
{ "old-archive", no_argument, 0, 'o' },
bin/pax/options.c
770
{ "portability", no_argument, 0, 'o' },
bin/pax/options.c
771
{ "same-permissions", no_argument, 0, 'p' },
bin/pax/options.c
772
{ "preserve-permissions", no_argument, 0, 'p' },
bin/pax/options.c
773
{ "preserve", no_argument, 0, 'p' },
bin/pax/options.c
774
{ "fast-read", no_argument, 0, 'q' },
bin/pax/options.c
775
{ "append", no_argument, 0, 'r' }, /* F */
bin/pax/options.c
776
{ "update", no_argument, 0, 'u' }, /* F */
bin/pax/options.c
777
{ "list", no_argument, 0, 't' }, /* F */
bin/pax/options.c
778
{ "verbose", no_argument, 0, 'v' },
bin/pax/options.c
779
{ "interactive", no_argument, 0, 'w' },
bin/pax/options.c
780
{ "confirmation", no_argument, 0, 'w' },
bin/pax/options.c
781
{ "extract", no_argument, 0, 'x' }, /* F */
bin/pax/options.c
782
{ "get", no_argument, 0, 'x' }, /* F */
bin/pax/options.c
783
{ "gzip", no_argument, 0, 'z' },
bin/pax/options.c
784
{ "gunzip", no_argument, 0, 'z' },
bin/pax/options.c
785
{ "read-full-blocks", no_argument, 0, 'B' },
bin/pax/options.c
787
{ "xz", no_argument, 0, 'J' },
bin/pax/options.c
788
{ "to-stdout", no_argument, 0, 'O' },
bin/pax/options.c
789
{ "absolute-paths", no_argument, 0, 'P' },
bin/pax/options.c
790
{ "sparse", no_argument, 0, 'S' },
bin/pax/options.c
792
{ "summary", no_argument, 0, 'V' },
bin/pax/options.c
793
{ "stats", no_argument, 0, 'V' },
bin/pax/options.c
795
{ "compress", no_argument, 0, 'Z' },
bin/pax/options.c
796
{ "uncompress", no_argument, 0, 'Z' },
bin/pax/options.c
797
{ "strict", no_argument, 0,
bin/pax/options.c
799
{ "atime-preserve", no_argument, 0,
bin/pax/options.c
801
{ "unlink", no_argument, 0,
bin/pax/options.c
805
{ "force-local", no_argument, 0,
bin/pax/options.c
807
{ "insecure", no_argument, 0,
bin/pax/options.c
811
{ "no-recursion", no_argument, 0,
bin/pax/options.c
814
{ "chroot", no_argument, 0,
bin/pax/options.c
820
{ "catenate", no_argument, 0, 'A' }, /* F */
bin/pax/options.c
821
{ "concatenate", no_argument, 0, 'A' }, /* F */
bin/pax/options.c
822
{ "diff", no_argument, 0, 'd' }, /* F */
bin/pax/options.c
823
{ "compare", no_argument, 0, 'd' }, /* F */
bin/pax/options.c
824
{ "checkpoint", no_argument, 0,
bin/pax/options.c
826
{ "help", no_argument, 0,
bin/pax/options.c
830
{ "incremental", no_argument, 0, 'G' },
bin/pax/options.c
832
{ "ignore-zeros", no_argument, 0, 'i' },
bin/pax/options.c
833
{ "ignore-failed-read", no_argument, 0,
bin/pax/options.c
835
{ "starting-file", no_argument, 0, 'K' },
bin/pax/options.c
837
{ "multi-volume", no_argument, 0, 'M' },
bin/pax/options.c
840
{ "record-number", no_argument, 0, 'R' },
bin/pax/options.c
841
{ "remove-files", no_argument, 0,
bin/pax/options.c
843
{ "same-order", no_argument, 0, 's' },
bin/pax/options.c
844
{ "preserve-order", no_argument, 0, 's' },
bin/pax/options.c
845
{ "null", no_argument, 0,
bin/pax/options.c
847
{ "totals", no_argument, 0,
bin/pax/options.c
851
{ "version", no_argument, 0,
bin/pax/options.c
853
{ "verify", no_argument, 0, 'W' },
bin/pax/options.c
854
{ "block-compress", no_argument, 0,
lib/libc/stdlib/getopt_long.c
416
if (long_options[match].has_arg == no_argument
sbin/efi/main.c
267
#define _NA no_argument
tests/lib/libc/stdlib/h_getopt_long.c
116
longopts[nlongopts].has_arg = no_argument;
tests/lib/libc/stdlib/h_getopt_long.c
198
case no_argument:
usr.bin/diff/diff.c
100
{ "strip-trailing-cr", no_argument, NULL, OPT_STRIPCR },
usr.bin/diff/diff.c
102
{ "suppress-common-lines", no_argument, NULL, OPT_SUPPRESS_COMMON },
usr.bin/diff/diff.c
66
{ "text", no_argument, 0, 'a' },
usr.bin/diff/diff.c
67
{ "ignore-space-change", no_argument, 0, 'b' },
usr.bin/diff/diff.c
70
{ "minimal", no_argument, 0, 'd' },
usr.bin/diff/diff.c
71
{ "ed", no_argument, 0, 'e' },
usr.bin/diff/diff.c
72
{ "forward-ed", no_argument, 0, 'f' },
usr.bin/diff/diff.c
74
{ "speed-large-files", no_argument, NULL, 'H' },
usr.bin/diff/diff.c
75
{ "ignore-blank-lines", no_argument, 0, 'B' },
usr.bin/diff/diff.c
77
{ "ignore-case", no_argument, 0, 'i' },
usr.bin/diff/diff.c
78
{ "paginate", no_argument, NULL, 'l' },
usr.bin/diff/diff.c
80
{ "new-file", no_argument, 0, 'N' },
usr.bin/diff/diff.c
81
{ "rcs", no_argument, 0, 'n' },
usr.bin/diff/diff.c
82
{ "unidirectional-new-file", no_argument, 0, 'P' },
usr.bin/diff/diff.c
83
{ "show-c-function", no_argument, 0, 'p' },
usr.bin/diff/diff.c
84
{ "brief", no_argument, 0, 'q' },
usr.bin/diff/diff.c
85
{ "recursive", no_argument, 0, 'r' },
usr.bin/diff/diff.c
86
{ "report-identical-files", no_argument, 0, 's' },
usr.bin/diff/diff.c
88
{ "expand-tabs", no_argument, 0, 't' },
usr.bin/diff/diff.c
89
{ "initial-tab", no_argument, 0, 'T' },
usr.bin/diff/diff.c
91
{ "ignore-all-space", no_argument, 0, 'w' },
usr.bin/diff/diff.c
95
{ "side-by-side", no_argument, NULL, 'y' },
usr.bin/diff/diff.c
96
{ "ignore-file-name-case", no_argument, NULL, OPT_IGN_FN_CASE },
usr.bin/diff/diff.c
98
{ "no-ignore-file-name-case", no_argument, NULL, OPT_NO_IGN_FN_CASE },
usr.bin/diff/diff.c
99
{ "normal", no_argument, NULL, OPT_NORMAL },
usr.bin/diff3/diff3.c
175
{ "ed", no_argument, NULL, 'e' },
usr.bin/diff3/diff3.c
176
{ "show-overlap", no_argument, NULL, 'E' },
usr.bin/diff3/diff3.c
177
{ "overlap-only", no_argument, NULL, 'x' },
usr.bin/diff3/diff3.c
178
{ "initial-tab", no_argument, NULL, 'T' },
usr.bin/diff3/diff3.c
179
{ "text", no_argument, NULL, 'a' },
usr.bin/diff3/diff3.c
180
{ "strip-trailing-cr", no_argument, NULL, STRIPCR_OPT },
usr.bin/diff3/diff3.c
181
{ "show-all", no_argument, NULL, 'A' },
usr.bin/diff3/diff3.c
182
{ "easy-only", no_argument, NULL, '3' },
usr.bin/diff3/diff3.c
183
{ "merge", no_argument, NULL, 'm' },
usr.bin/diff3/diff3.c
186
{ "help", no_argument, NULL, HELP_OPT},
usr.bin/diff3/diff3.c
187
{ "version", no_argument, NULL, VERSION_OPT}
usr.bin/flock/flock.c
50
{ "debug", no_argument, 0, 'd' },
usr.bin/flock/flock.c
51
{ "help", no_argument, 0, 'h' },
usr.bin/flock/flock.c
52
{ "nonblock", no_argument, 0, 'n' },
usr.bin/flock/flock.c
53
{ "nb", no_argument, 0, 'n' },
usr.bin/flock/flock.c
54
{ "close", no_argument, 0, 'o' },
usr.bin/flock/flock.c
55
{ "shared", no_argument, 0, 's' },
usr.bin/flock/flock.c
56
{ "exclusive", no_argument, 0, 'x' },
usr.bin/flock/flock.c
57
{ "unlock", no_argument, 0, 'u' },
usr.bin/flock/flock.c
58
{ "verbose", no_argument, 0, 'v' },
usr.bin/gettext/gettext.c
43
{ "help", no_argument, NULL, 'h' },
usr.bin/grep/grep.c
174
{"decompress", no_argument, NULL, DECOMPRESS_OPT},
usr.bin/grep/grep.c
176
{"help", no_argument, NULL, HELP_OPT},
usr.bin/grep/grep.c
177
{"mmap", no_argument, NULL, MMAP_OPT},
usr.bin/grep/grep.c
178
{"line-buffered", no_argument, NULL, LINEBUF_OPT},
usr.bin/grep/grep.c
187
{"text", no_argument, NULL, 'a'},
usr.bin/grep/grep.c
189
{"byte-offset", no_argument, NULL, 'b'},
usr.bin/grep/grep.c
191
{"count", no_argument, NULL, 'c'},
usr.bin/grep/grep.c
194
{"extended-regexp", no_argument, NULL, 'E'},
usr.bin/grep/grep.c
196
{"fixed-strings", no_argument, NULL, 'F'},
usr.bin/grep/grep.c
198
{"basic-regexp", no_argument, NULL, 'G'},
usr.bin/grep/grep.c
199
{"no-filename", no_argument, NULL, 'h'},
usr.bin/grep/grep.c
200
{"with-filename", no_argument, NULL, 'H'},
usr.bin/grep/grep.c
201
{"ignore-case", no_argument, NULL, 'i'},
usr.bin/grep/grep.c
203
{"bz2decompress", no_argument, NULL, 'J'},
usr.bin/grep/grep.c
205
{"files-with-matches", no_argument, NULL, 'l'},
usr.bin/grep/grep.c
206
{"files-without-match", no_argument, NULL, 'L'},
usr.bin/grep/grep.c
208
{"line-number", no_argument, NULL, 'n'},
usr.bin/grep/grep.c
209
{"only-matching", no_argument, NULL, 'o'},
usr.bin/grep/grep.c
210
{"quiet", no_argument, NULL, 'q'},
usr.bin/grep/grep.c
211
{"silent", no_argument, NULL, 'q'},
usr.bin/grep/grep.c
212
{"recursive", no_argument, NULL, 'r'},
usr.bin/grep/grep.c
213
{"no-messages", no_argument, NULL, 's'},
usr.bin/grep/grep.c
214
{"binary", no_argument, NULL, 'U'},
usr.bin/grep/grep.c
215
{"unix-byte-offsets", no_argument, NULL, 'u'},
usr.bin/grep/grep.c
216
{"invert-match", no_argument, NULL, 'v'},
usr.bin/grep/grep.c
217
{"version", no_argument, NULL, 'V'},
usr.bin/grep/grep.c
218
{"word-regexp", no_argument, NULL, 'w'},
usr.bin/grep/grep.c
219
{"line-regexp", no_argument, NULL, 'x'},
usr.bin/grep/grep.c
220
{"null", no_argument, NULL, 'Z'},
usr.bin/grep/grep.c
221
{"null-data", no_argument, NULL, 'z'},
usr.bin/grep/grep.c
222
{NULL, no_argument, NULL, 0}
usr.bin/gzip/gzip.c
309
{ "stdout", no_argument, 0, 'c' },
usr.bin/gzip/gzip.c
310
{ "to-stdout", no_argument, 0, 'c' },
usr.bin/gzip/gzip.c
311
{ "decompress", no_argument, 0, 'd' },
usr.bin/gzip/gzip.c
312
{ "uncompress", no_argument, 0, 'd' },
usr.bin/gzip/gzip.c
313
{ "force", no_argument, 0, 'f' },
usr.bin/gzip/gzip.c
314
{ "help", no_argument, 0, 'h' },
usr.bin/gzip/gzip.c
315
{ "keep", no_argument, 0, 'k' },
usr.bin/gzip/gzip.c
316
{ "list", no_argument, 0, 'l' },
usr.bin/gzip/gzip.c
317
{ "no-name", no_argument, 0, 'n' },
usr.bin/gzip/gzip.c
318
{ "name", no_argument, 0, 'N' },
usr.bin/gzip/gzip.c
319
{ "quiet", no_argument, 0, 'q' },
usr.bin/gzip/gzip.c
320
{ "recursive", no_argument, 0, 'r' },
usr.bin/gzip/gzip.c
322
{ "test", no_argument, 0, 't' },
usr.bin/gzip/gzip.c
323
{ "verbose", no_argument, 0, 'v' },
usr.bin/gzip/gzip.c
324
{ "version", no_argument, 0, 'V' },
usr.bin/gzip/gzip.c
325
{ "fast", no_argument, 0, '1' },
usr.bin/gzip/gzip.c
326
{ "best", no_argument, 0, '9' },
usr.bin/gzip/gzip.c
327
{ "ascii", no_argument, 0, 'a' },
usr.bin/gzip/gzip.c
328
{ "license", no_argument, 0, 'L' },
usr.bin/gzip/gzip.c
329
{ NULL, no_argument, 0, 0 },
usr.bin/m4/main.c
182
{ "fatal-warnings", no_argument, 0, 'E' },
usr.bin/m4/main.c
184
{ "gnu", no_argument, 0, 'g' },
usr.bin/m4/main.c
185
{ "help", no_argument, 0, OPT_HELP },
usr.bin/m4/main.c
187
{ "interactive", no_argument, 0, 'i' },
usr.bin/m4/main.c
189
{ "prefix-builtins", no_argument, 0, 'P' },
usr.bin/m4/main.c
190
{ "quiet", no_argument, 0, 'Q' },
usr.bin/m4/main.c
192
{ "silent", no_argument, 0, 'Q' },
usr.bin/m4/main.c
193
{ "synclines", no_argument, 0, 's' },
usr.bin/m4/main.c
195
{ "traditional", no_argument, 0, 'G' },
usr.bin/m4/main.c
197
{ "version", no_argument, 0, 'v' },
usr.bin/patch/patch.c
470
{"backup", no_argument, 0, 'b'},
usr.bin/patch/patch.c
471
{"backup-if-mismatch", no_argument, &backup_if_mismatch, 1},
usr.bin/patch/patch.c
472
{"batch", no_argument, 0, 't'},
usr.bin/patch/patch.c
473
{"check", no_argument, 0, 'C'},
usr.bin/patch/patch.c
474
{"context", no_argument, 0, 'c'},
usr.bin/patch/patch.c
477
{"ed", no_argument, 0, 'e'},
usr.bin/patch/patch.c
478
{"force", no_argument, 0, 'f'},
usr.bin/patch/patch.c
479
{"forward", no_argument, 0, 'N'},
usr.bin/patch/patch.c
483
{"ignore-whitespace", no_argument, 0, 'l'},
usr.bin/patch/patch.c
484
{"no-backup-if-mismatch", no_argument, &backup_if_mismatch, 0},
usr.bin/patch/patch.c
485
{"normal", no_argument, 0, 'n'},
usr.bin/patch/patch.c
488
{"quiet", no_argument, 0, 's'},
usr.bin/patch/patch.c
490
{"remove-empty-files", no_argument, 0, 'E'},
usr.bin/patch/patch.c
491
{"reverse", no_argument, 0, 'R'},
usr.bin/patch/patch.c
492
{"silent", no_argument, 0, 's'},
usr.bin/patch/patch.c
495
{"unified", no_argument, 0, 'u'},
usr.bin/patch/patch.c
496
{"version", no_argument, 0, 'v'},
usr.bin/patch/patch.c
498
{"posix", no_argument, &posix, 1},
usr.bin/sdiff/sdiff.c
73
{ "text", no_argument, NULL, 'a' },
usr.bin/sdiff/sdiff.c
74
{ "ignore-blank-lines", no_argument, NULL, 'B' },
usr.bin/sdiff/sdiff.c
75
{ "ignore-space-change", no_argument, NULL, 'b' },
usr.bin/sdiff/sdiff.c
76
{ "minimal", no_argument, NULL, 'd' },
usr.bin/sdiff/sdiff.c
77
{ "ignore-tab-expansion", no_argument, NULL, 'E' },
usr.bin/sdiff/sdiff.c
79
{ "speed-large-files", no_argument, NULL, 'H' },
usr.bin/sdiff/sdiff.c
81
{ "left-column", no_argument, NULL, 'l' },
usr.bin/sdiff/sdiff.c
83
{ "strip-trailing-cr", no_argument, NULL, 'S' },
usr.bin/sdiff/sdiff.c
84
{ "suppress-common-lines", no_argument, NULL, 's' },
usr.bin/sdiff/sdiff.c
85
{ "expand-tabs", no_argument, NULL, 't' },
usr.bin/sdiff/sdiff.c
86
{ "ignore-all-space", no_argument, NULL, 'W' },
usr.bin/timeout/timeout.c
215
{ "preserve-status", no_argument, NULL, 'p'},
usr.bin/timeout/timeout.c
216
{ "foreground", no_argument, NULL, 'f'},
usr.bin/timeout/timeout.c
219
{ "help", no_argument, NULL, 'h'},
usr.bin/tip/cu.c
63
{ "help", no_argument, &helpme, 1 },
usr.bin/tip/cu.c
71
{ "halfduplex", no_argument, NULL, 'h' },
usr.bin/tip/cu.c
72
{ "nostop", no_argument, &nostop, 1 },