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