Searched refs:EOVERFLOW (Results 1 – 5 of 5) sorted by relevance
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.
96 # define EOVERFLOW @EOVERFLOW_VALUE@ macro140 # ifndef EOVERFLOW141 # define EOVERFLOW 2006 macro
107 errno = EOVERFLOW; in getdelim()
305 case EOVERFLOW: in rpl_strerror()
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))