Home
last modified time | relevance | path

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

/posix/
A Dtst-getopt-cancel.c78 const struct test_type *tcase; \
86 const struct test_type *tc = tdata->tcase; \
112 printf("begin: %s\n", tcase->label); \
118 tdata.tcase = tcase; \
130 if (!check_stderr (tcase->expect_errmsg, stderr_trapped)) \
133 printf("FAIL: %s: stderr not as expected\n", tcase->label); \
138 printf("FAIL: %s: did not complete loop\n", tcase->label); \
146 printf ("pass: %s\n", tcase->label); \
271 for (const struct test_short *tcase = tests_short; tcase->label; tcase++) in do_test() local
274 for (const struct test_long *tcase = tests_long; tcase->label; tcase++) in do_test() local
[all …]

Completed in 4 milliseconds