Searched refs:required_argument (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/file/src/
H A Dmygetopt.h48 #define required_argument 1 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/tcpdump/
H A Dgetopt_long.h41 #define required_argument 1 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt.h40 #define required_argument 1 macro
47 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/include/
H A Dgetopt.h43 #define required_argument 1 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmain.c279 {"annotate", required_argument, 0, OPT_ANNOTATE},
281 {"se", required_argument, 0, OPT_SE},
282 {"symbols", required_argument, 0, 's'},
283 {"s", required_argument, 0, 's'},
284 {"exec", required_argument, 0, 'e'},
285 {"e", required_argument, 0, 'e'},
286 {"core", required_argument, 0, 'c'},
287 {"c", required_argument, 0, 'c'},
288 {"pid", required_argument, 0, 'p'},
289 {"p", required_argument,
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Doptions.cc676 { "output-file", required_argument, NULL, CHAR_MAX + 1 },
678 { "delimiters", required_argument, NULL, 'e' },
680 { "language", required_argument, NULL, 'L' },
681 { "slot-name", required_argument, NULL, 'K' },
682 { "initializer-suffix", required_argument, NULL, 'F' },
683 { "hash-fn-name", required_argument, NULL, 'H' }, /* backward compatibility */
684 { "hash-function-name", required_argument, NULL, 'H' },
685 { "lookup-fn-name", required_argument, NULL, 'N' }, /* backward compatibility */
686 { "lookup-function-name", required_argument, NULL, 'N' },
687 { "class-name", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dgetopt.h68 required_argument (or 1) if the option requires an argument,
99 #define required_argument 1 macro
/freebsd-11-stable/contrib/gdb/include/
H A Dgetopt.h68 required_argument (or 1) if the option requires an argument,
99 #define required_argument 1 macro
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h16 #define required_argument 1 macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dlexsup.c205 { {NULL, required_argument, NULL, '\0'},
208 { {"architecture", required_argument, NULL, 'A'},
210 { {"format", required_argument, NULL, 'b'},
213 { {"mri-script", required_argument, NULL, 'c'},
219 { {"entry", required_argument, NULL, 'e'},
227 { {"auxiliary", required_argument, NULL, 'f'},
230 { {"filter", required_argument, NULL, 'F'},
235 { {"gpsize", required_argument, NULL, 'G'},
238 { {"soname", required_argument, NULL, OPTION_SONAME},
240 { {"dynamic-linker", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c95 {"input-target", required_argument, NULL, 'I'},
96 {"keep-symbol", required_argument, NULL, 'K'},
98 {"output-file", required_argument, NULL, 'o'},
99 {"output-target", required_argument, NULL, 'O'},
101 {"remove-section", required_argument, NULL, 'R'},
104 {"strip-symbol", required_argument, NULL, 'N'},
113 {"add-gnu-debuglink", required_argument, NULL, ECP_ADD_GNU_DEBUGLINK},
114 {"add-section", required_argument, NULL, ECP_ADD_SECTION},
115 {"adjust-section-vma", required_argument, NULL, ECP_CHANGE_SEC_ADDR},
116 {"adjust-vma", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dargs.c166 { "suffix", required_argument, NULL, 'S' },
172 { "format", required_argument, NULL, 'F' },
173 { "check", required_argument, NULL, 'C' },
175 { "block-size", required_argument, NULL, OPT_BLOCK_SIZE },
176 { "block-list", required_argument, NULL, OPT_BLOCK_LIST },
177 { "memlimit-compress", required_argument, NULL, OPT_MEM_COMPRESS },
178 { "memlimit-decompress", required_argument, NULL, OPT_MEM_DECOMPRESS },
179 { "memlimit", required_argument, NULL, 'M' },
180 { "memory", required_argument, NULL, 'M' }, // Old alias
182 { "threads", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp53 {"log-file", required_argument, nullptr, 'l'},
54 {"log-channels", required_argument, nullptr, 'c'},
55 {"listen", required_argument, nullptr, 'L'},
56 {"port-offset", required_argument, nullptr, 'p'},
57 {"gdbserver-port", required_argument, nullptr, 'P'},
58 {"min-gdbserver-port", required_argument, nullptr, 'm'},
59 {"max-gdbserver-port", required_argument, nullptr, 'M'},
60 {"socket-file", required_argument, nullptr, 'f'},
/freebsd-11-stable/usr.bin/numactl/
H A Dnumactl.c50 { "tid", required_argument, NULL, 't' },
51 { "pid", required_argument, NULL, 'p' },
52 { "memdomain", required_argument, NULL, 'm' },
53 { "cpudomain", required_argument, NULL, 'c' },
54 { "mempolicy", required_argument, NULL, 'l' },
/freebsd-11-stable/usr.bin/diff/
H A Ddiff.c64 { "ifdef", required_argument, 0, 'D' },
70 { "ignore-matching-lines", required_argument, 0, 'I' },
73 { "label", required_argument, 0, 'L' },
81 { "starting-file", required_argument, 0, 'S' },
86 { "exclude", required_argument, 0, 'x' },
87 { "exclude-from", required_argument, 0, 'X' },
89 { "horizon-lines", required_argument, NULL, OPT_HORIZON_LINES },
93 { "tabsize", required_argument, NULL, OPT_TSIZE },
94 { "changed-group-format", required_argument, NULL, OPT_CHANGED_GROUP_FORMAT},
/freebsd-11-stable/contrib/libucl/utils/
H A Ducl-tool.c31 {"in", required_argument, NULL, 'i' },
32 {"out", required_argument, NULL, 'o' },
33 {"schema", required_argument, NULL, 's'},
34 {"format", required_argument, NULL, 'f'},
/freebsd-11-stable/contrib/diff/lib/
H A Dgetopt.h91 required_argument (or 1) if the option requires an argument,
118 # define required_argument 1 macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c285 {"format", required_argument, 0, 'F'}, /* Obsolete */
288 {"input-format", required_argument, 0, 'I'}, /* Obsolete */
289 {"input-target", required_argument, 0, 'I'},
291 {"keep-symbol", required_argument, 0, 'K'},
293 {"output-format", required_argument, 0, 'O'}, /* Obsolete */
294 {"output-target", required_argument, 0, 'O'},
295 {"output-file", required_argument, 0, 'o'},
297 {"remove-section", required_argument, 0, 'R'},
301 {"strip-symbol", required_argument, 0, 'N'},
302 {"target", required_argument,
[all...]
H A Ddllwrap.c558 {"implib", required_argument, NULL, OPTION_OUTPUT_LIB},
562 {"driver-name", required_argument, NULL, OPTION_DRIVER_NAME},
563 {"driver-flags", required_argument, NULL, OPTION_DRIVER_FLAGS},
564 {"dlltool-name", required_argument, NULL, OPTION_DLLTOOL_NAME},
565 {"entry", required_argument, NULL, 'e'},
566 {"image-base", required_argument, NULL, OPTION_IMAGE_BASE},
567 {"target", required_argument, NULL, OPTION_TARGET},
571 {"dllname", required_argument, NULL, OPTION_DLLNAME},
574 {"output-exp", required_argument, NULL, OPTION_OUTPUT_EXP},
575 {"output-def", required_argument, NUL
[all...]
/freebsd-11-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c96 {"activate", required_argument, NULL, 'a'},
97 {"bootnext", required_argument, NULL, 'n'}, /* set bootnext */
98 {"bootorder", required_argument, NULL, 'o'}, /* set order */
99 {"copy", required_argument, NULL, 'C'}, /* Copy boot method */
101 {"deactivate", required_argument, NULL, 'A'},
103 {"delete", required_argument, NULL, 'B'},
104 {"delete-bootnext", required_argument, NULL, 'N'},
105 {"device", required_argument, NULL, 'd'},
107 {"env", required_argument, NULL, 'e'},
109 {"kernel", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c228 { "close", required_argument, NULL, 'c' },
229 { "depth", required_argument, &opts.o_depth, 1 },
233 { "leading-xpath", required_argument, NULL, 'l' },
235 { "open", required_argument, NULL, 'o' },
236 { "option", required_argument, NULL, 'O' },
238 { "style", required_argument, NULL, 's' },
245 { "wrap", required_argument, &opts.o_wrap, 1 },
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c184 {"binary-files", required_argument, NULL, BIN_OPT},
188 {"label", required_argument, NULL, LABEL_OPT},
192 {"exclude", required_argument, NULL, R_EXCLUDE_OPT},
193 {"include", required_argument, NULL, R_INCLUDE_OPT},
194 {"exclude-dir", required_argument, NULL, R_DEXCLUDE_OPT},
195 {"include-dir", required_argument, NULL, R_DINCLUDE_OPT},
196 {"after-context", required_argument, NULL, 'A'},
198 {"before-context", required_argument, NULL, 'B'},
202 {"devices", required_argument, NULL, 'D'},
203 {"directories", required_argument, NUL
[all...]
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c106 { "option", required_argument, NULL, 'O' },
107 { "output", required_argument, NULL, 'o' },
108 { "po", required_argument, NULL, 'f' },
/freebsd-11-stable/usr.bin/dc/
H A Ddc.c48 {"expression", required_argument, NULL, 'e'},
49 {"file", required_argument, NULL, 'f'},
/freebsd-11-stable/usr.bin/head/
H A Dhead.c68 {"bytes", required_argument, NULL, 'c'},
69 {"lines", required_argument, NULL, 'n'},

Completed in 213 milliseconds

1234