Searched refs:test_debugf (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 694 test_debugf(t, "fopen(%s): %s", path, strerror(errno)); in show_file() 698 test_debugf(t, "----->> begin (%s) <<------", path); in show_file() 701 test_debugf(t, "%d: %s", line, buf); in show_file() 704 test_debugf(t, "----->> end (%s) <<------", path); in show_file() 791 test_debugf(t, "trying %s", cmd); in find_compiler() 794 test_debugf(t, "result: %d", rv); in find_compiler() 808 test_debugf(t, "Found Studio C"); in find_compiler() 813 test_debugf(t, "c89flags: %s", c89flags); in find_compiler() 814 test_debugf(t, "c99flags: %s", c99flags); in find_compiler() 819 test_debugf(t, "Found GNU C"); in find_compiler() [all …]
|
/titanic_50/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.c | 82 test_debugf(t, NULL); in test_start() 176 test_debugf(test_t t, const char *format, ...) in test_debugf() function 231 test_debugf(t, "running %d threads", nthr); in test_run() 234 test_debugf(t, "started thread %d", i); in test_run() 240 test_debugf(t, "thread %d joined", i); in test_run() 294 test_debugf(t, "too many arguments to function >= %d", MAXCB); in test_load_config()
|
H A D | test_common.h | 35 extern void test_debugf(test_t, const char *format, ...);
|
/titanic_50/usr/src/test/libc-tests/tests/wcsrtombs/ |
H A D | wcsrtombs_test.c | 114 test_debugf(t, "mbs is %s", mbs); in test_wcsrtombs_1() 160 test_debugf(t, "mbs is %s", mbs); in test_wcsrtombs_l() 195 test_debugf(t, "mbs is %s", mbs); in test_wcsrtombs_thr_iter() 207 test_debugf(t, "iteration %d", j); in test_wcsrtombs_thr_work() 263 test_debugf(t, "mbs is %s", mbs); in test_wcsrtombs_partial() 341 test_debugf(t, "mbs is %s", mbs); in test_wcsnrtombs_partial()
|
/titanic_50/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 80 test_debugf(t, "DAY1: %s", day); in testlocale_thr_one() 109 test_debugf(t, "CSYM: %s", lc->currency_symbol); in testlocale_thr_one()
|
/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 199 test_debugf(t, "%d: expect [%s], got [%s]", in test_nl_langinfo_1() 237 test_debugf(t, "%d: expect [%s], got [%s]", in test_nl_langinfo_l()
|