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

1234

/freebsd-current/contrib/file/src/
H A Dmygetopt.h47 #define no_argument 0 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_cli.c152 {"alternate-screen", no_argument, NULL, ALTERNATE_SCREEN},
153 {"and-dialog", no_argument, NULL, AND_DIALOG},
154 {"and-widget", no_argument, NULL, AND_DIALOG},
155 {"ascii-lines", no_argument, NULL, ASCII_LINES},
159 {"bikeshed", no_argument, NULL, BIKESHED},
162 {"clear", no_argument, NULL, CLEAR_SCREEN},
163 {"clear-dialog", no_argument, NULL, CLEAR_DIALOG},
164 {"clear-screen", no_argument, NULL, CLEAR_SCREEN},
165 {"colors", no_argument, NULL, TEXT_ESCAPE},
167 {"cr-wrap", no_argument, NUL
[all...]
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.h40 #define no_argument 0 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h22 #define no_argument 0 macro
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.h22 #define no_argument 0 macro
/freebsd-current/usr.bin/grep/
H A Dgrep.c157 {"help", no_argument, NULL, HELP_OPT},
158 {"mmap", no_argument, NULL, MMAP_OPT},
159 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
161 {"null", no_argument, NULL, NULL_OPT},
169 {"text", no_argument, NULL, 'a'},
171 {"byte-offset", no_argument, NULL, 'b'},
173 {"count", no_argument, NULL, 'c'},
176 {"extended-regexp", no_argument, NULL, 'E'},
178 {"fixed-strings", no_argument, NULL, 'F'},
180 {"basic-regexp", no_argument, NUL
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt.h39 #define no_argument 0 macro
47 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/include/
H A Dgetopt.h43 #define no_argument 0 macro
51 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt.h47 #define no_argument 0 macro
56 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/usr.bin/diff/
H A Ddiff.c82 { "text", no_argument, 0, 'a' },
83 { "ignore-space-change", no_argument, 0, 'b' },
86 { "minimal", no_argument, 0, 'd' },
87 { "ed", no_argument, 0, 'e' },
88 { "forward-ed", no_argument, 0, 'f' },
90 { "speed-large-files", no_argument, NULL, 'H' },
91 { "ignore-blank-lines", no_argument, 0, 'B' },
93 { "ignore-case", no_argument, 0, 'i' },
94 { "paginate", no_argument, NULL, 'l' },
96 { "new-file", no_argument,
[all...]
/freebsd-current/usr.bin/bintrans/
H A Dbintrans.c134 {"decode", no_argument, NULL, 'd'},
135 {"ignore-garbage",no_argument, NULL, 'i'},
137 {"help", no_argument, NULL, HELP},
138 {"version", no_argument, NULL, VERSION},
139 {NULL, no_argument, NULL, 0}
/freebsd-current/contrib/xz/src/xz/
H A Dargs.c241 { "compress", no_argument, NULL, 'z' },
242 { "decompress", no_argument, NULL, 'd' },
243 { "uncompress", no_argument, NULL, 'd' },
244 { "test", no_argument, NULL, 't' },
245 { "list", no_argument, NULL, 'l' },
248 { "keep", no_argument, NULL, 'k' },
249 { "force", no_argument, NULL, 'f' },
250 { "stdout", no_argument, NULL, 'c' },
251 { "to-stdout", no_argument, NULL, 'c' },
252 { "single-stream", no_argument, NUL
[all...]
/freebsd-current/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-current/usr.sbin/bhyvectl/
H A Dbhyvectl.h38 #define NO_ARG no_argument
/freebsd-current/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c57 {"help", no_argument, NULL, OPTION_HELP},
58 {"no-params", no_argument, NULL, 'p'},
59 {"no-strip-underscores", no_argument, NULL, 'n'},
60 {"strip-underscores", no_argument, NULL, '_'},
61 {"version", no_argument, NULL, 'V'},
/freebsd-current/contrib/libxo/xo/
H A Dxo.c245 { "continuation", no_argument, NULL, 'C' },
247 { "help", no_argument, &opts.o_help, 1 },
248 { "html", no_argument, NULL, 'H' },
250 { "json", no_argument, NULL, 'J' },
252 { "not-first", no_argument, &opts.o_not_first, 1 },
257 { "pretty", no_argument, NULL, 'p' },
259 { "text", no_argument, NULL, 'T' },
260 { "top-wrap", no_argument, &opts.o_top_wrap, 1 },
261 { "xml", no_argument, NULL, 'X' },
262 { "xpath", no_argument,
[all...]
/freebsd-current/usr.sbin/pmc/
H A Dcmd_pmc_list.c69 {"long-desc", no_argument, NULL, 'U'},
70 {"desc", no_argument, NULL, 'u'},
71 {"full", no_argument, NULL, 'f'},
/freebsd-current/bin/nproc/
H A Dnproc.c35 { "all", no_argument, NULL, OPT_ALL },
37 { "version", no_argument, NULL, OPT_VERSION },
38 { "help", no_argument, NULL, OPT_HELP },
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h24 #define no_argument 0 macro
/freebsd-current/usr.bin/mktemp/
H A Dmktemp.c51 {"directory", no_argument, NULL, 'd'},
53 {"quiet", no_argument, NULL, 'q'},
54 {"dry-run", no_argument, NULL, 'u'},
55 {NULL, no_argument, NULL, 0},
/freebsd-current/contrib/xz/src/xzdec/
H A Dxzdec.c129 { "stdout", no_argument, NULL, 'c' },
130 { "to-stdout", no_argument, NULL, 'c' },
131 { "decompress", no_argument, NULL, 'd' },
132 { "uncompress", no_argument, NULL, 'd' },
133 { "keep", no_argument, NULL, 'k' },
134 { "quiet", no_argument, NULL, 'q' },
135 { "no-warn", no_argument, NULL, 'Q' },
136 { "help", no_argument, NULL, 'h' },
137 { "version", no_argument, NULL, 'V' },
/freebsd-current/usr.bin/cmp/
H A Dcmp.c54 {"print-bytes", no_argument, NULL, 'b'},
56 {"verbose", no_argument, NULL, 'l'},
58 {"silent", no_argument, NULL, 's'},
59 {"quiet", no_argument, NULL, 's'},
60 {NULL, no_argument, NULL, 0}
/freebsd-current/sbin/md5/
H A Dmd5.c237 { "passthrough", no_argument, 0, opt_passthrough },
238 { "quiet", no_argument, 0, opt_quiet },
239 { "reverse", no_argument, 0, opt_reverse },
241 { "time-trial", no_argument, 0, opt_time_trial },
242 { "self-test", no_argument, 0, opt_self_test },
248 { "binary", no_argument, 0, opt_binary },
249 { "check", no_argument, 0, opt_check },
250 { "help", no_argument, 0, opt_help },
251 { "ignore-missing", no_argument, 0, opt_ignore_missing },
252 { "quiet", no_argument,
[all...]
/freebsd-current/tools/test/iconv/tablegen/
H A Dtablegen.c79 {"citrus", no_argument, NULL, 'c'},
80 {"diagnostic", no_argument, NULL, 'd'},
81 {"ignore", no_argument, NULL, 'i'},
82 {"long", no_argument, NULL, 'l'},
83 {"reverse", no_argument, NULL, 'r'},
84 {"translit", no_argument, NULL, 't'},
85 {NULL, no_argument, NULL, 0}
/freebsd-current/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' },

Completed in 487 milliseconds

1234