Home
last modified time | relevance | path

Searched refs:no_argument (Results 1 – 25 of 75) sorted by relevance

123

/dragonfly/contrib/binutils-2.27/ld/
HDlexsup.c111 { {"dc", no_argument, NULL, 'd'},
113 { {"dp", no_argument, NULL, 'd'},
117 { {"export-dynamic", no_argument, NULL, OPTION_EXPORT_DYNAMIC},
119 { {"no-export-dynamic", no_argument, NULL, OPTION_NO_EXPORT_DYNAMIC},
121 { {"EB", no_argument, NULL, OPTION_EB},
123 { {"EL", no_argument, NULL, OPTION_EL},
131 { {NULL, no_argument, NULL, '\0'},
141 { {"no-dynamic-linker", no_argument, NULL, OPTION_NO_DYNAMIC_LINKER},
153 { {"print-map", no_argument, NULL, 'M'},
155 { {"nmagic", no_argument, NULL, 'n'},
[all …]
/dragonfly/contrib/binutils-2.34/ld/
HDlexsup.c112 { {"dc", no_argument, NULL, 'd'},
114 { {"dp", no_argument, NULL, 'd'},
116 { {"force-group-allocation", no_argument, NULL,
121 { {"export-dynamic", no_argument, NULL, OPTION_EXPORT_DYNAMIC},
123 { {"no-export-dynamic", no_argument, NULL, OPTION_NO_EXPORT_DYNAMIC},
125 { {"EB", no_argument, NULL, OPTION_EB},
127 { {"EL", no_argument, NULL, OPTION_EL},
135 { {NULL, no_argument, NULL, '\0'},
145 { {"no-dynamic-linker", no_argument, NULL, OPTION_NO_DYNAMIC_LINKER},
157 { {"print-map", no_argument, NULL, 'M'},
[all …]
/dragonfly/contrib/xz/src/xz/
HDargs.c153 { "compress", no_argument, NULL, 'z' }, in parse_real()
154 { "decompress", no_argument, NULL, 'd' }, in parse_real()
155 { "uncompress", no_argument, NULL, 'd' }, in parse_real()
156 { "test", no_argument, NULL, 't' }, in parse_real()
157 { "list", no_argument, NULL, 'l' }, in parse_real()
160 { "keep", no_argument, NULL, 'k' }, in parse_real()
161 { "force", no_argument, NULL, 'f' }, in parse_real()
162 { "stdout", no_argument, NULL, 'c' }, in parse_real()
163 { "to-stdout", no_argument, NULL, 'c' }, in parse_real()
164 { "single-stream", no_argument, NULL, OPT_SINGLE_STREAM }, in parse_real()
[all …]
/dragonfly/usr.sbin/efivar/
HDefivar.c45 { "append", no_argument, NULL, 'a' },
46 { "ascii", no_argument, NULL, 'A' },
48 { "binary", no_argument, NULL, 'b' },
49 { "delete", no_argument, NULL, 'D' },
50 { "device", no_argument, NULL, 'd' },
51 { "device-path", no_argument, NULL, 'd' },
53 { "guid", no_argument, NULL, 'g' },
54 { "hex", no_argument, NULL, 'H' },
55 { "list-guids", no_argument, NULL, 'L' },
56 { "list", no_argument, NULL, 'l' },
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
HDcxxfilt.c37 {"strip-underscore", no_argument, NULL, '_'},
39 {"help", no_argument, NULL, 'h'},
40 {"no-params", no_argument, NULL, 'p'},
41 {"no-strip-underscores", no_argument, NULL, 'n'},
42 {"no-verbose", no_argument, NULL, 'i'},
43 {"types", no_argument, NULL, 't'},
44 {"version", no_argument, NULL, 'v'},
45 {"recurse-limit", no_argument, NULL, 'R'},
46 {"recursion-limit", no_argument, NULL, 'R'},
47 {"no-recurse-limit", no_argument, NULL, 'r'},
[all …]
HDaddr2line.c58 {"addresses", no_argument, NULL, 'a'},
59 {"basenames", no_argument, NULL, 's'},
62 {"functions", no_argument, NULL, 'f'},
63 {"inlines", no_argument, NULL, 'i'},
64 {"pretty-print", no_argument, NULL, 'p'},
65 {"recurse-limit", no_argument, NULL, 'R'},
66 {"recursion-limit", no_argument, NULL, 'R'},
67 {"no-recurse-limit", no_argument, NULL, 'r'},
68 {"no-recursion-limit", no_argument, NULL, 'r'},
71 {"help", no_argument, NULL, 'H'},
[all …]
HDnm.c201 {"debug-syms", no_argument, &print_debug_syms, 1},
203 {"dynamic", no_argument, &dynamic, 1},
204 {"extern-only", no_argument, &external_only, 1},
206 {"help", no_argument, 0, 'h'},
207 {"line-numbers", no_argument, 0, 'l'},
208 {"no-cplus", no_argument, &do_demangle, 0}, /* Linux compatibility. */
209 {"no-demangle", no_argument, &do_demangle, 0},
210 {"no-recurse-limit", no_argument, NULL, OPTION_NO_RECURSE_LIMIT},
211 {"no-recursion-limit", no_argument, NULL, OPTION_NO_RECURSE_LIMIT},
212 {"no-sort", no_argument, 0, 'p'},
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDmain.c455 {"tui", no_argument, 0, OPT_TUI}, in captured_main()
456 {"xdb", no_argument, &xdb_commands, 1}, in captured_main()
457 {"dbx", no_argument, &dbx_commands, 1}, in captured_main()
458 {"readnow", no_argument, &readnow_symbol_files, 1}, in captured_main()
459 {"r", no_argument, &readnow_symbol_files, 1}, in captured_main()
460 {"quiet", no_argument, &quiet, 1}, in captured_main()
461 {"q", no_argument, &quiet, 1}, in captured_main()
462 {"silent", no_argument, &quiet, 1}, in captured_main()
463 {"nh", no_argument, &inhibit_home_gdbinit, 1}, in captured_main()
464 {"nx", no_argument, &inhibit_gdbinit, 1}, in captured_main()
[all …]
/dragonfly/usr.bin/diff/
HDdiff.c49 { "text", no_argument, 0, 'a' },
50 { "ignore-space-change", no_argument, 0, 'b' },
53 { "minimal", no_argument, 0, 'd' },
54 { "ed", no_argument, 0, 'e' },
55 { "forward-ed", no_argument, 0, 'f' },
57 { "ignore-case", no_argument, 0, 'i' },
59 { "new-file", no_argument, 0, 'N' },
60 { "rcs", no_argument, 0, 'n' },
61 { "unidirectional-new-file", no_argument, 0, 'P' },
62 { "show-c-function", no_argument, 0, 'p' },
[all …]
/dragonfly/contrib/binutils-2.34/gprof/
HDgprof.c101 {"line", no_argument, 0, 'l'},
102 {"no-static", no_argument, 0, 'a'},
103 {"ignore-non-functions", no_argument, 0, 'D'},
116 {"function-ordering", no_argument, 0, 'r'},
118 {"file-info", no_argument, 0, 'i'},
119 {"sum", no_argument, 0, 's'},
123 {"all-lines", no_argument, 0, 'x'},
125 {"no-demangle", no_argument, 0, OPTION_NO_DEMANGLE},
127 {"display-unused-functions", no_argument, 0, 'z'},
128 {"inline-file-names", no_argument, 0, OPTION_INLINE_FILE_NAMES},
[all …]
/dragonfly/contrib/binutils-2.27/gprof/
HDgprof.c101 {"line", no_argument, 0, 'l'},
102 {"no-static", no_argument, 0, 'a'},
103 {"ignore-non-functions", no_argument, 0, 'D'},
116 {"function-ordering", no_argument, 0, 'r'},
118 {"file-info", no_argument, 0, 'i'},
119 {"sum", no_argument, 0, 's'},
123 {"all-lines", no_argument, 0, 'x'},
125 {"no-demangle", no_argument, 0, OPTION_NO_DEMANGLE},
127 {"display-unused-functions", no_argument, 0, 'z'},
128 {"inline-file-names", no_argument, 0, OPTION_INLINE_FILE_NAMES},
[all …]
/dragonfly/sbin/tcplay/
HDmain.c207 { "create", no_argument, NULL, 'c' },
210 { "hidden", no_argument, NULL, 'g' },
213 { "info", no_argument, NULL, 'i' },
218 { "protect-hidden", no_argument, NULL, 'e' },
220 { "prompt-passphrase", no_argument, NULL, 'p' },
222 { "allow-trim", no_argument, NULL, 't' },
223 { "fde", no_argument, NULL, FLAG_LONG_FDE },
224 { "use-backup", no_argument, NULL, FLAG_LONG_USE_BACKUP },
227 { "modify", no_argument, NULL, FLAG_LONG_MOD },
230 { "restore-from-backup-hdr", no_argument, NULL, FLAG_LONG_MOD_NONE },
[all …]
/dragonfly/contrib/binutils-2.34/gas/
HDas.c517 {"alternate", no_argument, NULL, OPTION_ALTERNATE} in parse_args()
526 ,{"nocompress-debug-sections", no_argument, NULL, OPTION_NOCOMPRESS_DEBUG} in parse_args()
529 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG} in parse_args()
532 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK} in parse_args()
533 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK} in parse_args()
536 ,{"sectname-subst", no_argument, NULL, OPTION_SECTNAME_SUBST} in parse_args()
539 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL} in parse_args()
540 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2} in parse_args()
543 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2} in parse_args()
544 ,{"gdwarf-sections", no_argument, NULL, OPTION_GDWARF_SECTIONS} in parse_args()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
HDas.c495 {"alternate", no_argument, NULL, OPTION_ALTERNATE} in parse_args()
504 ,{"nocompress-debug-sections", no_argument, NULL, OPTION_NOCOMPRESS_DEBUG} in parse_args()
507 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG} in parse_args()
510 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK} in parse_args()
511 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK} in parse_args()
514 ,{"sectname-subst", no_argument, NULL, OPTION_SECTNAME_SUBST} in parse_args()
516 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL} in parse_args()
517 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2} in parse_args()
520 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2} in parse_args()
521 ,{"gdwarf-sections", no_argument, NULL, OPTION_GDWARF_SECTIONS} in parse_args()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
HDcxxfilt.c37 {"strip-underscore", no_argument, NULL, '_'},
39 {"help", no_argument, NULL, 'h'},
40 {"no-params", no_argument, NULL, 'p'},
41 {"no-strip-underscores", no_argument, NULL, 'n'},
42 {"no-verbose", no_argument, NULL, 'i'},
43 {"types", no_argument, NULL, 't'},
44 {"version", no_argument, NULL, 'v'},
45 {NULL, no_argument, NULL, 0}
HDaddr2line.c55 {"addresses", no_argument, NULL, 'a'},
56 {"basenames", no_argument, NULL, 's'},
59 {"functions", no_argument, NULL, 'f'},
60 {"inlines", no_argument, NULL, 'i'},
61 {"pretty-print", no_argument, NULL, 'p'},
64 {"help", no_argument, NULL, 'H'},
65 {"version", no_argument, NULL, 'V'},
66 {0, no_argument, 0, 0}
HDnm.c202 {"debug-syms", no_argument, &print_debug_syms, 1},
204 {"dynamic", no_argument, &dynamic, 1},
205 {"extern-only", no_argument, &external_only, 1},
207 {"help", no_argument, 0, 'h'},
208 {"line-numbers", no_argument, 0, 'l'},
209 {"no-cplus", no_argument, &do_demangle, 0}, /* Linux compatibility. */
210 {"no-demangle", no_argument, &do_demangle, 0},
211 {"no-sort", no_argument, 0, 'p'},
212 {"numeric-sort", no_argument, 0, 'n'},
214 {"portability", no_argument, 0, 'P'},
[all …]
/dragonfly/contrib/xz/src/xzdec/
HDxzdec.c100 { "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()
/dragonfly/usr.bin/sort/
HDsort.c169 { "debug", no_argument, NULL, DEBUG_OPT },
170 { "dictionary-order", no_argument, NULL, 'd' },
173 { "general-numeric-sort", no_argument, NULL, 'g' },
174 { "heapsort", no_argument, NULL, HEAPSORT_OPT },
175 { "help",no_argument, NULL, HELP_OPT },
176 { "human-numeric-sort", no_argument, NULL, 'h' },
177 { "ignore-leading-blanks", no_argument, NULL, 'b' },
178 { "ignore-case", no_argument, NULL, 'f' },
179 { "ignore-nonprinting", no_argument, NULL, 'i' },
181 { "merge", no_argument, NULL, 'm' },
[all …]
/dragonfly/usr.bin/fetch/
HDfetch.c123 { "one-file", no_argument, NULL, '1' },
124 { "ipv4-only", no_argument, NULL, '4' },
125 { "ipv6-only", no_argument, NULL, '6' },
126 { "no-redirect", no_argument, NULL, 'A' },
127 { "retry", no_argument, NULL, 'a' },
130 { "direct", no_argument, NULL, 'd' },
131 { "force-restart", no_argument, NULL, 'F' },
135 { "symlink", no_argument, NULL, 'l' },
137 { "mirror", no_argument, NULL, 'm' },
139 { "no-mtime", no_argument, NULL, 'n' },
[all …]
/dragonfly/contrib/dhcpcd/src/
HDif-options.c66 {"background", no_argument, NULL, 'b'},
68 {"debug", no_argument, NULL, 'd'},
71 {"reconfigure", no_argument, NULL, 'g'},
75 {"release", no_argument, NULL, 'k'},
78 {"rebind", no_argument, NULL, 'n'},
80 {"persistent", no_argument, NULL, 'p'},
81 {"quiet", no_argument, NULL, 'q'},
92 {"exit", no_argument, NULL, 'x'},
95 {"noarp", no_argument, NULL, 'A'},
96 {"nobackground", no_argument, NULL, 'B'},
[all …]
/dragonfly/usr.bin/top/
HDtop.c303 { "color", no_argument, NULL, 'C' },
304 { "debug", no_argument, NULL, 'D' },
305 { "system-procs", no_argument, NULL, 'S' },
306 { "idle-procs", no_argument, NULL, 'I' },
307 { "tag-names", no_argument, NULL, 'T' },
308 { "all", no_argument, NULL, 'a' },
309 { "batch", no_argument, NULL, 'b' },
310 { "full-commands", no_argument, NULL, 'c' },
311 { "interactive", no_argument, NULL, 'i' },
312 { "quick", no_argument, NULL, 'q' },
[all …]
/dragonfly/usr.bin/patch/
HDpatch.c524 {"backup", no_argument, 0, 'b'}, in get_some_switches()
525 {"batch", no_argument, 0, 't'}, in get_some_switches()
526 {"check", no_argument, 0, 'C'}, in get_some_switches()
527 {"context", no_argument, 0, 'c'}, in get_some_switches()
530 {"dry-run", no_argument, 0, 'C'}, in get_some_switches()
531 {"ed", no_argument, 0, 'e'}, in get_some_switches()
532 {"force", no_argument, 0, 'f'}, in get_some_switches()
533 {"forward", no_argument, 0, 'N'}, in get_some_switches()
537 {"ignore-whitespace", no_argument, 0, 'l'}, in get_some_switches()
538 {"normal", no_argument, 0, 'n'}, in get_some_switches()
[all …]
/dragonfly/usr.bin/sdiff/
HDsdiff.c91 { "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, NULL, 'E' },
[all …]
/dragonfly/contrib/grep/src/
HDgrep.c434 {"basic-regexp", no_argument, NULL, 'G'},
435 {"extended-regexp", no_argument, NULL, 'E'},
436 {"fixed-regexp", no_argument, NULL, 'F'},
437 {"fixed-strings", no_argument, NULL, 'F'},
438 {"perl-regexp", no_argument, NULL, 'P'},
442 {"byte-offset", no_argument, NULL, 'b'},
446 {"count", no_argument, NULL, 'c'},
453 {"files-with-matches", no_argument, NULL, 'l'},
454 {"files-without-match", no_argument, NULL, 'L'},
456 {"help", no_argument, &show_help, 1},
[all …]

123