Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m431 #if !defined EOVERFLOW
56 gl_REPLACE_ERRNO_VALUE([EOVERFLOW])
59 # Assuming $1 = EOVERFLOW.
60 # The EOVERFLOW errno value ought to be defined in <errno.h>, according to
63 # Check for the value of EOVERFLOW.
/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h96 # define EOVERFLOW @EOVERFLOW_VALUE@ macro
140 # ifndef EOVERFLOW
141 # define EOVERFLOW 2006 macro
Dgetdelim.c107 errno = EOVERFLOW; in getdelim()
Dstrerror.c305 case EOVERFLOW: in rpl_strerror()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure7226 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))