Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrtoofft.c38 # define strtooff strtoll macro
49 # define strtooff _strtoi64 macro
55 # define strtooff strtol macro
77 static curl_off_t strtooff(const char *nptr, char **endptr, int base) in strtooff() function
230 number = strtooff(str, &end, base); in curlx_strtoofft()