Searched refs:optstr (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/tests/vbltest/ |
D | vbltest.c | 61 static char optstr[] = "s"; variable 114 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 551 static const char optstr[] = "s:"; variable 571 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 892 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/ |
D | dotest.py | 423 …X = lambda optstr, helpstr, **kwargs: group.add_argument(optstr, help=helpstr, action='store_true'… argument
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1447 static char optstr[] = "cdD:efM:P:ps:Cvw:"; variable 1473 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|