HomeSort by relevance Sort by last modified time
    Searched full:optstr (Results 1 - 10 of 10) sorted by null

  /external/qemu/
qemu-sockets-android.c 371 const char *optstr, *h; local
413 optstr = str + pos;
414 h = strstr(optstr, ",to=");
417 if (strstr(optstr, ",ipv4"))
419 if (strstr(optstr, ",ipv6"))
422 h = strstr(optstr, ",socket=");
447 char *optstr; local
454 optstr = strchr(str, ',');
459 optstr ? optstr : "")
558 char *path, *optstr; local
    [all...]
qemu-sockets.c 426 const char *optstr, *h; local
468 optstr = str + pos;
469 h = strstr(optstr, ",to=");
472 if (strstr(optstr, ",ipv4"))
474 if (strstr(optstr, ",ipv6"))
477 h = strstr(optstr, ",socket=");
502 char *optstr; local
509 optstr = strchr(str, ',');
514 optstr ? optstr : "")
625 char *path, *optstr; local
    [all...]
blockdev.c 46 char optstr[1024]; local
50 vsnprintf(optstr, sizeof(optstr), fmt, ap);
53 opts = qemu_opts_parse(qemu_find_opts("drive"), optstr, 0);
  /system/core/sh/
options.c 400 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr)
428 for (q = optstr; *q != c; ) {
430 if (optstr[0] == ':') {
447 if (optstr[0] == ':') {
  /dalvik/vm/
Jni.cpp     [all...]
  /system/core/toolbox/grep/
grep.c 168 static const char optstr[] = variable
399 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.a     [all...]
libmudflapth.a     [all...]

Completed in 415 milliseconds