Home
last modified time | relevance | path

Searched refs:EFTYPE (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/sys/
Derrno.h104 #define EFTYPE EBFONT /* Inappropriate file type or format */ macro
/picolibc-3.7.0-3.6.0/newlib/libc/machine/cris/sys/
Derrno.h121 #define EFTYPE EBFONT /* Inappropriate file type or format */ macro
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash.c185 RETURN_ERROR(EFTYPE, error1);
188 RETURN_ERROR(EFTYPE, error1);
192 RETURN_ERROR(EFTYPE, error1);
194 RETURN_ERROR(EFTYPE, error1);
197 RETURN_ERROR(EFTYPE, error1);
542 errno = EFTYPE;
Dhash_page.c543 errno = EFTYPE; in __get_page()
611 errno = EFTYPE; in __put_page()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Derrno.h152 #define EFTYPE 79 /* Inappropriate file type or format */ macro
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20156820 * libc/include/sys/errno.h: Move EFTYPE to general usage because
17751 * libc/include/sys/errno.h (EFTYPE): New macro.
17825 * libc/sys/linux/sys/errno.h (EFTYPE): Add macro.