Searched refs:no_argument (Results 1 - 25 of 133) sorted by relevance

123456

/freebsd-11-stable/contrib/file/src/
H A Dmygetopt.h47 #define no_argument 0 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/tcpdump/
H A Dgetopt_long.h40 #define no_argument 0 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/binutils/ld/
H A Dlexsup.c215 { {"dc", no_argument, NULL, 'd'},
217 { {"dp", no_argument, NULL, 'd'},
221 { {"export-dynamic", no_argument, NULL, OPTION_EXPORT_DYNAMIC},
223 { {"EB", no_argument, NULL, OPTION_EB},
225 { {"EL", no_argument, NULL, OPTION_EL},
233 { {NULL, no_argument, NULL, '\0'},
252 { {"print-map", no_argument, NULL, 'M'},
254 { {"nmagic", no_argument, NULL, 'n'},
256 { {"omagic", no_argument, NULL, 'N'},
259 { {"no-omagic", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dargs.c153 { "compress", no_argument, NULL, 'z' },
154 { "decompress", no_argument, NULL, 'd' },
155 { "uncompress", no_argument, NULL, 'd' },
156 { "test", no_argument, NULL, 't' },
157 { "list", no_argument, NULL, 'l' },
160 { "keep", no_argument, NULL, 'k' },
161 { "force", no_argument, NULL, 'f' },
162 { "stdout", no_argument, NULL, 'c' },
163 { "to-stdout", no_argument, NULL, 'c' },
164 { "single-stream", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcxxfilt.c38 {"strip-underscore", no_argument, NULL, '_'},
40 {"help", no_argument, NULL, 'h'},
41 {"no-params", no_argument, NULL, 'p'},
42 {"no-strip-underscores", no_argument, NULL, 'n'},
43 {"no-verbose", no_argument, NULL, 'i'},
44 {"types", no_argument, NULL, 't'},
45 {"version", no_argument, NULL, 'v'},
46 {NULL, no_argument, NULL, 0}
/freebsd-11-stable/usr.bin/diff/
H A Ddiff.c61 { "text", no_argument, 0, 'a' },
62 { "ignore-space-change", no_argument, 0, 'b' },
65 { "minimal", no_argument, 0, 'd' },
66 { "ed", no_argument, 0, 'e' },
67 { "forward-ed", no_argument, 0, 'f' },
68 { "speed-large-files", no_argument, NULL, 'H' },
69 { "ignore-blank-lines", no_argument, 0, 'B' },
71 { "ignore-case", no_argument, 0, 'i' },
72 { "paginate", no_argument, NULL, 'l' },
74 { "new-file", no_argument,
[all...]
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c46 { "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, NUL
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt.h39 #define no_argument 0 macro
47 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/include/
H A Dgetopt.h42 #define no_argument 0 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmain.c256 {"async", no_argument, &event_loop_p, 1},
257 {"noasync", no_argument, &event_loop_p, 0},
259 {"tui", no_argument, 0, OPT_TUI},
261 {"xdb", no_argument, &xdb_commands, 1},
262 {"dbx", no_argument, &dbx_commands, 1},
263 {"readnow", no_argument, &readnow_symbol_files, 1},
264 {"r", no_argument, &readnow_symbol_files, 1},
265 {"quiet", no_argument, &quiet, 1},
266 {"q", no_argument, &quiet, 1},
267 {"silent", no_argument,
[all...]
/freebsd-11-stable/contrib/xz/src/xzdec/
H A Dxzdec.c100 { "stdout", no_argument, NULL, 'c' },
101 { "to-stdout", no_argument, NULL, 'c' },
102 { "decompress", no_argument, NULL, 'd' },
103 { "uncompress", no_argument, NULL, 'd' },
104 { "keep", no_argument, NULL, 'k' },
105 { "quiet", no_argument, NULL, 'q' },
106 { "no-warn", no_argument, NULL, 'Q' },
107 { "help", no_argument, NULL, 'h' },
108 { "version", no_argument, NULL, 'V' },
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c185 {"help", no_argument, NULL, HELP_OPT},
186 {"mmap", no_argument, NULL, MMAP_OPT},
187 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
189 {"null", no_argument, NULL, NULL_OPT},
197 {"text", no_argument, NULL, 'a'},
199 {"byte-offset", no_argument, NULL, 'b'},
201 {"count", no_argument, NULL, 'c'},
204 {"extended-regexp", no_argument, NULL, 'E'},
206 {"fixed-strings", no_argument, NULL, 'F'},
208 {"basic-regexp", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Doptions.cc677 { "ignore-case", no_argument, NULL, CHAR_MAX + 2 },
679 { "struct-type", no_argument, NULL, 't' },
688 { "seven-bit", no_argument, NULL, '7' },
689 { "compare-strncmp", no_argument, NULL, 'c' },
690 { "readonly-tables", no_argument, NULL, 'C' },
691 { "enum", no_argument, NULL, 'E' },
692 { "includes", no_argument, NULL, 'I' },
693 { "global-table", no_argument, NULL, 'G' },
697 { "omit-struct-type", no_argument, NULL, 'T' },
699 { "compare-strlen", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c55 {"help", no_argument, NULL, OPTION_HELP},
56 {"no-params", no_argument, NULL, 'p'},
57 {"no-strip-underscores", no_argument, NULL, 'n'},
58 {"strip-underscores", no_argument, NULL, '_'},
59 {"version", no_argument, NULL, 'V'},
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c441 {"alternate", no_argument, NULL, OPTION_ALTERNATE}
450 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG}
453 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK}
454 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK}
456 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL}
457 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2}
460 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2}
461 ,{"gen-debug", no_argument, NULL, 'g'}
462 ,{"gstabs", no_argument, NULL, OPTION_GSTABS}
463 ,{"gstabs+", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/dtc/
H A Dutil.h249 {"help", no_argument, NULL, 'h'}, \
250 {"version", no_argument, NULL, 'V'}, \
251 {NULL, no_argument, NULL, 0x0}
H A Ddtc.c67 {"quiet", no_argument, NULL, 'q'},
78 {"force", no_argument, NULL, 'f'},
80 {"sort", no_argument, NULL, 's'},
84 {"symbols", no_argument, NULL, '@'},
85 {"auto-alias", no_argument, NULL, 'A'},
86 {"help", no_argument, NULL, 'h'},
87 {"version", no_argument, NULL, 'v'},
88 {NULL, no_argument, NULL, 0x0},
/freebsd-11-stable/contrib/gcclibs/include/
H A Dgetopt.h67 no_argument (or 0) if the option does not take an argument,
98 #define no_argument 0 macro
/freebsd-11-stable/contrib/gdb/include/
H A Dgetopt.h67 no_argument (or 0) if the option does not take an argument,
98 #define no_argument 0 macro
/freebsd-11-stable/usr.bin/cmp/
H A Dcmp.c63 {"verbose", no_argument, NULL, 'l'},
64 {"silent", no_argument, NULL, 's'},
65 {"quiet", no_argument, NULL, 's'},
66 {NULL, no_argument, NULL, 0}
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h15 #define no_argument 0 macro
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c230 { "help", no_argument, &opts.o_help, 1 },
231 { "html", no_argument, NULL, 'H' },
232 { "json", no_argument, NULL, 'J' },
234 { "not-first", no_argument, &opts.o_not_first, 1 },
237 { "pretty", no_argument, NULL, 'p' },
239 { "text", no_argument, NULL, 'T' },
240 { "xml", no_argument, NULL, 'X' },
241 { "xpath", no_argument, &opts.o_xpath, 1 },
242 { "version", no_argument, &opts.o_version, 1 },
243 { "warn", no_argument, NUL
[all...]
/freebsd-11-stable/tools/test/iconv/tablegen/
H A Dtablegen.c81 {"citrus", no_argument, NULL, 'c'},
82 {"diagnostic", no_argument, NULL, 'd'},
83 {"ignore", no_argument, NULL, 'i'},
84 {"long", no_argument, NULL, 'l'},
85 {"reverse", no_argument, NULL, 'r'},
86 {"translit", no_argument, NULL, 't'},
87 {NULL, no_argument, NULL, 0}
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c113 {"basic-regexp", no_argument, NULL, 'G'},
116 {"byte-offset", no_argument, NULL, 'b'},
120 {"count", no_argument, NULL, 'c'},
123 {"extended-regexp", no_argument, NULL, 'E'},
127 {"files-with-matches", no_argument, NULL, 'l'},
128 {"files-without-match", no_argument, NULL, 'L'},
129 {"fixed-regexp", no_argument, NULL, 'F'},
130 {"fixed-strings", no_argument, NULL, 'F'},
131 {"help", no_argument, &show_help, 1},
133 {"ignore-case", no_argument, NUL
[all...]
/freebsd-11-stable/contrib/diff/lib/
H A Dgetopt.h90 no_argument (or 0) if the option does not take an argument,
117 # define no_argument 0 macro

Completed in 175 milliseconds

123456