Searched refs:test_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h27 typedef struct test *test_t; typedef in typeref:struct:test
28 typedef void (*test_func_t)(test_t, void *);
32 extern test_t test_start(const char *name, ...);
33 extern void test_failed(test_t, const char *format, ...);
34 extern void test_passed(test_t);
35 extern void test_debugf(test_t, const char *format, ...);
47 extern int test_load_config(test_t, const char *, ...);
H A Dtest_common.c44 void (*func)(test_t t, void *);
59 test_t
63 test_t t;
96 test_failed(test_t t, const char *format, ...)
135 test_passed(test_t t)
176 test_debugf(test_t t, const char *format, ...)
200 test_t t = arg;
206 test_run(int nthr, void (*func)(test_t, void *), void *arg,
209 test_t t;
264 test_load_config(test_t
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/fpround/
H A Dfpround_test.c36 run_one(test_t t, int i, int j, int precision, boolean_t verbose)
82 test_t t;
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c83 test_t t;
123 test_t t;
167 test_wcsrtombs_thr_iter(test_t t, const char *locale,
203 test_wcsrtombs_thr_work(test_t t, void *arg)
226 test_t t;
280 test_t t;
306 test_t t;
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c59 testlocale_thr_one(test_t t, void *arg)
138 test_t t;
167 test_t t;
202 test_t t;
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c42 test_t t = test_start(#x "_should is subset of " #y);\
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c183 test_t t;
215 test_t t;
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c685 show_file(test_t t, const char *path)
762 test_t t;
846 do_compile(test_t t, struct sym_test *st, struct compile_env *cenv, int need)
937 test_t t;

Completed in 94 milliseconds