Searched refs:ftruncate64 (Results 1 – 4 of 4) sorted by relevance
75 #define ftruncate64 ftruncate macro
59 #define ftruncate64 ftruncate macro167 ftruncate64(fdval(env, fdo), size), in FileDispatcherImpl_truncate0()
256 RESTARTABLE(ftruncate64(fd, length), result); in handleSetLength()
1360 throwIfMinusOne(env, "ftruncate", TEMP_FAILURE_RETRY(ftruncate64(fd, length))); in Linux_ftruncate()