Searched refs:ERANGE (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/libs/bsd/
H A Dstrtonum.c41 { "too small", ERANGE },
42 { "too large", ERANGE },
53 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
55 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
/haiku/src/system/libroot/posix/unistd/
H A Dgetlogin.cpp45 return ERANGE;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtoll.c141 errno = ERANGE;
H A Dstrtol.c140 errno = ERANGE;
H A Dstrtoull.c118 errno = ERANGE;
H A Dstrtoul.c119 errno = ERANGE;
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp193 return ERANGE;
254 return ERANGE;
260 return ERANGE;
266 return ERANGE;
347 return ERANGE;
H A Dpwd_query.c154 return ERANGE;
369 return ERANGE;
382 return ERANGE;
393 return ERANGE;
404 return ERANGE;
415 return ERANGE;
426 return ERANGE;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp199 return ERANGE;
207 return ERANGE;
215 return ERANGE;
/haiku/src/libs/gnu/
H A Dxattr.cpp195 errno = ERANGE;
264 errno = ERANGE;
/haiku/src/bin/multiuser/
H A Duseradd.cpp172 if (error == ERANGE) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp116 return ERANGE;
/haiku/src/build/libroot/
H A Derrors.cpp49 ADD_ERROR(ERANGE);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c447 case ERANGE:
583 // TODO: could return ERANGE if buffer is too small
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h200 #define ERANGE 34 /* Math result not representable */ macro
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c173 #if defined (ERANGE)
174 ENTRY(ERANGE, "ERANGE", "Math result not representable"),
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp225 if ((errno == ERANGE &&
314 if ((errno == ERANGE && (port == INT32_MAX || port == INT32_MIN))
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp412 return ERANGE;
440 return ERANGE;
466 return ERANGE;
/haiku/headers/os/support/
H A DErrors.h146 #define ERANGE B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 17) macro
230 #define B_RESULT_NOT_REPRESENTABLE B_FROM_POSIX_ERROR(ERANGE)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Defs.c92 errno = ERANGE;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp336 return ERANGE;
/haiku/headers/build/os/support/
H A DErrors.h341 #undef ERANGE macro
427 #define ERANGE HAIKU_ERANGE macro
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp360 return ERANGE;
370 return ERANGE;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c431 smaller than the smallest representable number, set `errno' to ERANGE and
433 ERANGE and return HUGE_VAL with the appropriate sign. */
856 __set_errno (ERANGE); variable
1029 __set_errno (ERANGE); variable
1035 __set_errno (ERANGE); variable
1099 __set_errno (ERANGE); variable
H A Dstrtol.c501 __set_errno (ERANGE); variable

Completed in 134 milliseconds

12