Lines Matching refs:optstr
408 char *optstr; member
430 for (i = 0; tst_test->options[i].optstr; i++) in print_help()
464 for (i = 0; toptions[i].optstr; i++) { in check_option_collision()
466 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision()
481 for (i = 0; tst_test->options[i].optstr; i++); in count_options()
492 if (toptions[i].optstr[0] == opt) in parse_topt()
513 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local
518 optstr[0] = 0; in parse_opts()
521 strcat(optstr, options[i].optstr); in parse_opts()
524 strcat(optstr, tst_test->options[i].optstr); in parse_opts()
526 while ((opt = getopt(argc, argv, optstr)) > 0) { in parse_opts()