Home
last modified time | relevance | path

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

/external/libdrm/tests/vbltest/
Dvbltest.c61 static char optstr[] = "s"; variable
114 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c551 static const char optstr[] = "s:"; variable
571 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/external/mdnsresponder/Clients/
Ddns-sd.c892 static int getfirstoption(int argc, char **argv, const char *optstr, int *pOptInd) in getfirstoption() argument
900 NULL != strchr(optstr, argv[i][1])) in getfirstoption()
910 int o = getopt(argc, (char *const *)argv, optstr);
/external/lldb/test/
Ddotest.py423 …X = lambda optstr, helpstr, **kwargs: group.add_argument(optstr, help=helpstr, action='store_true'… argument
/external/libdrm/tests/modetest/
Dmodetest.c1447 static char optstr[] = "cdD:efM:P:ps:Cvw:"; variable
1473 while ((c = getopt(argc, argv, optstr)) != -1) { in main()