Searched refs:__libc_pread64 (Results 1 – 5 of 5) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | pread64.c | 23 __libc_pread64 (int fd, void *buf, size_t count, off64_t offset) in __libc_pread64() function 28 weak_alias (__libc_pread64, __pread64) 30 weak_alias (__libc_pread64, pread64) 33 strong_alias (__libc_pread64, __libc_pread) 34 weak_alias (__libc_pread64, __pread) 35 weak_alias (__libc_pread64, pread) 38 compat_symbol (libc, __libc_pread64, pread, GLIBC_2_2); 43 compat_symbol (libc, __libc_pread64, pread64, GLIBC_2_2); 44 compat_symbol (libc, __libc_pread64, __pread64, GLIBC_2_2);
|
/sysdeps/mach/hurd/ |
A D | pread64.c | 24 __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset) in __libc_pread64() function 33 #ifndef __libc_pread64 34 weak_alias (__libc_pread64, __pread64) 36 weak_alias (__libc_pread64, pread64)
|
A D | pread.c | 26 return __libc_pread64 (fd, buf, nbytes, (off64_t) offset); in __libc_pread()
|
/sysdeps/posix/ |
A D | pread64.c | 26 __libc_pread64 (int fd, void *buf, size_t nbyte, off64_t offset) in __libc_pread64() function 58 #ifndef __libc_pread64 59 weak_alias (__libc_pread64, __pread64) 61 weak_alias (__libc_pread64, pread64)
|
A D | posix_fallocate64.c | 107 ssize_t rsize = __libc_pread64 (fd, &c, 1, offset); in __posix_fallocate64_l64()
|
Completed in 4 milliseconds