Home
last modified time | relevance | path

Searched refs:tool_ftruncate64 (Results 1 – 2 of 2) sorted by relevance

/curl/src/
H A Dtool_setup.h79 int tool_ftruncate64(int fd, curl_off_t where);
82 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
H A Dtool_util.c178 int tool_ftruncate64(int fd, curl_off_t where) in tool_ftruncate64() function

Completed in 4 milliseconds