Home
last modified time | relevance | path

Searched refs:__libc_pread (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/
A Dpread.c24 __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) in __libc_pread() function
29 #ifndef __libc_pread
30 strong_alias (__libc_pread, __pread)
31 weak_alias (__libc_pread, pread)
/sysdeps/unix/sysv/linux/
A Dpread.c25 __libc_pread (int fd, void *buf, size_t count, off_t offset) in __libc_pread() function
30 strong_alias (__libc_pread, __pread)
32 weak_alias (__libc_pread, pread)
35 compat_symbol (libc, __libc_pread, pread, GLIBC_2_2);
A Dpread64.c33 strong_alias (__libc_pread64, __libc_pread)
/sysdeps/posix/
A Dpread.c26 __libc_pread (int fd, void *buf, size_t nbyte, off_t offset) in __libc_pread() function
58 #ifndef __libc_pread
59 strong_alias (__libc_pread, __pread)
60 weak_alias (__libc_pread, pread)

Completed in 4 milliseconds