Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 25 of 35) sorted by relevance

12

/sysdeps/unix/sysv/linux/
A Dfchmodat.c67 __set_errno (EOPNOTSUPP); in fchmodat()
85 __set_errno (EOPNOTSUPP); in fchmodat()
A Dposix_fallocate.c33 if (INTERNAL_SYSCALL_ERRNO (res) != EOPNOTSUPP) in posix_fallocate()
A Dposix_fallocate64.c35 if (INTERNAL_SYSCALL_ERRNO (res) != EOPNOTSUPP) in libc_hidden_proto()
A Dtst-fallocate-common.c66 if (errno == EOPNOTSUPP) in do_test_with_offset()
/sysdeps/mach/hurd/
A Dsocket.c47 || err == MIG_BAD_ID || err == EOPNOTSUPP) in __socket()
61 || err == MIG_BAD_ID || err == EOPNOTSUPP) in __socket()
A Dttyname.c35 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in ttyname()
A Dfsync.c36 if (err == EOPNOTSUPP) in fsync()
A Dfdatasync.c36 if (err == EOPNOTSUPP) in fdatasync()
A Dfutimens.c39 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __futimens()
A Dfutimes.c39 if (err == EMIG_BAD_ID || err == EOPNOTSUPP) in __futimes()
A Dttyname_r.c37 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __ttyname_r()
A Dsend.c40 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __send()
A Dutime-helper.c74 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in hurd_futimes()
144 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in hurd_futimens()
A Drecv.c51 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __recv()
A Dptsname.c60 if (err == EMIG_BAD_ID || err == EOPNOTSUPP) in __ptsname_internal()
A Dconnect.c53 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __connect()
A Dptrace.c163 return __hurd_fail (EOPNOTSUPP); in ptrace()
230 return __hurd_fail (EOPNOTSUPP); in ptrace()
251 return __hurd_fail (EOPNOTSUPP); in ptrace()
264 return __hurd_fail (EOPNOTSUPP); in ptrace()
A Daccept4.c62 if (err == EOPNOTSUPP) in __libc_accept4()
A Dsendto.c60 if (err_port == MIG_BAD_ID || err_port == EOPNOTSUPP) in __sendto()
A Dsocketpair.c56 || err == MIG_BAD_ID || err == EOPNOTSUPP) in __socketpair()
/sysdeps/unix/sysv/linux/mips/bits/
A Derrno.h29 # define ENOTSUP EOPNOTSUPP
/sysdeps/unix/sysv/linux/bits/
A Derrno.h30 # define ENOTSUP EOPNOTSUPP
/sysdeps/unix/sysv/linux/alpha/bits/
A Derrno.h30 # define ENOTSUP EOPNOTSUPP
/sysdeps/unix/sysv/linux/hppa/bits/
A Derrno.h30 # define ENOTSUP EOPNOTSUPP
/sysdeps/unix/sysv/linux/sparc/bits/
A Derrno.h30 # define ENOTSUP EOPNOTSUPP

Completed in 22 milliseconds

12