Symbol: test_t
usr/src/test/libc-tests/tests/common/test_common.c
135
test_passed(test_t t)
usr/src/test/libc-tests/tests/common/test_common.c
176
test_debugf(test_t t, const char *format, ...)
usr/src/test/libc-tests/tests/common/test_common.c
200
test_t t = arg;
usr/src/test/libc-tests/tests/common/test_common.c
206
test_run(int nthr, void (*func)(test_t, void *), void *arg,
usr/src/test/libc-tests/tests/common/test_common.c
209
test_t t;
usr/src/test/libc-tests/tests/common/test_common.c
264
test_load_config(test_t t, const char *fname, ...)
usr/src/test/libc-tests/tests/common/test_common.c
44
void (*func)(test_t t, void *);
usr/src/test/libc-tests/tests/common/test_common.c
59
test_t
usr/src/test/libc-tests/tests/common/test_common.c
63
test_t t;
usr/src/test/libc-tests/tests/common/test_common.c
96
test_failed(test_t t, const char *format, ...)
usr/src/test/libc-tests/tests/common/test_common.h
28
typedef void (*test_func_t)(test_t, void *);
usr/src/test/libc-tests/tests/common/test_common.h
32
extern test_t test_start(const char *name, ...);
usr/src/test/libc-tests/tests/common/test_common.h
33
extern void test_failed(test_t, const char *format, ...);
usr/src/test/libc-tests/tests/common/test_common.h
34
extern void test_passed(test_t);
usr/src/test/libc-tests/tests/common/test_common.h
35
extern void test_debugf(test_t, const char *format, ...);
usr/src/test/libc-tests/tests/common/test_common.h
47
extern int test_load_config(test_t, const char *, ...);
usr/src/test/libc-tests/tests/fexecve/fexecve_test.c
48
test_t t;
usr/src/test/libc-tests/tests/fpround/fpround_test.c
36
run_one(test_t t, int i, int j, int precision, boolean_t verbose)
usr/src/test/libc-tests/tests/fpround/fpround_test.c
82
test_t t;
usr/src/test/libc-tests/tests/i18n/bindtextdomain_test.c
121
test_t t = test_start(tc->name);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
107
testlocale_thr_one(test_t t, void *arg)
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
186
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
215
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
250
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
285
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
360
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
414
test_t t;
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
470
test_t t;
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
183
test_t t;
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
215
test_t t;
usr/src/test/libc-tests/tests/symbols/symbols_test.c
689
show_file(test_t t, const char *path)
usr/src/test/libc-tests/tests/symbols/symbols_test.c
771
test_compiler(test_t t, const char *cc)
usr/src/test/libc-tests/tests/symbols/symbols_test.c
819
test_t t;
usr/src/test/libc-tests/tests/symbols/symbols_test.c
866
do_compile(test_t t, struct sym_test *st, struct compile_env *cenv, int need)
usr/src/test/libc-tests/tests/symbols/symbols_test.c
961
test_t t;
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
123
test_t t;
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
167
test_wcsrtombs_thr_iter(test_t t, const char *locale,
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
203
test_wcsrtombs_thr_work(test_t t, void *arg)
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
226
test_t t;
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
280
test_t t;
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
306
test_t t;
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
83
test_t t;
usr/src/test/libc-tests/tests/wctype/wctype_test.c
42
test_t t = test_start(#x "_should is subset of " #y);\
usr/src/test/os-tests/tests/hexdump/hexdump_basic.c
157
descr(test_t *t, ilstr_t *i)
usr/src/test/os-tests/tests/hexdump/hexdump_basic.c
194
run(test_t *t, uint8_t *data, size_t len, ilstr_t *i)
usr/src/test/os-tests/tests/hexdump/hexdump_basic.c
61
test_t tests[] = {