Searched refs:test_debugf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h35 extern void test_debugf(test_t, const char *format, ...);
H A Dtest_common.c82 test_debugf(t, NULL);
176 test_debugf(test_t t, const char *format, ...) function
231 test_debugf(t, "running %d threads", nthr);
234 test_debugf(t, "started thread %d", i);
240 test_debugf(t, "thread %d joined", i);
294 test_debugf(t, "too many arguments to function >= %d", MAXCB);
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c114 test_debugf(t, "mbs is %s", mbs);
160 test_debugf(t, "mbs is %s", mbs);
195 test_debugf(t, "mbs is %s", mbs);
207 test_debugf(t, "iteration %d", j);
263 test_debugf(t, "mbs is %s", mbs);
341 test_debugf(t, "mbs is %s", mbs);
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c694 test_debugf(t, "fopen(%s): %s", path, strerror(errno));
698 test_debugf(t, "----->> begin (%s) <<------", path);
701 test_debugf(t, "%d: %s", line, buf);
704 test_debugf(t, "----->> end (%s) <<------", path);
791 test_debugf(t, "trying %s", cmd);
794 test_debugf(t, "result: %d", rv);
808 test_debugf(t, "Found Studio C");
813 test_debugf(t, "c89flags: %s", c89flags);
814 test_debugf(t, "c99flags: %s", c99flags);
819 test_debugf(
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c80 test_debugf(t, "DAY1: %s", day);
109 test_debugf(t, "CSYM: %s", lc->currency_symbol);
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c199 test_debugf(t, "%d: expect [%s], got [%s]",
237 test_debugf(t, "%d: expect [%s], got [%s]",

Completed in 49 milliseconds