Searched refs:ERANGE (Results 1 – 9 of 9) sorted by relevance
205 if (value < min || (errno == ERANGE && value < 0)) { in process_signed()209 if (value > max || (errno == ERANGE && value > 0)) { in process_signed()244 if (value > max || errno == ERANGE) { in process_unsigned()
81 #define ERANGE 34 /* Math result not representable */ macro
48 ERRNO_MSG(ERANGE, "Math result not representable"),
116 errno = ERANGE; in crypt_sha256crypt_rn()
117 errno = ERANGE; in crypt_sha512crypt_rn()
196 *h_errnop = ERANGE; in lwip_gethostbyname_r()
382 (errno == ERANGE470 (errno == ERANGE
47 if (errno == ERANGE) {
406 case -ERANGE: in fwu_to_efi_error()
Completed in 22 milliseconds