HomeSort by relevance Sort by last modified time
    Searched defs:opt_idx (Results 1 - 4 of 4) sorted by null

  /system/core/storaged/
main.cpp 83 int opt_idx = 0; local
91 opt = getopt_long(argc, argv, ":pstu", long_options, &opt_idx);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
main.c 253 int c, opt_idx = 0; local
294 c = getopt_long(argc, argv, "a:hknp", cmd_opt, &opt_idx);
322 cur_opt = cmd_opt_get_name(opt_idx);
327 cur_opt = cmd_opt_get_name(opt_idx);
332 cur_opt = cmd_opt_get_name(opt_idx);
  /bionic/benchmarks/
bionic_benchmarks.cpp 114 size_t opt_idx = 0; local
117 for (opt_idx = 0; g_long_options[opt_idx].name &&
118 strncmp(g_long_options[opt_idx].name, optarg + 2,
119 strlen(g_long_options[opt_idx].name)); ++opt_idx) {
122 if (!g_long_options[opt_idx].name) {
125 if (g_long_options[opt_idx].has_arg == required_argument) {
  /external/fio/profiles/
act.c 73 static unsigned int opt_idx = 5; variable
171 if (opt_idx == ACT_MAX_OPTS) {
181 act_opts[opt_idx++] = strdup(buffer);
278 org_idx = opt_idx;
479 while (org_idx && org_idx < opt_idx)

Completed in 229 milliseconds