Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c2260 char *fdigit = strchr(start, '\r'); in ftp_state_size_resp() local
2261 if(fdigit) { in ftp_state_size_resp()
2263 fdigit--; in ftp_state_size_resp()
2264 while(ISDIGIT(*fdigit) && (fdigit > start)); in ftp_state_size_resp()
2265 if(!ISDIGIT(*fdigit)) in ftp_state_size_resp()
2266 fdigit++; in ftp_state_size_resp()
2269 fdigit = start; in ftp_state_size_resp()
2271 (void)curlx_strtoofft(fdigit, NULL, 0, &filesize); in ftp_state_size_resp()