Home
last modified time | relevance | path

Searched refs:__libc_pread64 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dpread64.c23 __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 Dpread64.c24 __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 Dpread.c26 return __libc_pread64 (fd, buf, nbytes, (off64_t) offset); in __libc_pread()
/sysdeps/posix/
A Dpread64.c26 __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 Dposix_fallocate64.c107 ssize_t rsize = __libc_pread64 (fd, &c, 1, offset); in __posix_fallocate64_l64()

Completed in 4 milliseconds