HomeSort by relevance Sort by last modified time
    Searched refs:tool_ftruncate64 (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_cb_see.h 28 int tool_ftruncate64(int fd, curl_off_t where);
31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
tool_cb_see.c 119 int tool_ftruncate64(int fd, curl_off_t where) function

Completed in 50 milliseconds