Searched refs:read (Results 1 – 14 of 14) sorted by relevance
| /posix/ |
| A D | tst-vfork1.c | 54 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test() 88 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
|
| A D | tst-spawn.c | 115 TEST_COMPARE (read (fd2, buf, sizeof buf), strlen (fd2string)); in handle_restart() 119 TEST_COMPARE (read (fd3, buf, sizeof buf), strlen (fd3string)); in handle_restart() 132 TEST_COMPARE (read (fd1, buf, sizeof buf), strlen (fd1string)); in handle_restart() 136 TEST_COMPARE (read (fd5, buf, sizeof buf), strlen (fd5string)); in handle_restart()
|
| A D | tst-_Fork.c | 60 TEST_COMPARE (read (tempfd, buf, sizeof (buf)), testdatalen1); in singlethread_test() 80 TEST_COMPARE (read (tempfd, buf, sizeof (buf)), testdatalen2); in singlethread_test()
|
| A D | tst-vfork2.c | 97 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test() 131 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
|
| A D | tst-fork.c | 100 if (read (fd, buf, sizeof buf) != strlen (testdata)) in main() 142 if (read (fd, buf, sizeof buf) != strlen (testdata2)) in main()
|
| A D | tst-exec.c | 94 if (read (fd2, buf, sizeof buf) != strlen (fd2string)) in handle_restart() 109 if (read (fd1, buf, sizeof buf) != strlen (fd1string)) in handle_restart()
|
| A D | tst-spawn3.c | 132 if ((n = read (pidfd, buf, sizeof (buf))) < 0) in do_test()
|
| A D | test-errno.c | 146 fails |= test_wrp (EBADF, read, -1, buf, 1); in do_test()
|
| A D | tst-regex2.c | 57 if (read (fd, buf, st.st_size) != (ssize_t) st.st_size) in do_test()
|
| A D | tst-regex.c | 84 if ((size_t) read (fd, mem, memlen) != memlen) in do_test()
|
| A D | unistd.h | 371 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur
|
| A D | tst-regex.input | 65 * nss/nss_files/files-XXX.c (internal_getent): In case of an read 3026 * libio/genops.c (__underflow): Read character from read pointer 3194 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and 3588 read instead of mmap. 6389 Make fread() read large blocks straight to the user buffer. 6697 while .rhosts is actually read, to make .rhosts-over-NFS work 7831 the dynamically linker is invoked implicitly until we read the 8726 trying to read another character. 9099 * stdio-common/vfscanf.c: Never try to read another character 11864 partial character is read.
|
| /posix/rxspencer/ |
| A D | COPYRIGHT | 13 explicit claim or by omission. Since few users ever read sources, 18 ever read sources, credits must appear in the documentation.
|
| /posix/bits/ |
| A D | unistd.h | 27 size_t __nbytes), read) 36 read (int __fd, void *__buf, size_t __nbytes) in read() function 38 return __glibc_fortify (read, __nbytes, sizeof (char), in read()
|
Completed in 33 milliseconds