Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 65) sorted by relevance

123

/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-wcstold-ldbl-compat.c27 long double read; in do_test() local
29 read = wcstold (input, NULL); in do_test()
30 if (read != -1.0L) in do_test()
A Dtest-strfrom-ldbl-compat.c30 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 Dread.c26 return SYSCALL_CANCEL (read, fd, buf, nbytes); in __libc_read()
32 libc_hidden_def (read)
33 weak_alias (__libc_read, read)
A Dtst-clone2-internal.c92 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 Dread_nocancel.c26 return INLINE_SYSCALL_CALL (read, fd, buf, nbytes); in __read_nocancel()
A Dtst-clone2.c97 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 Dtst-timerfd.c73 TEST_COMPARE (read (fd, &buf, sizeof (buf)), -1); in timerfd_large_timeout()
A Dtst-fallocate-common.c88 if (read (temp_fd, bread, BLK_SIZE) != BLK_SIZE) in do_test_with_offset()
A Dtst-gettid-kill.c83 ssize_t ret = read (pipe_signal[0], &ch, 1); in thread_read_signal()
A Dtst-affinity-pid.c60 (read (fd, buffer, end - buffer)); in read_fully()
A Dconfigure.ac77 *** 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 Dconfigure119 *** 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 Dread.c34 weak_alias (__libc_read, read)
35 libc_hidden_weak (read)
/sysdeps/pthread/
A Dtst-cancel20.c46 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 Dtst-fini1mod.c35 read (fds[0], buf, sizeof (buf)); in tf()
A Dtst-cancel21.c47 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 Dtst-cancel3.c32 if (read (fd[0], buf, sizeof (buf)) == sizeof (buf)) in tf()
A Dtst-cancel11.c59 read (fd[0], buf, sizeof (buf)); in tf()
A Dtst-exec2.c99 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
A Dtst-exec3.c97 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
A Dtst-exec1.c101 while (TEMP_FAILURE_RETRY ((n = read (fd[0], buf, sizeof (buf)))) > 0) in do_test()
/sysdeps/unix/sysv/linux/x86/
A Dtst-cet-vfork-1.c58 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) in do_test_1()
/sysdeps/unix/
A Dsyscalls.list48 read - read Ci:ibU __libc_read __read read
/sysdeps/hppa/hppa1.1/
A Dmul_1.S35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
/sysdeps/x86/
A Dtst-cpu-features-cpuinfo.c35 ssize_t read; in get_cpuinfo() local
44 while ((read = getline (&line, &len, f)) != -1) in get_cpuinfo()

Completed in 23 milliseconds

123