Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrerror.c422 #if defined (EPERM) && (!defined (EACCES) || (EPERM != EACCES)) in _strerror_r()
423 case EPERM: in _strerror_r()
/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h41 #define EPERM 1 /* Operation not permitted */ macro
/picolibc-latest/newlib/libc/include/sys/
Derrno.h63 #define EPERM 1 /* Not owner */ macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h58 #define EPERM 1 /* Operation not permitted */ macro
/picolibc-latest/semihost/machine/arc/
Darc_errno.c44 case TARGET_ERRNO_EPERM: errno = EPERM; break; in arc_semihost_errno()
/picolibc-latest/newlib/libc/search/
Dhash.c587 hashp->error = errno = EPERM;
607 hashp->error = errno = EPERM;