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

12

/external/fio/lib/
H A Dgetopt.h20 optional_argument = 2, enumerator in enum:__anon21440
/external/chromium_org/third_party/mesa/src/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/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/tcpdump/win32/Include/
H A Dgetopt.h73 optional_argument (or 2) if the option takes an optional argument.
104 #define optional_argument 2 macro
/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/dhcpcd/
H A Dif-options.c66 {"hostname", optional_argument, NULL, 'h'},
67 {"vendorclassid", optional_argument, NULL, 'i'},
75 {"request", optional_argument, NULL, 'r'},
76 {"inform", optional_argument, NULL, 's'},
89 {"fqdn", optional_argument, NULL, 'F'},
92 {"clientid", optional_argument, NULL, 'I'},
96 {"nooption", optional_argument, NULL, 'O'},
/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)
H A DOptions.cpp453 case 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.c112 .has_arg = optional_argument,
117 .has_arg = optional_argument,
132 .has_arg = optional_argument,
137 .has_arg = optional_argument,
202 .has_arg = optional_argument,
221 .has_arg = optional_argument,
1672 else if (l_opts[i].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/lldb/tools/debugserver/source/
H A Ddebugserver.cpp870 case optional_argument:

Completed in 1093 milliseconds

12