/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | ldso_randomization_manual.c | 66 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_randomization_0500() 68 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_randomization_0500() 83 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_randomization_0700() 89 t_printf("%s child handle is %p \n", __FUNCTION__, child_handle); in dlopen_randomization_0700() 97 t_printf("%s parent handle is %p \n", __FUNCTION__, parent_handle); in dlopen_randomization_0700() 104 t_printf("%s get child handle is %p\n", __FUNCTION__, get_child_handle); in dlopen_randomization_0700() 106 t_printf("%s the parent handle is the same as the child handle!!!!\n", __FUNCTION__); in dlopen_randomization_0700() 108 t_printf("%s the parent handle is different form the child handle.\n", __FUNCTION__); in dlopen_randomization_0700() 134 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_ext_randomization_0500() 136 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_ext_randomization_0500() [all …]
|
/third_party/musl/libc-test/src/functional/ |
D | qsort.c | 67 t_printf("\ti\tgot\twant\n"); in str_test() 69 t_printf("\t%d\t%s\t%s\n", i, a[i], a_sorted[i]); in str_test() 82 t_printf("\ti\tgot\twant\n"); in int_test() 84 t_printf("\t%d\t%d\t%d\n", i, a[i], a_sorted[i]); in int_test() 110 t_printf("\ti\tgot\twant\n"); in uint64_test() 112 t_printf("\t%d\t%" PRIu64 "\t%" PRIu64 "\n", i, a[i], a_sorted[i]); in uint64_test() 123 t_printf("\tgot: \"%s\"\n", p); \ 124 t_printf("\twant: \"%s\"\n", a_sorted); \
|
D | test-malloc-api-common.h | 23 t_printf("%s...", message); in check_and_report() 26 t_printf("Success\n"); in check_and_report()
|
D | string_memcpy.c | 37 t_printf("got : %.*s\n", dalign+len+1, dst); in test_align() 38 t_printf("want: %.*s\n", dalign+len+1, want); in test_align()
|
D | string_memset.c | 36 t_printf("got : '%.*s'\n", len+128, s-64); in test_align() 37 t_printf("want: '%.*s'\n", len+128, want-64); in test_align()
|
D | test-mallinfo.c | 121 t_printf("%s...", message); in test_and_report() 126 t_printf("Success\n"); in test_and_report()
|
D | test-malloc-info-stats-print.h | 199 t_printf("%s...", message); in validate_and_report() 204 t_printf("Success\n"); in validate_and_report()
|
/third_party/musl/libc-test/src/common/ |
D | runtest.c | 73 t_printf("FAIL %s [internal]\n", argv[0]); in main() 86 t_printf("FAIL %s [internal]\n", argv[0]); in main() 92 t_printf("FAIL %s [status %d]\n", argv[0], WEXITSTATUS(status)); in main() 94 t_printf("FAIL %s [timed out]\n", argv[0]); in main() 96 t_printf("FAIL %s [signal %s]\n", argv[0], strsignal(WTERMSIG(status))); in main() 98 t_printf("FAIL %s [unknown]\n", argv[0]); in main()
|
D | test.h | 13 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) 15 int t_printf(const char *s, ...);
|
D | print.c | 8 int t_printf(const char *s, ...) in t_printf() function
|
/third_party/musl/libc-test/src/functionalext/info/ |
D | fatal_message.c | 116 t_printf("error in fork!"); in fatal_message_0030() 167 t_printf("error in fork!"); in fatal_message_0040() 187 t_printf("ThreadFun1 arg is NULL"); in ThreadFun1() 197 t_printf("ThreadFun2 arg is NULL"); in ThreadFun2() 218 t_printf("pthread_create1 error."); in fatal_message_0050() 224 t_printf("pthread_create2 error."); in fatal_message_0050() 271 t_printf("error in fork!"); in fatal_message_0070()
|
/third_party/musl/libc-test/src/nativehook/ |
D | test.h | 6 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) 10 int t_printf(const char *s, ...);
|
D | print.c | 8 int t_printf(const char *s, ...) in t_printf() function
|
/third_party/musl/libc-test/src/functionalext/trace/ |
D | trace_marker.c | 626 t_printf("pthread_create1 error."); in trace_marker_0070() 630 t_printf("pthread_create2 error."); in trace_marker_0070() 740 t_printf("pthread_create3 error."); in trace_marker_0080() 744 t_printf("pthread_create4 error."); in trace_marker_0080() 843 t_printf("pthread_create5 error."); in trace_marker_0090() 847 t_printf("pthread_create6 error."); in trace_marker_0090()
|
D | trace_stresstest.c | 67 t_printf("error in fork!"); in trace_marker_stresstest_0010()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_fatal_message.c | 43 t_printf("error in fork!"); in fatal_message_0010()
|
/third_party/musl/libc-test/src/regression/ |
D | malloc-free-performance.c | 191 t_printf("Malloc and free %d times cost %lf s\n", MALLOC_TIME, cost / NANOSEC_PER_SEC); in main()
|
D | malloc-multi-thread-performance.c | 101 …t_printf("Malloc and free %d threads %d times cost %lf s\n", THREAD_MAX_N, MALLOC_TIME, cost / NAN… in main()
|