Searched refs:EOVERFLOW (Results 1 – 9 of 9) sorted by relevance
96 # define EOVERFLOW @EOVERFLOW_VALUE@ macro140 # ifndef EOVERFLOW141 # define EOVERFLOW 2006 macro
107 errno = EOVERFLOW; in getdelim()
305 case EOVERFLOW: in rpl_strerror()
31 #if !defined EOVERFLOW56 gl_REPLACE_ERRNO_VALUE([EOVERFLOW])59 # Assuming $1 = EOVERFLOW.60 # The EOVERFLOW errno value ought to be defined in <errno.h>, according to63 # Check for the value of EOVERFLOW.
277 #ifndef EOVERFLOW278 #error EOVERFLOW not defined
231 #ifndef EOVERFLOW232 #define EOVERFLOW 9940
194 value_too_large, // EOVERFLOW342 value_too_large = EOVERFLOW,
102 static_assert(static_cast<int>(std::errc::value_too_large) == EOVERFLOW, ""); in main()
7226 static int test_array [1 - 2 * !((EOVERFLOW) >= 0)];7269 static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];7329 static int test_array [1 - 2 * !((EOVERFLOW) < 0)];7372 static int test_array [1 - 2 * !((EOVERFLOW) >= $ac_mid)];7442 static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];7495 static long int longval () { return EOVERFLOW; }7496 static unsigned long int ulongval () { return EOVERFLOW; }7506 if ((EOVERFLOW) < 0)7509 if (i != (EOVERFLOW))7516 if (i != (EOVERFLOW))