Searched refs:__posix_fallocate64_l64 (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | posix_fallocate64.c | 21 extern int __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len); 22 libc_hidden_proto (__posix_fallocate64_l64) in libc_hidden_proto() argument 23 #define __posix_fallocate64_l64 static internal_fallocate64 in libc_hidden_proto() macro 25 #undef __posix_fallocate64_l64 in libc_hidden_proto() 29 __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len) in libc_hidden_proto() 39 libc_hidden_def (__posix_fallocate64_l64)
|
/sysdeps/posix/ |
A D | posix_fallocate64.c | 31 __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len) in __posix_fallocate64_l64() function 124 #undef __posix_fallocate64_l64 134 return __posix_fallocate64_l64 (fd, offset, len); in __posix_fallocate64_l32() 137 versioned_symbol (libc, __posix_fallocate64_l64, posix_fallocate64, 141 strong_alias (__posix_fallocate64_l64, posix_fallocate64);
|
Completed in 3 milliseconds