/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | test-wcstold-ldbl-compat.c | 27 long double read; in do_test() local 29 read = wcstold (input, NULL); in do_test() 30 if (read != -1.0L) in do_test()
|
A D | test-strfrom-ldbl-compat.c | 30 long double read; in do_test() local 41 read = strtold (expected, NULL); in do_test() 43 if (read != -1.0L) in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | read.c | 26 return SYSCALL_CANCEL (read, fd, buf, nbytes); in __libc_read() 32 libc_hidden_def (read) 33 weak_alias (__libc_read, read)
|
A D | tst-clone2-internal.c | 92 if (read (pipefd[0], &ppid, sizeof pid) != sizeof pid) in do_test() 97 if (read (pipefd[0], &pid, sizeof pid) != sizeof pid) in do_test() 102 if (read (pipefd[0], &tid, sizeof tid) != sizeof tid) in do_test()
|
A D | read_nocancel.c | 26 return INLINE_SYSCALL_CALL (read, fd, buf, nbytes); in __read_nocancel()
|
A D | tst-clone2.c | 97 if (read (pipefd[0], &ppid, sizeof pid) != sizeof pid) in do_test() 102 if (read (pipefd[0], &pid, sizeof pid) != sizeof pid) in do_test() 107 if (read (pipefd[0], &tid, sizeof tid) != sizeof tid) in do_test()
|
A D | tst-timerfd.c | 73 TEST_COMPARE (read (fd, &buf, sizeof (buf)), -1); in timerfd_large_timeout()
|
A D | tst-fallocate-common.c | 88 if (read (temp_fd, bread, BLK_SIZE) != BLK_SIZE) in do_test_with_offset()
|
A D | tst-gettid-kill.c | 83 ssize_t ret = read (pipe_signal[0], &ch, 1); in thread_read_signal()
|
A D | tst-affinity-pid.c | 60 (read (fd, buffer, end - buffer)); in read_fully()
|
A D | configure.ac | 77 *** We strongly advise to use a different prefix. For details read the FAQ. 84 *** This might make your system totally unusable, for details read the FAQ."
|
A D | configure | 119 *** We strongly advise to use a different prefix. For details read the FAQ. 126 *** This might make your system totally unusable, for details read the FAQ."
|
/sysdeps/mach/hurd/ |
A D | read.c | 34 weak_alias (__libc_read, read) 35 libc_hidden_weak (read)
|
/sysdeps/pthread/ |
A D | tst-cancel20.c | 46 if (read (fd[2], &c, 1) == 1) in sh_body() 81 if (read (fd[0], &c, 1) == 1) in tf_body() 87 read (fd[0], &c, 1); in tf_body()
|
A D | tst-fini1mod.c | 35 read (fds[0], buf, sizeof (buf)); in tf()
|
A D | tst-cancel21.c | 47 if (read (fd[2], &c, 1) == 1) in sh_body() 82 if (read (fd[0], &c, 1) == 1) in tf_body() 88 read (fd[0], &c, 1); in tf_body()
|
A D | tst-cancel3.c | 32 if (read (fd[0], buf, sizeof (buf)) == sizeof (buf)) in tf()
|
A D | tst-cancel11.c | 59 read (fd[0], buf, sizeof (buf)); in tf()
|
A D | tst-exec2.c | 99 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
|
A D | tst-exec3.c | 97 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
|
A D | tst-exec1.c | 101 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | tst-cet-vfork-1.c | 58 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) in do_test_1()
|
/sysdeps/unix/ |
A D | syscalls.list | 48 read - read Ci:ibU __libc_read __read read
|
/sysdeps/hppa/hppa1.1/ |
A D | mul_1.S | 35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
|
/sysdeps/x86/ |
A D | tst-cpu-features-cpuinfo.c | 35 ssize_t read; in get_cpuinfo() local 44 while ((read = getline (&line, &len, f)) != -1) in get_cpuinfo()
|