Searched refs:optstr (Results 1 – 12 of 12) sorted by relevance
/external/ltp/lib/ |
D | tst_test.c | 335 char *optstr; member 354 for (i = 0; tst_test->options[i].optstr; i++) in print_help() 366 for (i = 0; toptions[i].optstr; i++) { in check_option_collision() 368 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision() 383 for (i = 0; tst_test->options[i].optstr; i++); in count_options() 394 if (toptions[i].optstr[0] == opt) in parse_topt() 412 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local 417 optstr[0] = 0; in parse_opts() 420 strcat(optstr, options[i].optstr); in parse_opts() 423 strcat(optstr, tst_test->options[i].optstr); in parse_opts() [all …]
|
D | parse_opts.c | 85 char *optstr; member 134 for (i = 0; std_options[i].optstr; ++i) { in print_help() 169 for (i = 0; std_options[i].optstr; ++i) in parse_opts() 170 optstrlen += strlen(std_options[i].optstr); in parse_opts() 188 for (i = 0; std_options[i].optstr; ++i) in parse_opts() 189 strcat(optionstr, std_options[i].optstr); in parse_opts()
|
/external/libdrm/tests/vbltest/ |
D | vbltest.c | 49 static char optstr[] = "D:M:s"; variable 106 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/libdrm/tests/proptest/ |
D | proptest.c | 275 static const char optstr[] = "D:M:"; in main() local 280 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/ltp/include/ |
D | tst_test.h | 67 char *optstr; member
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 874 int rosh_ls_parse_opt(const char *filestr, char *optstr) in rosh_ls_parse_opt() argument 879 if (optstr) in rosh_ls_parse_opt() 880 strcat(optstr, filestr + 1); in rosh_ls_parse_opt() 884 ROSH_DEBUG("ParseOpt: '%s'\n\topt: '%s'\n\tret: %d\n", filestr, optstr, in rosh_ls_parse_opt()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 712 static const char optstr[] = "s:"; variable 731 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/syslinux/utils/ |
D | isohybrid.c | 265 const char optstr[] = ":h:s:e:o:t:i:b:umfcp?vV"; in check_option() local 288 while ((n = getopt_long_only(argc, argv, optstr, lopt, &ind)) != -1) in check_option()
|
/external/syslinux/com32/modules/ |
D | pxechn.c | 749 const char optstr[] = "c:f:g:o:p:St:uwW"; in pxechn_parse_args() local 763 while ((rv >= 0) && (arg = getopt(argc, argv, optstr)) >= 0) { in pxechn_parse_args()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1496 static char optstr[] = "cdD:efM:P:ps:Cvw:"; variable 1521 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 500 char *optstr; 507 array of 'struct tst_option'. The 'optstr' is the command line option i.e. "o"
|