Searched refs:__ftruncate64 (Results 1 – 3 of 3) sorted by relevance
27 __ftruncate64 (int fd, off64_t length) in __ftruncate64() function32 weak_alias (__ftruncate64, ftruncate64)35 weak_alias (__ftruncate64, __ftruncate)36 weak_alias (__ftruncate64, ftruncate);
26 __ftruncate64 (int fd, off64_t length) in __ftruncate64() function34 weak_alias (__ftruncate64, ftruncate64)
64 int ret = __ftruncate64 (fd, offset); in __posix_fallocate64_l64()
Completed in 4 milliseconds