Symbol: test_debugf
usr/src/test/libc-tests/tests/common/test_common.c
231
test_debugf(t, "running %d threads", nthr);
usr/src/test/libc-tests/tests/common/test_common.c
234
test_debugf(t, "started thread %d", i);
usr/src/test/libc-tests/tests/common/test_common.c
240
test_debugf(t, "thread %d joined", i);
usr/src/test/libc-tests/tests/common/test_common.c
294
test_debugf(t, "too many arguments to function >= %d", MAXCB);
usr/src/test/libc-tests/tests/common/test_common.c
82
test_debugf(t, NULL);
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/newlocale/newlocale_test.c
128
test_debugf(t, "DAY1: %s", day);
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
157
test_debugf(t, "CSYM: %s", lc->currency_symbol);
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
199
test_debugf(t, "%d: expect [%s], got [%s]",
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
237
test_debugf(t, "%d: expect [%s], got [%s]",
usr/src/test/libc-tests/tests/symbols/symbols_test.c
698
test_debugf(t, "fopen(%s): %s", path, strerror(errno));
usr/src/test/libc-tests/tests/symbols/symbols_test.c
702
test_debugf(t, "----->> begin (%s) <<------", path);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
705
test_debugf(t, "%d: %s", line, buf);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
708
test_debugf(t, "----->> end (%s) <<------", path);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
778
test_debugf(t, "trying %s", cmd);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
781
test_debugf(t, "result: %d", rv);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
798
test_debugf(t, "Found clang");
usr/src/test/libc-tests/tests/symbols/symbols_test.c
802
test_debugf(t, "Found gcc");
usr/src/test/libc-tests/tests/symbols/symbols_test.c
806
test_debugf(t, "Found unknown (unsupported) compiler");
usr/src/test/libc-tests/tests/symbols/symbols_test.c
812
test_debugf(t, "compiler: %s", cc);
usr/src/test/libc-tests/tests/symbols/symbols_test.c
917
test_debugf(t, "command: %s", cmd);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
114
test_debugf(t, "mbs is %s", mbs);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
160
test_debugf(t, "mbs is %s", mbs);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
195
test_debugf(t, "mbs is %s", mbs);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
207
test_debugf(t, "iteration %d", j);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
263
test_debugf(t, "mbs is %s", mbs);
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c
341
test_debugf(t, "mbs is %s", mbs);