Searched refs:__libc_pread (Results 1 – 4 of 4) sorted by relevance
/sysdeps/mach/hurd/ |
A D | pread.c | 24 __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 D | pread.c | 25 __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 D | pread64.c | 33 strong_alias (__libc_pread64, __libc_pread)
|
/sysdeps/posix/ |
A D | pread.c | 26 __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 5 milliseconds