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

12

/external/fio/lib/
H A Dgetopt.h20 optional_argument = 2, enumerator in enum:__anon6067
/external/tcpdump/
H A Dgetopt_long.h42 #define optional_argument 2 macro
48 * one of no_argument, required_argument, and optional_argument:
/external/mesa3d/src/getopt/
H A Dgetopt.h41 #define optional_argument 2 macro
51 * one of no_argument, required_argument, and optional_argument:
H A Dgetopt_long.c223 long_options[match].has_arg == optional_argument) {
/external/openssh/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.c240 long_options[match].has_arg == optional_argument) {
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h70 optional_argument (or 2) if the option takes an optional argument.
101 #define optional_argument 2 macro
/external/bison/src/
H A Dgetargs.c534 { "warnings", optional_argument, 0, 'W' },
544 { "graph", optional_argument, 0, 'g' },
545 { "xml", optional_argument, 0, 'x' },
551 { "trace", optional_argument, 0, 'T' },
554 { "defines", optional_argument, 0, 'd' },
555 { "feature", optional_argument, 0, 'f' },
/external/bison/darwin-lib/
H A Dgetopt.h182 optional_argument (or 2) if the option takes an optional argument.
212 # define optional_argument 2 macro
/external/bison/lib/
H A Dgetopt.in.h171 optional_argument (or 2) if the option takes an optional argument.
201 # define optional_argument 2 macro
/external/dnsmasq/src/
H A Dconfig.h237 #if defined(optional_argument) && defined(required_argument)
/external/lldb/examples/lookup/
H A Dmain.cpp120 case optional_argument:
/external/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp44 { LLDB_OPT_SET_1, false, "no-summary-depth", 'Y', optional_argument, NULL, 0, eArgTypeCount, "Set the depth at which omitting summary information stops (default is 1)."},
H A DArgs.cpp643 case optional_argument: sstr << "::"; break;
1300 case optional_argument:
1381 case optional_argument:
1385 OptionArgValue (optional_argument,
1392 OptionArgValue (optional_argument, "<no-argument>")));
1480 case optional_argument:
1621 case optional_argument:
H A DCommandInterpreter.cpp1329 if (value_type != optional_argument)
2298 if (value_type != optional_argument)
2306 if (value_type != optional_argument)
2333 if (value_type != optional_argument)
/external/lldb/examples/functions/
H A Dmain.cpp125 case optional_argument:
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp324 case optional_argument:
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp214 case optional_argument:
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp48 case optional_argument:
/external/fio/
H A Dinit.c115 .has_arg = optional_argument,
120 .has_arg = optional_argument,
135 .has_arg = optional_argument,
140 .has_arg = optional_argument,
212 .has_arg = optional_argument,
236 .has_arg = optional_argument,
1884 else if (l_opts[i].has_arg == optional_argument) {
/external/dhcpcd-6.8.2/
H A Dif-options.c112 {"hostname", optional_argument, NULL, 'h'},
113 {"vendorclassid", optional_argument, NULL, 'i'},
122 {"request", optional_argument, NULL, 'r'},
123 {"inform", optional_argument, NULL, 's'},
127 {"waitip", optional_argument, NULL, 'w'},
136 {"fqdn", optional_argument, NULL, 'F'},
139 {"clientid", optional_argument, NULL, 'I'},
144 {"nooption", optional_argument, NULL, 'O'},
/external/tcpdump/missing/
H A Dgetopt_long.c293 long_options[match].has_arg == optional_argument) {
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp3405 { LLDB_OPT_SET_1, false, "arch", 'A', optional_argument, NULL, 0, eArgTypeWidth, "Display the architecture when listing images."},
3406 { LLDB_OPT_SET_1, false, "triple", 't', optional_argument, NULL, 0, eArgTypeWidth, "Display the triple when listing images."},
3410 { LLDB_OPT_SET_1, false, "fullpath", 'f', optional_argument, NULL, 0, eArgTypeWidth, "Display the fullpath to the image object file."},
3411 { LLDB_OPT_SET_1, false, "directory", 'd', optional_argument, NULL, 0, eArgTypeWidth, "Display the directory with optional width for the image object file."},
3412 { LLDB_OPT_SET_1, false, "basename", 'b', optional_argument, NULL, 0, eArgTypeWidth, "Display the basename with optional width for the image object file."},
3413 { LLDB_OPT_SET_1, false, "symfile", 's', optional_argument, NULL, 0, eArgTypeWidth, "Display the fullpath to the image symbol file with optional width."},
3414 { LLDB_OPT_SET_1, false, "symfile-unique", 'S', optional_argument, NULL, 0, eArgTypeWidth, "Display the symbol file with optional width only if it is different from the executable object file."},
3415 { LLDB_OPT_SET_1, false, "mod-time", 'm', optional_argument, NULL, 0, eArgTypeWidth, "Display the modification time with optional width of the module."},
3416 { LLDB_OPT_SET_1, false, "ref-count", 'r', optional_argument, NULL, 0, eArgTypeWidth, "Display the reference count if the module is still in the shared module cache."},
3417 { LLDB_OPT_SET_1, false, "pointer", 'p', optional_argument, NUL
[all...]
/external/lldb/tools/driver/
H A DDriver.cpp67 int option_has_arg; // no_argument, required_argument or optional_argument
282 else if (option_table[i].option_has_arg == optional_argument)
291 else if (option_table[i].option_has_arg == optional_argument)
531 case optional_argument:
/external/selinux/policycoreutils/semodule/
H A Dsemodule.c187 {"list-modules", optional_argument, NULL, 'l'},

Completed in 535 milliseconds

12