Home
last modified time | relevance | path

Searched refs:UU_ERROR_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libuutil/common/
H A Duu_strtoint.c154 uu_set_error(UU_ERROR_OVERFLOW); in strtoint()
208 uu_set_error(UU_ERROR_OVERFLOW); in uu_strtoint()
276 uu_set_error(UU_ERROR_OVERFLOW); in uu_strtouint()
H A Duu_misc.c155 case UU_ERROR_OVERFLOW: in uu_strerror()
H A Dlibuutil.h52 #define UU_ERROR_OVERFLOW 8 /* value is too value */ macro