Searched refs:__libc_read (Results 1 – 8 of 8) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | read.c | 24 __libc_read (int fd, void *buf, size_t nbytes) in __libc_read() function 28 libc_hidden_def (__libc_read) 31 weak_alias (__libc_read, __read) 33 weak_alias (__libc_read, read)
|
/sysdeps/mach/hurd/ |
A D | read.c | 23 __libc_read (int fd, void *buf, size_t nbytes) in __libc_read() function 31 libc_hidden_def (__libc_read) 32 weak_alias (__libc_read, __read) 34 weak_alias (__libc_read, read)
|
A D | Versions | 18 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; 62 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
|
/sysdeps/generic/ |
A D | dl-unistd.h | 25 extern __typeof (__libc_read) __libc_read attribute_hidden;
|
/sysdeps/posix/ |
A D | pread.c | 41 result = __libc_read (fd, buf, nbyte); in __libc_pread()
|
A D | pread64.c | 41 result = __libc_read (fd, buf, nbyte); in __libc_pread64()
|
/sysdeps/mips/ |
A D | dl-machine-reject-phdr.h | 187 if (__libc_read (fd, (void *) mips_abiflags, size) != size) in elf_machine_reject_phdr_p()
|
/sysdeps/unix/ |
A D | syscalls.list | 48 read - read Ci:ibU __libc_read __read read
|
Completed in 7 milliseconds