Home
last modified time | relevance | path

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

/curl/lib/
H A Dstrtoofft.c40 # define strtooff strtoll macro
51 # define strtooff _strtoi64 macro
57 # define strtooff strtol macro
79 static curl_off_t strtooff(const char *nptr, char **endptr, int base) in strtooff() function
228 number = strtooff(str, &end, base); in curlx_strtoofft()

Completed in 5 milliseconds