OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERANGE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acclib.h
92
#define
ERANGE
34 /* Math result not representable */
/src/external/gpl2/diffutils/dist/lib/
strtol.c
419
__set_errno (
ERANGE
);
/src/external/gpl2/grep/dist/lib/
strtol.c
423
__set_errno (
ERANGE
);
/src/external/apache2/llvm/dist/libcxx/include/
errno.h
20
ERANGE
249
#ifndef
ERANGE
250
#define
ERANGE
9944
/src/sys/sys/
errno.h
78
#define
ERANGE
34 /* Result too large or too small */
/src/external/bsd/ntp/dist/libntp/
snprintf.c
347
#include <errno.h> /* For
ERANGE
and errno. */
466
/* Either
ERANGE
or E2BIG should be available everywhere. */
467
#ifndef
ERANGE
468
#define
ERANGE
E2BIG
469
#endif /* !defined(
ERANGE
) */
471
#define EOVERFLOW
ERANGE
952
errno = overflow ? EOVERFLOW :
ERANGE
;
Completed in 26 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026