Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h104 #define EFTYPE EBFONT /* Inappropriate file type or format */ macro
/picolibc-latest/newlib/libc/include/sys/
Derrno.h133 #define EFTYPE 79 /* Inappropriate file type or format */ macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h121 #define EFTYPE EBFONT /* Inappropriate file type or format */ macro
/picolibc-latest/newlib/libc/search/
Dhash.c178 RETURN_ERROR(EFTYPE, error1);
181 RETURN_ERROR(EFTYPE, error1);
185 RETURN_ERROR(EFTYPE, error1);
187 RETURN_ERROR(EFTYPE, error1);
190 RETURN_ERROR(EFTYPE, error1);
535 errno = EFTYPE;
Dhash_page.c536 errno = EFTYPE; in __get_page()
604 errno = EFTYPE; in __put_page()
/picolibc-latest/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.