Home
last modified time | relevance | path

Searched refs:__libc_read (Results 1 – 8 of 8) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dread.c24 __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 Dread.c23 __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 DVersions18 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
62 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
/sysdeps/generic/
A Ddl-unistd.h25 extern __typeof (__libc_read) __libc_read attribute_hidden;
/sysdeps/posix/
A Dpread.c41 result = __libc_read (fd, buf, nbyte); in __libc_pread()
A Dpread64.c41 result = __libc_read (fd, buf, nbyte); in __libc_pread64()
/sysdeps/mips/
A Ddl-machine-reject-phdr.h187 if (__libc_read (fd, (void *) mips_abiflags, size) != size) in elf_machine_reject_phdr_p()
/sysdeps/unix/
A Dsyscalls.list48 read - read Ci:ibU __libc_read __read read

Completed in 7 milliseconds