Searched refs:ERANGE (Results 1 – 4 of 4) sorted by relevance
154 errno = ERANGE; in strtooff()231 if(errno == ERANGE) in curlx_strtoofft()
174 if(errno == ERANGE) in getnum()263 if(errno == ERANGE) in str2double()521 if((*val == LONG_MIN || *val == LONG_MAX) && errno == ERANGE) in str2offset()
60 #undef ERANGE61 #define ERANGE 34 /* errno.h value */ macro480 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()
64 #undef ERANGE65 #define ERANGE 34 /* errno.h value */ macro635 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()
Completed in 22 milliseconds