Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c120 #ifdef EOVERFLOW
121 errno = EOVERFLOW;
/bionic/libc/kernel/common/asm-generic/
Derrno.h72 #define EOVERFLOW 75 macro
/bionic/libc/kernel/arch-mips/asm/
Derrno.h67 #define EOVERFLOW 79 macro
/bionic/libc/upstream-netbsd/libc/stdio/
Dgetdelim.c96 errno = EOVERFLOW; in __weak_alias()
/bionic/libc/bionic/
Dtime64.c627 #ifdef EOVERFLOW in gmtime64_r()
628 errno = EOVERFLOW; in gmtime64_r()
700 #ifdef EOVERFLOW in localtime64_r()
701 errno = EOVERFLOW; in localtime64_r()
Dsemaphore.c354 errno = EOVERFLOW; in sem_post()
/bionic/libc/include/sys/
D_errdefs.h112 __BIONIC_ERRDEF( EOVERFLOW , 75, "Value too large for defined data type" )