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

123

/external/fio/lib/
H A Dgetopt.h19 required_argument = 1, enumerator in enum:__anon21440
/external/blktrace/btt/
H A Dargs.c48 .has_arg = required_argument,
54 .has_arg = required_argument,
60 .has_arg = required_argument,
66 .has_arg = required_argument,
78 .has_arg = required_argument,
84 .has_arg = required_argument,
90 .has_arg = required_argument,
96 .has_arg = required_argument,
102 .has_arg = required_argument,
108 .has_arg = required_argument,
[all...]
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h40 #define required_argument 1 macro
51 * one of no_argument, required_argument, and optional_argument:
/external/mesa3d/src/getopt/
H A Dgetopt.h40 #define required_argument 1 macro
51 * one of no_argument, required_argument, and optional_argument:
/external/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp88 { LLDB_OPT_SET_ALL, false, "platform", 'p', required_argument, NULL, 0, eArgTypePlatform, "Specify name of the platform to use for this target, creating the platform if necessary."},
89 { LLDB_OPT_SET_ALL, false, "version" , 'v', required_argument, NULL, 0, eArgTypeNone, "Specify the initial SDK version to use prior to connecting." },
90 { LLDB_OPT_SET_ALL, false, "build" , 'b', required_argument, NULL, 0, eArgTypeNone, "Specify the initial SDK build number." },
91 { LLDB_OPT_SET_ALL, false, "sysroot" , 'S', required_argument, NULL, 0, eArgTypeFilename, "Specify the SDK root directory that contains a root of all remote system files." }
H A DOptionGroupUUID.cpp33 { LLDB_OPT_SET_1 , false, "uuid", 'u', required_argument, NULL, 0, eArgTypeNone, "A module UUID value."},
H A DOptionGroupFile.cpp33 m_option_definition.option_has_arg = required_argument;
73 m_option_definition.option_has_arg = required_argument;
H A DOptionGroupWatchpoint.cpp43 { LLDB_OPT_SET_1, false, "watch", 'w', required_argument, g_watch_type, 0, eArgTypeWatchType, "Specify the type of watching to perform."},
44 { LLDB_OPT_SET_1, false, "xsize", 'x', required_argument, g_watch_size, 0, eArgTypeByteSize, "Number of bytes to use to watch a region."}
H A DOptionGroupArchitecture.cpp33 { LLDB_OPT_SET_1 , false, "arch" , 'a', required_argument, NULL, 0, eArgTypeArchitecture , "Specify the architecture for the target."},
H A DOptionGroupBoolean.cpp33 m_option_definition.option_has_arg = no_argument_toggle_default ? no_argument : required_argument;
H A DOptionGroupFormat.cpp45 { LLDB_OPT_SET_1, false, "format" ,'f', required_argument, NULL, 0, eArgTypeFormat , "Specify a format to be used for display."},
46 { LLDB_OPT_SET_2, false, "gdb-format",'G', required_argument, NULL, 0, eArgTypeGDBFormat, "Specify a format using a GDB format specifier string."},
47 { LLDB_OPT_SET_3, false, "size" ,'s', required_argument, NULL, 0, eArgTypeByteSize , "The size in bytes to use when displaying with the selected format."},
48 { LLDB_OPT_SET_4, false, "count" ,'c', required_argument, NULL, 0, eArgTypeCount , "The number of total items to display."},
H A DOptionGroupOutputFile.cpp34 { LLDB_OPT_SET_1 , false, "outfile", 'o', required_argument, NULL, 0, eArgTypeFilename , "Specify a path for capturing command output."},
H A DOptionGroupString.cpp34 m_option_definition.option_has_arg = required_argument;
H A DOptionGroupUInt64.cpp34 m_option_definition.option_has_arg = required_argument;
H A DOptionGroupValueObjectDisplay.cpp36 { LLDB_OPT_SET_1, false, "dynamic-type", 'd', required_argument, g_dynamic_value_types, 0, eArgTypeNone, "Show the object as its full dynamic type, not its static type, if available."},
37 { LLDB_OPT_SET_1, false, "synthetic-type", 'S', required_argument, NULL, 0, eArgTypeBoolean, "Show the object obeying its synthetic provider, if available."},
38 { LLDB_OPT_SET_1, false, "depth", 'D', required_argument, NULL, 0, eArgTypeCount, "Set the max recurse depth when dumping aggregate types (default is infinity)."},
42 { LLDB_OPT_SET_1, false, "ptr-depth", 'P', required_argument, NULL, 0, eArgTypeCount, "The number of pointers to be traversed when dumping values (default is zero)."},
H A DOptionGroupVariable.cpp37 { LLDB_OPT_SET_1, false, "summary", 'y', required_argument, NULL, 0, eArgTypeName, "Specify the summary that the variable output should use."},
38 { LLDB_OPT_SET_2, false, "summary-string", 'z', required_argument, NULL, 0, eArgTypeName, "Specify a summary string to use to format the variable output."},
/external/tcpdump/win32/Include/
H A Dgetopt.h72 required_argument (or 1) if the option requires an argument,
103 #define required_argument 1 macro
/external/bison/src/
H A Dgetargs.c537 { "name-prefix", required_argument, 0, 'p' },
538 { "include", required_argument, 0, 'I' },
541 { "file-prefix", required_argument, 0, 'b' },
542 { "output", required_argument, 0, 'o' },
543 { "output-file", required_argument, 0, 'o' },
546 { "report", required_argument, 0, 'r' },
547 { "report-file", required_argument, 0, REPORT_FILE_OPTION },
563 { "define", required_argument, 0, 'D' },
564 { "force-define", required_argument, 0, 'F' },
568 { "skeleton", required_argument,
[all...]
/external/lldb/examples/lookup/
H A Dmain.cpp66 { "arch", required_argument, NULL, 'a' },
67 { "platform", required_argument, NULL, 'p' },
117 case required_argument:
/external/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp45 { "log-file", required_argument, NULL, 'l' },
46 { "log-flags", required_argument, NULL, 'f' },
47 { "listen", required_argument, NULL, 'L' },
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h69 required_argument (or 1) if the option requires an argument,
100 #define required_argument 1 macro
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp606 { LLDB_OPT_NOT_10, false, "shlib", 's', required_argument, NULL, CommandCompletions::eModuleCompletion, eArgTypeShlibName,
610 { LLDB_OPT_SET_ALL, false, "ignore-count", 'i', required_argument, NULL, 0, eArgTypeCount,
616 { LLDB_OPT_SET_ALL, false, "condition", 'c', required_argument, NULL, 0, eArgTypeExpression,
619 { LLDB_OPT_SET_ALL, false, "thread-index", 'x', required_argument, NULL, 0, eArgTypeThreadIndex,
622 { LLDB_OPT_SET_ALL, false, "thread-id", 't', required_argument, NULL, 0, eArgTypeThreadID,
625 { LLDB_OPT_SET_ALL, false, "thread-name", 'T', required_argument, NULL, 0, eArgTypeThreadName,
628 { LLDB_OPT_SET_ALL, false, "queue-name", 'q', required_argument, NULL, 0, eArgTypeQueueName,
631 { LLDB_OPT_FILE, false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeFilename,
637 { LLDB_OPT_SET_1, true, "line", 'l', required_argument, NULL, 0, eArgTypeLineNum,
642 // { 0, false, "column", 'C', required_argument, NUL
[all...]
H A DCommandObjectDisassemble.cpp235 { LLDB_OPT_SET_ALL, false, "context" , 'C', required_argument , NULL, 0, eArgTypeNumLines, "Number of context lines of source to show."},
238 { LLDB_OPT_SET_ALL, false, "plugin" , 'P', required_argument , NULL, 0, eArgTypePlugin, "Name of the disassembler plugin you want to use."},
239 { LLDB_OPT_SET_ALL, false, "flavor" , 'F', required_argument , NULL, 0, eArgTypeDisassemblyFlavor, "Name of the disassembly flavor you want to use. "
242 { LLDB_OPT_SET_ALL, false, "arch" , 'A', required_argument , NULL, 0, eArgTypeArchitecture,"Specify the architecture to use from cross disassembly."},
244 LLDB_OPT_SET_2 , true , "start-address", 's', required_argument , NULL, 0, eArgTypeAddressOrExpression,"Address at which to start disassembling."},
245 { LLDB_OPT_SET_1 , false, "end-address" , 'e', required_argument , NULL, 0, eArgTypeAddressOrExpression, "Address at which to end disassembling."},
249 LLDB_OPT_SET_5 , false, "count" , 'c', required_argument , NULL, 0, eArgTypeNumLines, "Number of instructions to display."},
250 { LLDB_OPT_SET_3 , false, "name" , 'n', required_argument , NULL, CommandCompletions::eSymbolCompletion, eArgTypeFunctionName,
255 { LLDB_OPT_SET_7 , false, "address" , 'a', required_argument , NULL, 0, eArgTypeAddressOrExpression, "Disassemble function containing this address."},
/external/dhcpcd/
H A Dif-options.c61 {"script", required_argument, NULL, 'c'},
63 {"env", required_argument, NULL, 'e'},
64 {"config", required_argument, NULL, 'f'},
69 {"leasetime", required_argument, NULL, 'l'},
70 {"metric", required_argument, NULL, 'm'},
72 {"option", required_argument, NULL, 'o'},
77 {"timeout", required_argument, NULL, 't'},
78 {"userclass", required_argument, NULL, 'u'},
79 {"vendor", required_argument, NULL, 'v'},
82 {"allowinterfaces", required_argument, NUL
[all...]
/external/sepolicy/tools/
H A Dsepolicy-check.c243 {"source", required_argument, NULL, 's'},
244 {"target", required_argument, NULL, 't'},
245 {"class", required_argument, NULL, 'c'},
246 {"perm", required_argument, NULL, 'p'},
247 {"policy", required_argument, NULL, 'P'},

Completed in 1313 milliseconds

123