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

12345

/freebsd-11.0-release/contrib/file/src/
H A Dmygetopt.h47 #define no_argument 0 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-11.0-release/contrib/tcpdump/
H A Dgetopt_long.h40 #define no_argument 0 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/usr.bin/grep/
H A Dgrep.c174 {"help", no_argument, NULL, HELP_OPT},
175 {"mmap", no_argument, NULL, MMAP_OPT},
176 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
178 {"null", no_argument, NULL, NULL_OPT},
186 {"text", no_argument, NULL, 'a'},
188 {"byte-offset", no_argument, NULL, 'b'},
190 {"count", no_argument, NULL, 'c'},
193 {"extended-regexp", no_argument, NULL, 'E'},
195 {"fixed-strings", no_argument, NULL, 'F'},
197 {"basic-regexp", no_argument, NUL
[all...]
/freebsd-11.0-release/include/
H A Dgetopt.h42 #define no_argument 0 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/contrib/dtc/
H A Ddtc.c54 {"quiet", no_argument, NULL, 'q'},
64 {"force", no_argument, NULL, 'f'},
66 {"sort", no_argument, NULL, 's'},
70 {"help", no_argument, NULL, 'h'},
71 {"version", no_argument, NULL, 'v'},
72 {NULL, no_argument, NULL, 0x0},
H A Dutil.h235 {"help", no_argument, NULL, 'h'}, \
236 {"version", no_argument, NULL, 'V'}, \
237 {NULL, no_argument, NULL, 0x0}
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DGetOptInc.h15 #define no_argument 0 macro
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/usr.bin/patch/
H A Dpatch.c468 {"backup", no_argument, 0, 'b'},
469 {"batch", no_argument, 0, 't'},
470 {"check", no_argument, 0, 'C'},
471 {"context", no_argument, 0, 'c'},
474 {"dry-run", no_argument, 0, 'C'},
475 {"ed", no_argument, 0, 'e'},
476 {"force", no_argument, 0, 'f'},
477 {"forward", no_argument, 0, 'N'},
481 {"ignore-whitespace", no_argument, 0, 'l'},
482 {"normal", no_argument,
[all...]
/freebsd-11.0-release/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.0-release/contrib/libxo/xopo/
H A Dxopo.c104 { "help", no_argument, &opts.o_help, 1 },
105 { "number", no_argument, NULL, 'n' },
109 { "simplify", no_argument, NULL, 'S' },
110 { "warn", no_argument, NULL, 'W' },
/freebsd-11.0-release/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
/freebsd-11.0-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp51 { "help", no_argument, 0, CHAR_MAX + 1 },
52 { "version", no_argument, 0, 'v' },

Completed in 183 milliseconds

12345