Searched refs:__posix_fadvise64_l32 (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
A D | posix_fadvise64.c | 29 _strong_alias (__posix_fadvise64_l64, __posix_fadvise64_l32); 30 compat_symbol (libc, __posix_fadvise64_l32, posix_fadvise64, GLIBC_2_2);
|
/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | posix_fadvise64.c | 23 int __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise); 57 __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise) in __posix_fadvise64_l32() function 63 compat_symbol (libc, __posix_fadvise64_l32, posix_fadvise64, GLIBC_2_2);
|
/sysdeps/unix/sysv/linux/ |
A D | posix_fadvise64.c | 61 int __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise); 65 __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise) in __posix_fadvise64_l32() function 71 compat_symbol (libc, __posix_fadvise64_l32, posix_fadvise64, GLIBC_2_2);
|
Completed in 3 milliseconds