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

  /external/libdrm/tests/kmstest/
main.c 71 static const char optstr[] = "D:M:"; local
77 while ((c = getopt(argc, argv, optstr)) != -1) {
  /external/ltp/lib/
tst_test.c 370 char *optstr; member in struct:option
389 for (i = 0; tst_test->options[i].optstr; i++)
401 for (i = 0; toptions[i].optstr; i++) {
403 if (toptions[i].optstr[0] == options[j].optstr[0]) {
418 for (i = 0; tst_test->options[i].optstr; i++);
429 if (toptions[i].optstr[0] == opt)
447 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; local
452 optstr[0] = 0;
455 strcat(optstr, options[i].optstr)
    [all...]
parse_opts.c 82 char *optstr; member in struct:std_option_t
129 for (i = 0; std_options[i].optstr; ++i) {
164 for (i = 0; std_options[i].optstr; ++i)
165 optstrlen += strlen(std_options[i].optstr);
183 for (i = 0; std_options[i].optstr; ++i)
184 strcat(optionstr, std_options[i].optstr);
  /external/libdrm/tests/vbltest/
vbltest.c 52 static char optstr[] = "D:M:s"; variable
109 while ((c = getopt(argc, argv, optstr)) != -1) {
  /system/extras/runconuid/
runconuid.cpp 16 const char* optstr = "<1u:g:G:c:s"; variable
136 while ((c = getopt(argc, argv, optstr)) != -1) {
  /external/ltp/include/
tst_test.h 89 char *optstr; member in struct:tst_option
  /external/libdrm/tests/proptest/
proptest.c 277 static const char optstr[] = "D:M:"; local
282 while ((c = getopt(argc, argv, optstr)) != -1) {
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 167 static const char optstr[] = variable
396 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
  /external/syslinux/com32/rosh/
rosh.c 871 * optstr Current options
874 int rosh_ls_parse_opt(const char *filestr, char *optstr)
879 if (optstr)
880 strcat(optstr, filestr + 1);
884 ROSH_DEBUG("ParseOpt: '%s'\n\topt: '%s'\n\tret: %d\n", filestr, optstr,
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 712 static const char optstr[] = "s:"; variable
731 while ((c = getopt(argc, argv, optstr)) != -1) {
  /external/syslinux/com32/modules/
pxechn.c 749 const char optstr[] = "c:f:g:o:p:St:uwW"; local
763 while ((rv >= 0) && (arg = getopt(argc, argv, optstr)) >= 0) {
  /external/syslinux/utils/
isohybrid.c 265 const char optstr[] = ":h:s:e:o:t:i:b:umfcp?vV"; local
288 while ((n = getopt_long_only(argc, argv, optstr, lopt, &ind)) != -1)
  /external/libdrm/tests/modetest/
modetest.c 1518 static char optstr[] = "cdD:efM:P:ps:Cvw:"; variable
    [all...]

Completed in 555 milliseconds