Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 242) sorted by relevance

12345678910

/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-printf-ldbl-compat.c45 printf ("\n"); in do_test_call_varg()
51 printf ("\n"); in do_test_call_varg()
57 printf ("\n"); in do_test_call_varg()
63 printf ("\n"); in do_test_call_varg()
70 printf ("\n"); in do_test_call_varg()
77 printf ("\n"); in do_test_call_varg()
95 printf ("\n"); in do_test_call_rarg()
99 printf ("\n"); in do_test_call_rarg()
103 printf ("\n"); in do_test_call_rarg()
107 printf ("\n"); in do_test_call_rarg()
[all …]
A Dtest-printf-chk-ldbl-compat.c50 printf ("\n"); in do_test_call_varg()
56 printf ("\n"); in do_test_call_varg()
62 printf ("\n"); in do_test_call_varg()
68 printf ("\n"); in do_test_call_varg()
75 printf ("\n"); in do_test_call_varg()
82 printf ("\n"); in do_test_call_varg()
104 printf ("\n"); in do_test_call_rarg()
108 printf ("\n"); in do_test_call_rarg()
112 printf ("\n"); in do_test_call_rarg()
116 printf ("\n"); in do_test_call_rarg()
[all …]
A Dtest-scanf-ldbl-compat-template.c41 printf ("OK"); \
44 printf ("\n");
52 printf ("OK"); \
54 printf ("ERROR (%Lf %f)", ld, f); \
55 printf ("\n");
67 printf ("fscanf: "); in do_test_call()
72 printf ("scanf: "); in do_test_call()
77 printf ("sscanf: "); in do_test_call()
82 printf ("vfscanf: "); in do_test_call()
89 printf ("vscanf: "); in do_test_call()
[all …]
/sysdeps/pthread/
A Dtst-sem15.c34 printf ("sem_init: %m\n"); in do_test()
43 printf ("sem_getvalue: %m\n"); in do_test()
48 printf ("sem_getvalue after init: %d\n", value); in do_test()
51 printf ("\tshould be %d\n", SEM_VALUE_MAX); in do_test()
64 printf ("sem_post at SEM_VALUE_MAX: %m (%d)\n", errno); in do_test()
67 printf ("\tshould be %s (EOVERFLOW = %d)\n", in do_test()
76 printf ("sem_getvalue: %m\n"); in do_test()
81 printf ("sem_getvalue after post: %d\n", value); in do_test()
84 printf ("\tshould be %d\n", SEM_VALUE_MAX); in do_test()
91 printf ("sem_destroy: %m\n"); in do_test()
A Dtst-robust1.c41 printf ("%ld: setcancelstate failed\n", round); in tf()
62 printf ("%ld: child: 1st barrier_wait failed\n", round); in tf()
69 printf ("%ld: child: 2nd barrier_wait failed\n", round); in tf()
75 printf ("%ld: testcancel returned\n", round); in tf()
160 printf ("%ld: create failed\n", round); in do_test()
167 printf ("%ld: parent: 1st barrier_wait failed\n", round); in do_test()
173 printf ("%ld: cancel failed\n", round); in do_test()
191 printf ("%ld: join failed\n", round); in do_test()
196 printf ("%ld: thread not canceled\n", round); in do_test()
231 printf ("%ld: join failed\n", round); in do_test()
[all …]
A Dtst-getpid3.c17 printf ("pid wrong in thread: should be %d, is %d\n", in pid_thread()
34 printf ("pthread_create failed: %d\n", ret); in do_test()
42 printf ("pthread_create failed: %d\n", ret); in do_test()
47 printf ("thread getpid failed\n"); in do_test()
54 printf ("fork failed: %m\n"); in do_test()
69 printf ("pthread_create failed: %d\n", ret); in do_test()
76 printf ("pthread_create failed: %d\n", ret); in do_test()
81 printf ("thread getpid failed\n"); in do_test()
99 printf ("died from signal %s\n", strsignal (WTERMSIG (status))); in do_test()
106 printf ("exit code %d\n", WEXITSTATUS (status)); in do_test()
A Dtst-cond24.c47 printf ("Started thread_fun_timed[%d]\n", *ret); in thread_fun_timed()
54 printf ("pthread_mutex_lock: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
69 printf ("pthread_cond_wait: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
80 printf ("pthread_mutex_unlock: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
98 printf ("Started thread_fun[%d]\n", *ret); in thread_fun()
105 printf ("pthread_mutex_lock: %s(%d)\n", strerror (rv), rv); in thread_fun()
127 printf ("pthread_mutex_unlock: %s(%d)\n", strerror (rv), rv); in thread_fun()
173 printf ("pthread_cond_init: %s(%d)\n", strerror (rv), rv); in do_test_wait()
198 printf ("counter: %d\n", counter); in do_test_wait()
222 printf ("pthread_join: %s(%d)\n", strerror (rv), rv); in do_test_wait()
[all …]
A Dtst-cond15.c36 printf ("%s: 1st mutex_lock failed\n", __func__); in tf()
41 printf ("%s: 2nd mutex_lock failed\n", __func__); in tf()
46 printf ("%s: 3rd mutex_lock failed\n", __func__); in tf()
52 printf ("%s: mutex_unlock failed\n", __func__); in tf()
65 printf ("%s: cond_wait failed\n", __func__); in tf()
71 printf ("%s: 1st mutex_unlock failed\n", __func__); in tf()
76 printf ("%s: 2nd mutex_unlock failed\n", __func__); in tf()
81 printf ("%s: 3rd mutex_unlock failed\n", __func__); in tf()
106 printf ("parent: cannot 1st create thread: %s\n", strerror (err)); in do_test()
129 printf ("parent: failed to join: %s\n", strerror (err)); in do_test()
[all …]
A Dtst-sem16.c44 printf ("error: sem_wait failed: %m"); in tf()
50 printf ("error: pthread_setcancelstate failed: %m"); in tf()
71 printf ("error: pthread_setcancelstate failed: %m"); in tf()
77 printf ("error: sem_close failed: %m"); in tf()
91 printf ("error: sem_init failed: %m\n"); in do_test()
97 printf ("error: pthread_create failed: %m\n"); in do_test()
103 printf ("error: pthread_cancel failed: %m\n"); in do_test()
109 printf ("error: sem_post failed: %m\n"); in do_test()
116 printf ("error: pthread_join failed: %m\n"); in do_test()
A Dtst-cancel4-common.c56 printf ("create for '%s' test failed\n", tests[cnt].name); in do_test()
64 printf ("%s: barrier_wait failed\n", __func__); in do_test()
75 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test()
83 printf ("join for '%s' failed\n", tests[cnt].name); in do_test()
89 printf ("thread for '%s' not canceled\n", tests[cnt].name); in do_test()
109 printf ("cleanup handler called more than once for '%s'\n", in do_test()
154 printf ("create for '%s' test failed\n", tests[cnt].name); in do_test()
162 printf ("%s: barrier_wait failed\n", __func__); in do_test()
169 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test()
177 printf ("%s: barrier_wait failed\n", __func__); in do_test()
[all …]
A Dtst-rwlock13.c32 printf ("rwlock_init failed: %d\n", ret); in do_test()
38 printf ("rwlock_rdlock failed: %d\n", ret); in do_test()
44 printf ("rwlock_unlock failed: %d\n", ret); in do_test()
50 printf ("rwlock_wrlock failed: %d\n", ret); in do_test()
56 printf ("second rwlock_unlock failed: %d\n", ret); in do_test()
62 printf ("second rwlock_destroy failed: %d\n", ret); in do_test()
A Dtst-cond25.c49 printf ("mutex not locked in cleanup %d\n", ret); in cleanup()
67 printf ("signaller:mutex_lock failed: %s\n", strerror (ret)); in signaller()
73 printf ("signaller:signal failed: %s\n", strerror (ret)); in signaller()
79 printf ("signaller:mutex_unlock failed: %s\n", strerror (ret)); in signaller()
114 printf ("waiter[%u]:wait failed: %s\n", seq, strerror (ret)); in waiter()
203 printf ("mutexattr_init failed: %s\n", strerror (ret)); in do_test_wait()
210 printf ("mutexattr_setprotocol failed: %s\n", strerror (ret)); in do_test_wait()
216 printf ("cond_init failed: %s\n", strerror (ret)); in do_test_wait()
222 printf ("mutex_init failed: %s\n", strerror (ret)); in do_test_wait()
236 printf ("signaller: create failed: %s\n", strerror (ret)); in do_test_wait()
[all …]
A Dtst-cancel1.c61 printf ("setcanceltype failed: %s\n", strerror (err)); in tf()
70 printf ("child: mutex_unlock failed: %s\n", strerror (err)); in tf()
77 printf ("child: 1st mutex_lock failed: %s\n", strerror (err)); in tf()
101 printf ("parent: 1st mutex_lock failed: %s\n", strerror (err)); in do_test()
107 printf ("parent: 2nd mutex_lock failed: %s\n", strerror (err)); in do_test()
114 printf ("create failed: %s\n", strerror (err)); in do_test()
121 printf ("parent: 3rd mutex_lock failed: %s\n", strerror (err)); in do_test()
128 printf ("cancel failed: %s\n", strerror (err)); in do_test()
135 printf ("join failed: %s\n", strerror (err)); in do_test()
141 printf ("wrong return value: %p\n", retval); in do_test()
A Dtst-fork4.c37 printf ("fork: %m\n"); in do_test()
44 printf ("pthread_kill returned: %s\n", strerror (err)); in do_test()
51 printf ("wait failed: %m\n"); in do_test()
54 printf ("child correctly died with SIGTERM\n"); in do_test()
58 printf ("child died with bad status %#x\n", status); in do_test()
A Dtst-cond14.c34 printf ("%s: 1st mutex_lock failed\n", __func__); in tf()
39 printf ("%s: 2nd mutex_lock failed\n", __func__); in tf()
44 printf ("%s: 3rd mutex_lock failed\n", __func__); in tf()
50 printf ("%s: mutex_unlock failed\n", __func__); in tf()
56 printf ("%s: cond_wait failed\n", __func__); in tf()
81 printf ("parent: cannot create thread: %s\n", strerror (err)); in do_test()
104 printf ("parent: failed to join: %s\n", strerror (err)); in do_test()
A Dtst-timer.c93 printf ("clock_gettime returned %d, timespec = { %jd, %jd }\n", in main()
98 printf ("clock_getres returned %d, timespec = { %jd, %jd }\n", in main()
103 printf ("timer_create for timer_sig failed: %m\n"); in main()
108 printf ("timer_create for timer_thr1 failed: %m\n"); in main()
114 printf ("timer_create for timer_thr2 failed: %m\n"); in main()
120 printf ("timer_settime for timer_thr1 failed: %m\n"); in main()
125 printf ("timer_settime for timer_thr2 failed: %m\n"); in main()
133 printf ("timer_settime for timer_sig failed: %m\n"); in main()
141 printf ("timer_delete for timer_sig failed: %m\n"); in main()
146 printf ("timer_delete for timer_thr1 failed: %m\n"); in main()
[all …]
A Dtst-fork1.c38 printf ("%ld for %d\n", (long int) getpid (), i); in thread_function()
44 printf ("fork: %m\n"); in thread_function()
52 printf ("waitpid returned %ld, expected %ld\n", in thread_function()
57 printf ("%ld with %d, expected %d\n", in thread_function()
90 printf ("creation of thread %d failed\n", i); in do_test()
105 printf ("join of thread %d failed\n", i); in do_test()
110 printf ("join %d successful, but child failed\n", i); in do_test()
114 printf ("join %d successful\n", i); in do_test()
A Dtst-join7mod.c33 printf ("Test running\n"); in test_run()
34 printf ("Test finished\n"); in test_run()
45 printf ("failed to create thread: %s (%d)\n", strerror (ret), ret); in do_init()
58 printf ("pthread_join: %s(%d)\n", strerror (ret), ret); in do_end()
62 printf ("Thread joined\n"); in do_end()
/sysdeps/powerpc/
A Dtst-tlsifunc.c66 printf ("&bar = %p and bar_ptr = %p.\n", &bar, bar_ptr); in my_foo()
81 printf ("resolver_platform = 0x%"PRIx32 in my_tcb_test()
95 printf ("PASS: foo IFUNC resolver called once.\n"); in do_test()
98 printf ("FAIL: foo IFUNC resolver not called once.\n"); in do_test()
103 printf ("PASS: bar address read from IFUNC resolver is correct.\n"); in do_test()
106 printf ("FAIL: bar address read from IFUNC resolver is incorrect.\n"); in do_test()
111 printf ("PASS: tcb_test IFUNC resolver called once.\n"); in do_test()
114 printf ("FAIL: tcb_test IFUNC resolver not called once.\n"); in do_test()
119 printf ("PASS: platform read from IFUNC resolver is correct.\n"); in do_test()
122 printf ("FAIL: platform read from IFUNC resolver is incorrect.\n"); in do_test()
/sysdeps/unix/sysv/linux/
A Dtst-skeleton-affinity.c62 printf ("error: CPU_ALLOC (%d) failed\n", num_cpus); in find_set_size()
72 printf ("error: getaffinity for %d CPUs: %m\n", num_cpus); in find_set_size()
121 printf ("error: getaffinity failed: %m\n"); in setup_conf()
147 printf ("error: size %zu: CPU_ALLOC failed\n", size); in test_size()
154 printf ("error: size %zu: getaffinity: %m\n", size); in test_size()
159 printf ("error: size %zu: setaffinity: %m\n", size); in test_size()
170 printf ("error: Unexpected CPU %d, expected %d\n", in test_size()
195 printf ("error: getcpu: %m\n"); in test_size()
200 printf ("error: Unexpected CPU %d, expected %d\n", in test_size()
206 printf ("error: size %zu: getaffinity (2): %m\n", size); in test_size()
[all …]
/sysdeps/mips/
A Dtst-mode-switch-2.c57 printf ("barrier wait failed: %m\n"); in thread_function()
73 printf ("barrier wait failed: %m\n"); in thread_function()
94 printf ("failed to initialize barrier: %m\n"); in do_test()
100 printf ("failed to initialize barrier: %m\n"); in do_test()
107 printf ("creation of thread %d failed\n", i); in do_test()
117 printf ("prctl PR_SET_FP_MODE failed: %m"); in do_test()
129 printf ("barrier wait failed: %m\n"); in do_test()
140 printf ("barrier wait failed: %m\n"); in do_test()
150 printf ("join of thread %d failed\n", i); in do_test()
155 printf ("join %d successful, but child failed\n", i); in do_test()
[all …]
/sysdeps/ieee754/ldbl-128ibm/
A Dtst-strtold-ldbl-128ibm.c36 printf ("strtold (\"%s\") returned (%a, %a), exceptions 0x%x, errno %d\n", in test_strtold_value()
39 printf ("PASS: strtold (\"%s\") high == %a\n", s, exp_hi); in test_strtold_value()
42 printf ("FAIL: strtold (\"%s\") high == %a\n", s, exp_hi); in test_strtold_value()
46 printf ("PASS: strtold (\"%s\") low == %a\n", s, exp_lo); in test_strtold_value()
49 printf ("FAIL: strtold (\"%s\") low == %a\n", s, exp_lo); in test_strtold_value()
53 printf ("PASS: strtold (\"%s\") exceptions 0x%x\n", s, exp_exc); in test_strtold_value()
56 printf ("FAIL: strtold (\"%s\") exceptions 0x%x\n", s, exp_exc); in test_strtold_value()
60 printf ("PASS: strtold (\"%s\") errno %d\n", s, exp_errno); in test_strtold_value()
63 printf ("FAIL: strtold (\"%s\") errno %d\n", s, exp_errno); in test_strtold_value()
/sysdeps/ia64/fpu/
A Dimport_file.awk16 printf \
45 printf "LOCAL_OBJECT_START(%s)\n", table_name;
55 printf "LOCAL_OBJECT_END(%s)\n\n", table_name;
59 printf "LOCAL_LIBM_ENTRY(%s)\n", $2;
64 printf "LOCAL_LIBM_END(%s)\n", $2;
112 printf "%s_ENTRY(%s)\n", type, name;
122 printf "%s_END(%s)\n", type, name;
125 printf "weak_alias (exp10%s, pow10%s)\n", t, t
134 printf "GLOBAL_LIBM_ENTRY(%s)\n", name;
145 printf "GLOBAL_LIBM_END(%s)\n", name;
/sysdeps/x86_64/
A Dtst-auditmod3b.c21 printf ("version: %u\n", v); in la_version()
33 printf ("activity: consistent\n"); in la_activity()
35 printf ("activity: add\n"); in la_activity()
37 printf ("activity: delete\n"); in la_activity()
39 printf ("activity: unknown activity %u\n", flag); in la_activity()
64 printf ("objsearch: %s, %s\n", name, flagstr); in la_objsearch()
72 printf ("objopen: %ld, %s\n", lmid, l->l_name); in la_objopen()
80 printf ("preinit\n"); in la_preinit()
86 printf ("objclose\n"); in la_objclose()
94 printf ("symbind32: symname=%s, st_value=%#lx, ndx=%u, flags=%u\n", in la_symbind32()
[all …]
/sysdeps/unix/sysv/linux/powerpc/
A Dtest-gettimebasefreq.c38 printf ("t1 = %"PRIu64"\n", t1); in do_test()
41 printf ("Time Base frequency = %"PRIu64" Hz\n", f); in do_test()
44 printf ("Fail: The time base frequency can't be zero.\n"); in do_test()
49 printf ("t2 = %"PRIu64"\n", t2); in do_test()
57 printf ("Elapsed time = %1.2f usecs\n", (double) diff * 1000000 / f ); in do_test()

Completed in 2452 milliseconds

12345678910