Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-cond9.c40 if (err != EPERM) in tf()
62 if (err != EPERM) in tf()
87 if (err != EPERM) in do_test()
109 if (err != EPERM) in do_test()
A Dtst-mutex2.c37 else if (e != EPERM) in tf()
75 else if (e != EPERM) in tf()
149 else if (e != EPERM) in do_test()
199 else if (e != EPERM) in do_test()
A Dtst-mutex3.c37 if (e != EPERM) in tf()
75 if (e != EPERM) in tf()
199 if (e != EPERM) in do_test()
A Dsem_unlink.c43 if (ret < 0 && errno == EPERM) in __sem_unlink()
A Dtst-setuid3.c64 if (errno != EPERM) in setuid_failure()
/sysdeps/mach/hurd/htl/
A Dpt-mutex-unlock.c41 ret = EPERM; in __pthread_mutex_unlock()
53 ret = EPERM; in __pthread_mutex_unlock()
70 ret = EPERM; in __pthread_mutex_unlock()
A Dpt-mutex-transfer-np.c49 ret = EPERM; in __pthread_mutex_transfer_np()
63 ret = EPERM; in __pthread_mutex_transfer_np()
A Dpt-mutex-checklocked.c42 ret = EPERM; in __pthread_mutex_checklocked()
/sysdeps/mach/hurd/
A Dsetpriority.c34 if (piderr == EPERM) in __setpriority()
39 if (piderr && piderr != EPERM) in __setpriority()
88 err = EPERM; in __setpriority()
A Ddl-execstack.c33 return EPERM; in _dl_make_stack_executable()
A Dreboot.c35 return __hurd_fail (EPERM); in reboot()
A Dadjtime.c35 return __hurd_fail (EPERM); in __adjtime()
A Dclock_settime.c39 return __hurd_fail (EPERM); in __clock_settime()
A Dkill.c101 return EPERM; in __kill()
/sysdeps/posix/
A Dremove.c25 # define IS_NO_DIRECTORY_ERROR errno != EPERM
A Dnice.c45 __set_errno (EPERM); in nice()
/sysdeps/unix/sysv/linux/
A Dtst-fanotify.c38 case EPERM: in do_test()
A Dmq_unlink.c37 if (ret == EPERM) in __mq_unlink()
A Dgethostid.c39 __set_errno (EPERM); in sethostid()
A Dtest-errno-linux.c191 fails |= test_wrp2 (LIST (ENODEV, ENOSYS, EPERM, EINVAL), in do_test()
/sysdeps/mach/hurd/bits/
A Derrno.h37 EPERM = 0x40000001, /* Operation not permitted */ enumerator
233 #define EPERM 0x40000001 macro
/sysdeps/unix/sysv/linux/ia64/
A Dioperm.c127 __set_errno (EPERM); in _iopl()
/sysdeps/nptl/
A Dfutex-internal.h275 case -EPERM: /* The caller is not allowed to attach itself to the futex. in futex_unlock_pi()
/sysdeps/gnu/
A Derrlist.h2 #ifdef EPERM
6 _S(EPERM, N_("Operation not permitted"))

Completed in 26 milliseconds