Searched defs:ERANGE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dstrtoi.h45 * errno=ERANGE on overflow (LONG_MAX) or underflow (LONG_MIN)
95 #ifndef ERANGE
96 #define ERANGE EINVAL macro
372 errno = ERANGE;
632 errno = ERANGE;
636 errno = ERANGE;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h156 #if !defined(ERANGE)
157 #define ERANGE EINVAL macro
315 ERR(ERANGE);
322 ERR(ERANGE);
514 ERR(ERANGE);
522 ERR(ERANGE);
540 ERR(ERANGE);
554 ERR(ERANGE);
559 ERR(ERANGE);

Completed in 33 milliseconds