Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrerror.c723 #ifdef EMULTIHOP in _strerror_r()
724 case EMULTIHOP: in _strerror_r()
/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h117 #define EMULTIHOP 72 /* Multihop attempted */ macro
/picolibc-latest/newlib/libc/include/sys/
Derrno.h129 #define EMULTIHOP 74 /* Multihop attempted */ macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h134 #define EMULTIHOP 72 /* Multihop attempted */ macro
/picolibc-latest/semihost/machine/arc/
Darc_errno.c110 case TARGET_ERRNO_EMULTIHOP: errno = EMULTIHOP; break; in arc_semihost_errno()