Home
last modified time | relevance | path

Searched defs:EOVERFLOW (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c99 #define EOVERFLOW -1 macro
/titanic_52/usr/src/boot/sys/sys/
H A Derrno.h163 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/titanic_52/usr/src/uts/common/sys/
H A Derrno.h143 #define EOVERFLOW 79 /* value too large to be stored in data type */ macro
/titanic_52/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h123 #define EOVERFLOW 79 /* value too large to be stored in data type */ macro
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java421 public static final int EOVERFLOW = 79; field in PoolsException