Home
last modified time | relevance | path

Searched refs:__ftruncate64 (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dftruncate64.c27 __ftruncate64 (int fd, off64_t length) in __ftruncate64() function
32 weak_alias (__ftruncate64, ftruncate64)
35 weak_alias (__ftruncate64, __ftruncate)
36 weak_alias (__ftruncate64, ftruncate);
/sysdeps/mach/hurd/
A Dftruncate64.c26 __ftruncate64 (int fd, off64_t length) in __ftruncate64() function
34 weak_alias (__ftruncate64, ftruncate64)
/sysdeps/posix/
A Dposix_fallocate64.c64 int ret = __ftruncate64 (fd, offset); in __posix_fallocate64_l64()

Completed in 4 milliseconds