/external/fio/lib/ |
H A D | getopt.h | 20 optional_argument = 2, enumerator in enum:__anon6067
|
/external/tcpdump/ |
H A D | getopt_long.h | 42 #define optional_argument 2 macro 48 * one of no_argument, required_argument, and optional_argument:
|
/external/mesa3d/src/getopt/ |
H A D | getopt.h | 41 #define optional_argument 2 macro 51 * one of no_argument, required_argument, and optional_argument:
|
H A D | getopt_long.c | 223 long_options[match].has_arg == optional_argument) {
|
/external/openssh/openbsd-compat/ |
H A D | getopt.h | 41 #define optional_argument 2 macro 47 * one of no_argument, required_argument, and optional_argument:
|
H A D | getopt_long.c | 240 long_options[match].has_arg == optional_argument) {
|
/external/e2fsprogs/include/nonunix/ |
H A D | getopt.h | 70 optional_argument (or 2) if the option takes an optional argument. 101 #define optional_argument 2 macro
|
/external/bison/src/ |
H A D | getargs.c | 534 { "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 D | getopt.h | 182 optional_argument (or 2) if the option takes an optional argument. 212 # define optional_argument 2 macro
|
/external/bison/lib/ |
H A D | getopt.in.h | 171 optional_argument (or 2) if the option takes an optional argument. 201 # define optional_argument 2 macro
|
/external/dnsmasq/src/ |
H A D | config.h | 237 #if defined(optional_argument) && defined(required_argument)
|
/external/lldb/examples/lookup/ |
H A D | main.cpp | 120 case optional_argument:
|
/external/lldb/source/Interpreter/ |
H A D | OptionGroupValueObjectDisplay.cpp | 44 { 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 D | Args.cpp | 643 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 D | CommandInterpreter.cpp | 1329 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 D | main.cpp | 125 case optional_argument:
|
/external/lldb/tools/lldb-perf/common/clang/ |
H A D | lldb_perf_clang.cpp | 324 case optional_argument:
|
/external/lldb/tools/lldb-perf/common/stepping/ |
H A D | lldb-perf-stepping.cpp | 214 case optional_argument:
|
/external/lldb/tools/lldb-perf/lib/ |
H A D | TestCase.cpp | 48 case optional_argument:
|
/external/fio/ |
H A D | init.c | 115 .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 D | if-options.c | 112 {"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 D | getopt_long.c | 293 long_options[match].has_arg == optional_argument) {
|
/external/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 3405 { 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 D | Driver.cpp | 67 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 D | semodule.c | 187 {"list-modules", optional_argument, NULL, 'l'},
|