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

  /system/core/storaged/
main.cpp 76 int opt_idx = 0; local
83 opt = getopt_long(argc, argv, ":skdhu0", long_options, &opt_idx);
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 338 extern int option_enabled (int opt_idx, void *opts);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
main.c 278 int c, opt_idx = 0; local
286 c = getopt_long(argc, argv, "hknp", long_opt, &opt_idx);

Completed in 1058 milliseconds