Searched refs:ERANGE (Results 1 – 19 of 19) sorted by relevance
66 #ifdef ERANGE67 #undef ERANGE68 #define ERANGE 34 /* Math result not representable */
74 #ifdef ERANGE75 #undef ERANGE76 #define ERANGE 34 /**< Math result not representable */ macro
73 #ifdef ERANGE74 #undef ERANGE75 #define ERANGE 34 /**< Math result not representable */
71 errno = ERANGE;73 errno = ERANGE;
96 errno = ERANGE; in strtoul()
107 errno = ERANGE; in strtoull()
81 #define ERANGE 34 /* Math result not representable */ macro
82 #define ERANGE 34 /* Math result not representable */ macro
37 #define ERANGE 34 /* Math result not representable */ macro
50 #define ERANGE 34 /* Math result not representable */ macro
41 #define ERANGE 34 /* Math result not representable */ macro
129 #define MP_ERANGE ERANGE
552 return ERANGE; in pthread_setname_np()567 return ERANGE; in pthread_getname_np()
588 ptr->_errno = ERANGE;695 ptr->_errno = ERANGE;1233 ptr->_errno = ERANGE;
192 *h_errnop = ERANGE; in lwip_gethostbyname_r()
429 # define MEMORY ERANGE /* required by ANSI-C */500 return errno == 0 ? ERANGE : errno; in buffer_from_file()
1257 file->read_errno = ERANGE; /* out of range character */ in read_byte()
3113 if ((errno == EDOM) || (errno == ERANGE)) { in SWIG_CanCastAsInteger()
Completed in 36 milliseconds