Home
last modified time | relevance | path

Searched defs:ERANGE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h200 #define ERANGE 34 /* Math result not representable */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h252 # define ERANGE 9944 macro
/freebsd/sys/sys/
H A Derrno.h88 #define ERANGE 34 /* Result too large */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d96 inline int ERANGE = 34; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py40 ERANGE = 34 variable
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c466 #define ERANGE E2BIG macro