Symbol: no_argument
lib/libc/stdlib/getopt_long.c
220
if (long_options[match].has_arg == no_argument
regress/lib/libc/getopt_long/getopt_long_test.c
38
{ "force", no_argument, 0, 0 },
regress/lib/libc/getopt_long/getopt_long_test.c
39
{ "fast", no_argument, 0, '1' },
regress/lib/libc/getopt_long/getopt_long_test.c
40
{ "best", no_argument, 0, '9' },
regress/lib/libc/getopt_long/getopt_long_test.c
42
{ "illiterate", no_argument, 0, 0 },
regress/lib/libc/getopt_long/getopt_long_test.c
44
{ "help", no_argument, 0, 'h' },
usr.bin/compress/main.c
143
{ "ascii", no_argument, 0, 'a' },
usr.bin/compress/main.c
144
{ "stdout", no_argument, 0, 'c' },
usr.bin/compress/main.c
145
{ "to-stdout", no_argument, 0, 'c' },
usr.bin/compress/main.c
146
{ "decompress", no_argument, 0, 'd' },
usr.bin/compress/main.c
147
{ "uncompress", no_argument, 0, 'd' },
usr.bin/compress/main.c
148
{ "force", no_argument, 0, 'f' },
usr.bin/compress/main.c
149
{ "help", no_argument, 0, 'h' },
usr.bin/compress/main.c
150
{ "keep", no_argument, 0, 'k' },
usr.bin/compress/main.c
151
{ "list", no_argument, 0, 'l' },
usr.bin/compress/main.c
152
{ "license", no_argument, 0, 'L' },
usr.bin/compress/main.c
153
{ "no-name", no_argument, 0, 'n' },
usr.bin/compress/main.c
154
{ "name", no_argument, 0, 'N' },
usr.bin/compress/main.c
155
{ "quiet", no_argument, 0, 'q' },
usr.bin/compress/main.c
156
{ "recursive", no_argument, 0, 'r' },
usr.bin/compress/main.c
158
{ "test", no_argument, 0, 't' },
usr.bin/compress/main.c
159
{ "verbose", no_argument, 0, 'v' },
usr.bin/compress/main.c
160
{ "version", no_argument, 0, 'V' },
usr.bin/compress/main.c
161
{ "fast", no_argument, 0, '1' },
usr.bin/compress/main.c
162
{ "best", no_argument, 0, '9' },
usr.bin/diff/diff.c
48
{ "text", no_argument, 0, 'a' },
usr.bin/diff/diff.c
49
{ "ignore-space-change", no_argument, 0, 'b' },
usr.bin/diff/diff.c
52
{ "minimal", no_argument, 0, 'd' },
usr.bin/diff/diff.c
53
{ "ed", no_argument, 0, 'e' },
usr.bin/diff/diff.c
54
{ "forward-ed", no_argument, 0, 'f' },
usr.bin/diff/diff.c
56
{ "ignore-case", no_argument, 0, 'i' },
usr.bin/diff/diff.c
58
{ "new-file", no_argument, 0, 'N' },
usr.bin/diff/diff.c
59
{ "rcs", no_argument, 0, 'n' },
usr.bin/diff/diff.c
60
{ "unidirectional-new-file", no_argument, 0, 'P' },
usr.bin/diff/diff.c
61
{ "show-c-function", no_argument, 0, 'p' },
usr.bin/diff/diff.c
62
{ "brief", no_argument, 0, 'q' },
usr.bin/diff/diff.c
63
{ "recursive", no_argument, 0, 'r' },
usr.bin/diff/diff.c
64
{ "report-identical-files", no_argument, 0, 's' },
usr.bin/diff/diff.c
66
{ "expand-tabs", no_argument, 0, 't' },
usr.bin/diff/diff.c
67
{ "initial-tab", no_argument, 0, 'T' },
usr.bin/diff/diff.c
69
{ "ignore-all-space", no_argument, 0, 'w' },
usr.bin/file/file.c
105
{ "brief", no_argument, NULL, 'b' },
usr.bin/file/file.c
106
{ "dereference", no_argument, NULL, 'L' },
usr.bin/file/file.c
107
{ "mime", no_argument, NULL, 'i' },
usr.bin/file/file.c
108
{ "mime-type", no_argument, NULL, 'i' },
usr.bin/grep/grep.c
136
{"help", no_argument, NULL, HELP_OPT},
usr.bin/grep/grep.c
137
{"mmap", no_argument, NULL, MMAP_OPT},
usr.bin/grep/grep.c
139
{"line-buffered", no_argument, NULL, LINEBUF_OPT},
usr.bin/grep/grep.c
140
{"null", no_argument, NULL, NULL_OPT},
usr.bin/grep/grep.c
145
{"extended-regexp", no_argument, NULL, 'E'},
usr.bin/grep/grep.c
146
{"fixed-strings", no_argument, NULL, 'F'},
usr.bin/grep/grep.c
147
{"basic-regexp", no_argument, NULL, 'G'},
usr.bin/grep/grep.c
148
{"with-filename", no_argument, NULL, 'H'},
usr.bin/grep/grep.c
149
{"binary", no_argument, NULL, 'U'},
usr.bin/grep/grep.c
150
{"version", no_argument, NULL, 'V'},
usr.bin/grep/grep.c
151
{"text", no_argument, NULL, 'a'},
usr.bin/grep/grep.c
152
{"byte-offset", no_argument, NULL, 'b'},
usr.bin/grep/grep.c
153
{"count", no_argument, NULL, 'c'},
usr.bin/grep/grep.c
156
{"no-filename", no_argument, NULL, 'h'},
usr.bin/grep/grep.c
157
{"ignore-case", no_argument, NULL, 'i'},
usr.bin/grep/grep.c
158
{"files-without-match", no_argument, NULL, 'L'},
usr.bin/grep/grep.c
159
{"files-with-matches", no_argument, NULL, 'l'},
usr.bin/grep/grep.c
161
{"line-number", no_argument, NULL, 'n'},
usr.bin/grep/grep.c
162
{"quiet", no_argument, NULL, 'q'},
usr.bin/grep/grep.c
163
{"silent", no_argument, NULL, 'q'},
usr.bin/grep/grep.c
164
{"recursive", no_argument, NULL, 'r'},
usr.bin/grep/grep.c
165
{"no-messages", no_argument, NULL, 's'},
usr.bin/grep/grep.c
166
{"revert-match", no_argument, NULL, 'v'},
usr.bin/grep/grep.c
167
{"word-regexp", no_argument, NULL, 'w'},
usr.bin/grep/grep.c
168
{"line-regexp", no_argument, NULL, 'x'},
usr.bin/grep/grep.c
169
{"unix-byte-offsets", no_argument, NULL, 'u'},
usr.bin/grep/grep.c
171
{"decompress", no_argument, NULL, 'Z'},
usr.bin/grep/grep.c
173
{NULL, no_argument, NULL, 0}
usr.bin/nm/nm.c
107
{ "debug-syms", no_argument, 0, 'a' },
usr.bin/nm/nm.c
108
{ "demangle", no_argument, 0, 'C' },
usr.bin/nm/nm.c
109
{ "dynamic", no_argument, 0, 'D' },
usr.bin/nm/nm.c
110
{ "extern-only", no_argument, 0, 'g' },
usr.bin/nm/nm.c
112
{ "no-sort", no_argument, 0, 'p' },
usr.bin/nm/nm.c
113
{ "numeric-sort", no_argument, 0, 'n' },
usr.bin/nm/nm.c
114
{ "print-armap", no_argument, 0, 's' },
usr.bin/nm/nm.c
115
{ "print-file-name", no_argument, 0, 'o' },
usr.bin/nm/nm.c
116
{ "reverse-sort", no_argument, 0, 'r' },
usr.bin/nm/nm.c
118
{ "undefined-only", no_argument, 0, 'u' },
usr.bin/nm/nm.c
119
{ "help", no_argument, 0, '?' },
usr.bin/patch/patch.c
520
{"backup", no_argument, 0, 'b'},
usr.bin/patch/patch.c
521
{"batch", no_argument, 0, 't'},
usr.bin/patch/patch.c
522
{"check", no_argument, 0, 'C'},
usr.bin/patch/patch.c
523
{"context", no_argument, 0, 'c'},
usr.bin/patch/patch.c
526
{"dry-run", no_argument, 0, 'C'},
usr.bin/patch/patch.c
527
{"ed", no_argument, 0, 'e'},
usr.bin/patch/patch.c
528
{"force", no_argument, 0, 'f'},
usr.bin/patch/patch.c
529
{"forward", no_argument, 0, 'N'},
usr.bin/patch/patch.c
533
{"ignore-whitespace", no_argument, 0, 'l'},
usr.bin/patch/patch.c
534
{"normal", no_argument, 0, 'n'},
usr.bin/patch/patch.c
537
{"quiet", no_argument, 0, 's'},
usr.bin/patch/patch.c
539
{"remove-empty-files", no_argument, 0, 'E'},
usr.bin/patch/patch.c
540
{"reverse", no_argument, 0, 'R'},
usr.bin/patch/patch.c
541
{"silent", no_argument, 0, 's'},
usr.bin/patch/patch.c
544
{"unified", no_argument, 0, 'u'},
usr.bin/patch/patch.c
545
{"version", no_argument, 0, 'v'},
usr.bin/patch/patch.c
547
{"posix", no_argument, &posix, 1},
usr.bin/pkgconf/cli/getopt_long.c
274
if (long_options[match].has_arg == no_argument
usr.bin/pkgconf/cli/main.c
1077
{ "version", no_argument, &want_flags, PKG_VERSION|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1078
{ "about", no_argument, &want_flags, PKG_ABOUT|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1081
{ "libs", no_argument, &want_flags, PKG_LIBS|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1082
{ "cflags", no_argument, &want_flags, PKG_CFLAGS|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1083
{ "modversion", no_argument, &want_flags, PKG_MODVERSION|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1085
{ "exists", no_argument, &want_flags, PKG_EXISTS, },
usr.bin/pkgconf/cli/main.c
1086
{ "print-errors", no_argument, &want_flags, PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1087
{ "short-errors", no_argument, &want_flags, PKG_SHORT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1089
{ "static", no_argument, &want_flags, PKG_STATIC, },
usr.bin/pkgconf/cli/main.c
1090
{ "shared", no_argument, &want_flags, PKG_SHARED, },
usr.bin/pkgconf/cli/main.c
1091
{ "pure", no_argument, &want_flags, PKG_PURE, },
usr.bin/pkgconf/cli/main.c
1092
{ "print-requires", no_argument, &want_flags, PKG_REQUIRES, },
usr.bin/pkgconf/cli/main.c
1093
{ "print-variables", no_argument, &want_flags, PKG_VARIABLES|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1095
{ "digraph", no_argument, &want_flags, PKG_DIGRAPH, },
usr.bin/pkgconf/cli/main.c
1096
{ "solution", no_argument, &want_flags, PKG_SOLUTION, },
usr.bin/pkgconf/cli/main.c
1098
{ "help", no_argument, &want_flags, PKG_HELP, },
usr.bin/pkgconf/cli/main.c
1099
{ "env-only", no_argument, &want_flags, PKG_ENV_ONLY, },
usr.bin/pkgconf/cli/main.c
1100
{ "print-requires-private", no_argument, &want_flags, PKG_REQUIRES_PRIVATE, },
usr.bin/pkgconf/cli/main.c
1101
{ "cflags-only-I", no_argument, &want_flags, PKG_CFLAGS_ONLY_I|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1102
{ "cflags-only-other", no_argument, &want_flags, PKG_CFLAGS_ONLY_OTHER|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1103
{ "libs-only-L", no_argument, &want_flags, PKG_LIBS_ONLY_LDPATH|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1104
{ "libs-only-l", no_argument, &want_flags, PKG_LIBS_ONLY_LIBNAME|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1105
{ "libs-only-other", no_argument, &want_flags, PKG_LIBS_ONLY_OTHER|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1106
{ "uninstalled", no_argument, &want_flags, PKG_UNINSTALLED, },
usr.bin/pkgconf/cli/main.c
1107
{ "no-uninstalled", no_argument, &want_flags, PKG_NO_UNINSTALLED, },
usr.bin/pkgconf/cli/main.c
1108
{ "keep-system-cflags", no_argument, &want_flags, PKG_KEEP_SYSTEM_CFLAGS, },
usr.bin/pkgconf/cli/main.c
1109
{ "keep-system-libs", no_argument, &want_flags, PKG_KEEP_SYSTEM_LIBS, },
usr.bin/pkgconf/cli/main.c
1113
{ "ignore-conflicts", no_argument, &want_flags, PKG_IGNORE_CONFLICTS, },
usr.bin/pkgconf/cli/main.c
1114
{ "errors-to-stdout", no_argument, &want_flags, PKG_ERRORS_ON_STDOUT, },
usr.bin/pkgconf/cli/main.c
1115
{ "silence-errors", no_argument, &want_flags, PKG_SILENCE_ERRORS, },
usr.bin/pkgconf/cli/main.c
1116
{ "list-all", no_argument, &want_flags, PKG_LIST|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1117
{ "list-package-names", no_argument, &want_flags, PKG_LIST_PACKAGE_NAMES|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1119
{ "simulate", no_argument, &want_flags, PKG_SIMULATE, },
usr.bin/pkgconf/cli/main.c
1121
{ "no-cache", no_argument, &want_flags, PKG_NO_CACHE, },
usr.bin/pkgconf/cli/main.c
1122
{ "print-provides", no_argument, &want_flags, PKG_PROVIDES, },
usr.bin/pkgconf/cli/main.c
1123
{ "no-provides", no_argument, &want_flags, PKG_NO_PROVIDES, },
usr.bin/pkgconf/cli/main.c
1124
{ "debug", no_argument, &want_flags, PKG_DEBUG|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1125
{ "validate", no_argument, &want_flags, PKG_VALIDATE|PKG_PRINT_ERRORS|PKG_ERRORS_ON_STDOUT },
usr.bin/pkgconf/cli/main.c
1127
{ "path", no_argument, &want_flags, PKG_PATH },
usr.bin/pkgconf/cli/main.c
1130
{ "define-prefix", no_argument, &want_flags, PKG_DEFINE_PREFIX },
usr.bin/pkgconf/cli/main.c
1132
{ "dont-define-prefix", no_argument, &want_flags, PKG_DONT_DEFINE_PREFIX },
usr.bin/pkgconf/cli/main.c
1133
{ "dont-relocate-paths", no_argument, &want_flags, PKG_DONT_RELOCATE_PATHS },
usr.bin/pkgconf/cli/main.c
1136
{ "msvc-syntax", no_argument, &want_flags, PKG_MSVC_SYNTAX },
usr.bin/pkgconf/cli/main.c
1139
{ "internal-cflags", no_argument, &want_flags, PKG_INTERNAL_CFLAGS },
usr.bin/pkgconf/cli/main.c
1141
{ "dump-personality", no_argument, &want_flags, PKG_DUMP_PERSONALITY },
usr.bin/pkgconf/cli/main.c
1144
{ "license", no_argument, &want_flags, PKG_DUMP_LICENSE },
usr.bin/pkgconf/cli/main.c
1145
{ "verbose", no_argument, NULL, 55 },
usr.bin/pkgconf/cli/main.c
1146
{ "exists-cflags", no_argument, &want_flags, PKG_EXISTS_CFLAGS },
usr.bin/pkgconf/cli/main.c
1147
{ "fragment-tree", no_argument, &want_flags, PKG_FRAGMENT_TREE },
usr.bin/rsync/main.c
298
{ "archive", no_argument, NULL, 'a' },
usr.bin/rsync/main.c
304
{ "compress", no_argument, NULL, 'z' },
usr.bin/rsync/main.c
306
{ "del", no_argument, &opts.del, 1 },
usr.bin/rsync/main.c
307
{ "delete", no_argument, &opts.del, 1 },
usr.bin/rsync/main.c
308
{ "devices", no_argument, &opts.devices, 1 },
usr.bin/rsync/main.c
309
{ "no-devices", no_argument, &opts.devices, 0 },
usr.bin/rsync/main.c
310
{ "dry-run", no_argument, &opts.dry_run, 1 },
usr.bin/rsync/main.c
313
{ "group", no_argument, &opts.preserve_gids, 1 },
usr.bin/rsync/main.c
314
{ "no-group", no_argument, &opts.preserve_gids, 0 },
usr.bin/rsync/main.c
315
{ "help", no_argument, NULL, 'h' },
usr.bin/rsync/main.c
316
{ "ignore-times", no_argument, NULL, 'I' },
usr.bin/rsync/main.c
319
{ "links", no_argument, &opts.preserve_links, 1 },
usr.bin/rsync/main.c
322
{ "no-links", no_argument, &opts.preserve_links, 0 },
usr.bin/rsync/main.c
323
{ "no-motd", no_argument, &opts.no_motd, 1 },
usr.bin/rsync/main.c
324
{ "numeric-ids", no_argument, &opts.numeric_ids, 1 },
usr.bin/rsync/main.c
325
{ "omit-dir-times", no_argument, &opts.ignore_dir_times, 1 },
usr.bin/rsync/main.c
326
{ "no-O", no_argument, &opts.ignore_dir_times, 0 },
usr.bin/rsync/main.c
327
{ "no-omit-dir-times", no_argument, &opts.ignore_dir_times, 0 },
usr.bin/rsync/main.c
328
{ "omit-link-times", no_argument, &opts.ignore_link_times, 1 },
usr.bin/rsync/main.c
329
{ "no-J", no_argument, &opts.ignore_link_times, 0 },
usr.bin/rsync/main.c
330
{ "no-omit-link-times", no_argument, &opts.ignore_link_times, 0 },
usr.bin/rsync/main.c
331
{ "owner", no_argument, &opts.preserve_uids, 1 },
usr.bin/rsync/main.c
332
{ "no-owner", no_argument, &opts.preserve_uids, 0 },
usr.bin/rsync/main.c
333
{ "perms", no_argument, &opts.preserve_perms, 1 },
usr.bin/rsync/main.c
334
{ "no-perms", no_argument, &opts.preserve_perms, 0 },
usr.bin/rsync/main.c
336
{ "recursive", no_argument, &opts.recursive, 1 },
usr.bin/rsync/main.c
337
{ "no-recursive", no_argument, &opts.recursive, 0 },
usr.bin/rsync/main.c
340
{ "sender", no_argument, &opts.sender, 1 },
usr.bin/rsync/main.c
341
{ "server", no_argument, &opts.server, 1 },
usr.bin/rsync/main.c
342
{ "size-only", no_argument, &opts.size_only, 1 },
usr.bin/rsync/main.c
343
{ "specials", no_argument, &opts.specials, 1 },
usr.bin/rsync/main.c
344
{ "no-specials", no_argument, &opts.specials, 0 },
usr.bin/rsync/main.c
346
{ "times", no_argument, &opts.preserve_times, 1 },
usr.bin/rsync/main.c
347
{ "no-times", no_argument, &opts.preserve_times, 0 },
usr.bin/rsync/main.c
348
{ "verbose", no_argument, &verbose, 1 },
usr.bin/rsync/main.c
349
{ "no-verbose", no_argument, &verbose, 0 },
usr.bin/rsync/main.c
350
{ "version", no_argument, NULL, 'V' },
usr.bin/sdiff/sdiff.c
72
{ "text", no_argument, NULL, 'a' },
usr.bin/sdiff/sdiff.c
73
{ "ignore-blank-lines", no_argument, NULL, 'B' },
usr.bin/sdiff/sdiff.c
74
{ "ignore-space-change", no_argument, NULL, 'b' },
usr.bin/sdiff/sdiff.c
75
{ "minimal", no_argument, NULL, 'd' },
usr.bin/sdiff/sdiff.c
76
{ "ignore-tab-expansion", no_argument, NULL, 'E' },
usr.bin/sdiff/sdiff.c
78
{ "speed-large-files", no_argument, NULL, 'H' },
usr.bin/sdiff/sdiff.c
80
{ "ignore-case", no_argument, NULL, 'i' },
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/seq/seq.c
59
{"help", no_argument, NULL, 'h'},
usr.bin/seq/seq.c
61
{"version", no_argument, NULL, 'v'},
usr.bin/seq/seq.c
62
{"equal-width", no_argument, NULL, 'w'},
usr.bin/seq/seq.c
63
{NULL, no_argument, NULL, 0}
usr.bin/sort/sort.c
108
{ "debug", no_argument, NULL, DEBUG_OPT },
usr.bin/sort/sort.c
109
{ "dictionary-order", no_argument, NULL, 'd' },
usr.bin/sort/sort.c
112
{ "general-numeric-sort", no_argument, NULL, 'g' },
usr.bin/sort/sort.c
113
{ "heapsort", no_argument, NULL, HEAPSORT_OPT },
usr.bin/sort/sort.c
114
{ "help", no_argument, NULL, HELP_OPT },
usr.bin/sort/sort.c
115
{ "human-numeric-sort", no_argument, NULL, 'h' },
usr.bin/sort/sort.c
116
{ "ignore-leading-blanks", no_argument, NULL, 'b' },
usr.bin/sort/sort.c
117
{ "ignore-case", no_argument, NULL, 'f' },
usr.bin/sort/sort.c
118
{ "ignore-nonprinting", no_argument, NULL, 'i' },
usr.bin/sort/sort.c
120
{ "merge", no_argument, NULL, 'm' },
usr.bin/sort/sort.c
121
{ "mergesort", no_argument, NULL, 'H' },
usr.bin/sort/sort.c
122
{ "mmap", no_argument, NULL, MMAP_OPT },
usr.bin/sort/sort.c
123
{ "month-sort", no_argument, NULL, 'M' },
usr.bin/sort/sort.c
124
{ "numeric-sort", no_argument, NULL, 'n' },
usr.bin/sort/sort.c
126
{ "qsort", no_argument, NULL, QSORT_OPT },
usr.bin/sort/sort.c
127
{ "radixsort", no_argument, NULL, RADIXSORT_OPT },
usr.bin/sort/sort.c
128
{ "random-sort", no_argument, NULL, 'R' },
usr.bin/sort/sort.c
130
{ "reverse", no_argument, NULL, 'r' },
usr.bin/sort/sort.c
132
{ "stable", no_argument, NULL, 's' },
usr.bin/sort/sort.c
134
{ "unique", no_argument, NULL, 'u' },
usr.bin/sort/sort.c
135
{ "version", no_argument, NULL, VERSION_OPT },
usr.bin/sort/sort.c
136
{ "version-sort", no_argument, NULL, 'V' },
usr.bin/sort/sort.c
137
{ "zero-terminated", no_argument, NULL, 'z' },
usr.bin/sort/sort.c
138
{ NULL, no_argument, NULL, 0 }
usr.bin/timeout/timeout.c
181
{ "preserve-status", no_argument, NULL, 'p'},
usr.bin/timeout/timeout.c
182
{ "foreground", no_argument, NULL, 'f'},
usr.bin/timeout/timeout.c
185
{ "help", no_argument, NULL, 'h'},