Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.h28 int tool_ftruncate64(int fd, curl_off_t where);
31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
Dtool_cb_see.c119 int tool_ftruncate64(int fd, curl_off_t where) in tool_ftruncate64() function