Searched refs:optional_argument (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/file/src/
H A Dmygetopt.h49 #define optional_argument 2 macro
55 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c451 long_options[match].has_arg == optional_argument) {
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.h42 #define optional_argument 2 macro
48 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c313 long_options[match].has_arg == optional_argument) {
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h24 #define optional_argument 2 macro
H A Dgetopt_long.c201 long_options[match].has_arg == optional_argument) {
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.h24 #define optional_argument 2 macro
H A Dgetopt_long.c201 long_options[match].has_arg == optional_argument) {
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt.h41 #define optional_argument 2 macro
47 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c231 long_options[match].has_arg == optional_argument) {
/freebsd-current/include/
H A Dgetopt.h45 #define optional_argument 2 macro
51 * one of no_argument, required_argument, and optional_argument:
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt.h49 #define optional_argument 2 macro
56 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c79 * one of no_argument, required_argument, and optional_argument:
254 long_options[match].has_arg == optional_argument) {
/freebsd-current/contrib/xz/src/xz/
H A Dargs.c256 { "files", optional_argument, NULL, OPT_FILES },
257 { "files0", optional_argument, NULL, OPT_FILES0 },
279 { "filters", optional_argument, NULL, OPT_FILTERS},
280 { "filters1", optional_argument, NULL, OPT_FILTERS1},
281 { "filters2", optional_argument, NULL, OPT_FILTERS2},
282 { "filters3", optional_argument, NULL, OPT_FILTERS3},
283 { "filters4", optional_argument, NULL, OPT_FILTERS4},
284 { "filters5", optional_argument, NULL, OPT_FILTERS5},
285 { "filters6", optional_argument, NULL, OPT_FILTERS6},
286 { "filters7", optional_argument, NUL
[all...]
/freebsd-current/usr.sbin/bhyvectl/
H A Dbhyvectl.h39 #define OPT_ARG optional_argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h26 #define optional_argument 2 macro
/freebsd-current/contrib/diff/lib/
H A Dgetopt.h92 optional_argument (or 2) if the option takes an optional argument.
119 # define optional_argument 2 macro
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp72 case optional_argument:
H A DGetOptInc.cpp172 long_options[match].has_arg == optional_argument) {
/freebsd-current/usr.bin/mktemp/
H A Dmktemp.c52 {"tmpdir", optional_argument, NULL, 'p'},
/freebsd-current/usr.bin/grep/
H A Dgrep.c162 {"color", optional_argument, NULL, COLOR_OPT},
163 {"colour", optional_argument, NULL, COLOR_OPT},
172 {"context", optional_argument, NULL, 'C'},
/freebsd-current/usr.bin/diff/
H A Ddiff.c84 { "context", optional_argument, 0, 'C' },
106 { "unified", optional_argument, 0, 'U' },
122 { "color", optional_argument, NULL, OPT_COLOR },
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c128 strncmp(longopt, "optional_argument", 8) == 0)
129 longopts[nlongopts].has_arg = optional_argument;
214 case optional_argument:
/freebsd-current/usr.bin/uniq/
H A Duniq.c61 {"all-repeated",optional_argument, NULL, 'D'},
/freebsd-current/lib/libc/stdlib/
H A Dgetopt_long.c288 long_options[match].has_arg == optional_argument) {

Completed in 461 milliseconds

12