Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c115 #ifdef EOVERFLOW in asctime_r()
116 errno = EOVERFLOW; in asctime_r()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwrite.c60 errno = EOVERFLOW; in fwrite()
Dftell.c92 errno = EOVERFLOW; in ftell()
Dvswprintf.c91 errno = EOVERFLOW; in vswprintf()
Dgetdelim.c84 errno = EOVERFLOW; in getdelim()
/bionic/libc/kernel/uapi/asm-generic/
Derrno.h72 #define EOVERFLOW 75 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Derrno.h67 #define EOVERFLOW 79 macro
/bionic/libc/stdio/
Dfread.c55 errno = EOVERFLOW; in fread()
/bionic/libc/bionic/
Dtime64.c622 #ifdef EOVERFLOW in gmtime64_r()
623 errno = EOVERFLOW; in gmtime64_r()
695 #ifdef EOVERFLOW in localtime64_r()
696 errno = EOVERFLOW; in localtime64_r()
Dsemaphore.c350 errno = EOVERFLOW; in sem_post()
/bionic/libc/include/sys/
D_errdefs.h112 __BIONIC_ERRDEF( EOVERFLOW , 75, "Value too large for defined data type" )