Searched refs:optstr (Results 1 - 5 of 5) sorted by relevance

/external/qemu/util/
H A Dqemu-sockets-android.c371 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...]
H A Dqemu-sockets.c426 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...]
/external/qemu/
H A Dblockdev.c46 char optstr[1024]; local
50 vsnprintf(optstr, sizeof(optstr), fmt, ap);
53 opts = qemu_opts_parse(qemu_find_opts("drive"), optstr, 0);
/external/mdnsresponder/Clients/
H A Ddns-sd.c892 static int getfirstoption(int argc, char **argv, const char *optstr, int *pOptInd) argument
893 // Return the recognized option in optstr and the option index of the next arg.
900 NULL != strchr(optstr, argv[i][1]))
910 int o = getopt(argc, (char *const *)argv, optstr);
/external/lldb/test/
H A Ddotest.py423 X = lambda optstr, helpstr, **kwargs: group.add_argument(optstr, help=helpstr, action='store_true', **kwargs)

Completed in 598 milliseconds