Searched refs:tool_ftruncate64 (Results 1 – 2 of 2) sorted by relevance
28 int tool_ftruncate64(int fd, curl_off_t where);31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
119 int tool_ftruncate64(int fd, curl_off_t where) in tool_ftruncate64() function