Searched refs:test_t (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.h | 27 typedef struct test *test_t; typedef 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 D | test_common.c | 44 void (*func)(test_t t, void *); 59 test_t 63 test_t t; in test_start() 96 test_failed(test_t t, const char *format, ...) in test_failed() 135 test_passed(test_t t) in test_passed() 176 test_debugf(test_t t, const char *format, ...) in test_debugf() 200 test_t t = arg; in test_thr_one() 206 test_run(int nthr, void (*func)(test_t, void *), void *arg, in test_run() argument 209 test_t t; in test_run() 264 test_load_config(test_t t, const char *fname, ...) in test_load_config()
|
/titanic_44/usr/src/test/libc-tests/tests/wcsrtombs/ |
H A D | wcsrtombs_test.c | 83 test_t t; in test_wcsrtombs_1() 123 test_t t; in test_wcsrtombs_l() 167 test_wcsrtombs_thr_iter(test_t t, const char *locale, in test_wcsrtombs_thr_iter() 203 test_wcsrtombs_thr_work(test_t t, void *arg) in test_wcsrtombs_thr_work() 226 test_t t; in test_wcsrtombs_partial() 280 test_t t; in test_wcsrtombs_negative() 306 test_t t; in test_wcsnrtombs_partial()
|
/titanic_44/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 59 testlocale_thr_one(test_t t, void *arg) in testlocale_thr_one() 138 test_t t; in test_newlocale_negative() 167 test_t t; in test_newlocale_categories() 202 test_t t; in test_newlocale_composite()
|
/titanic_44/usr/src/test/libc-tests/tests/fpround/ |
H A D | fpround_test.c | 36 run_one(test_t t, int i, int j, int precision, boolean_t verbose) in run_one() 82 test_t t; in main()
|
/titanic_44/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 183 test_t t; in test_nl_langinfo_1() 215 test_t t; in test_nl_langinfo_l()
|
/titanic_44/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 685 show_file(test_t t, const char *path) in show_file() 762 test_t t; in find_compiler() 843 do_compile(test_t t, struct sym_test *st, struct compile_env *cenv, int need) in do_compile() 934 test_t t; in test_compile()
|
/titanic_44/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 42 test_t t = test_start(#x "_should is subset of " #y);\
|
/titanic_44/usr/src/test/libc-tests/cfg/ |
H A D | README | 32 int test_load_config(test_t, const char *, ...);
|