Home
last modified time | relevance | path

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

123

/glibc-2.36/hurd/
Dxattr.c39 return EOPNOTSUPP; in _hurd_xattr_get()
83 return EOPNOTSUPP; in _hurd_xattr_get()
91 return EOPNOTSUPP; in _hurd_xattr_set()
164 return EOPNOTSUPP; in _hurd_xattr_set()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfchmodat.c67 __set_errno (EOPNOTSUPP); in fchmodat()
85 __set_errno (EOPNOTSUPP); in fchmodat()
Dposix_fallocate.c33 if (INTERNAL_SYSCALL_ERRNO (res) != EOPNOTSUPP) in posix_fallocate()
Dposix_fallocate64.c35 if (INTERNAL_SYSCALL_ERRNO (res) != EOPNOTSUPP) in libc_hidden_proto()
/glibc-2.36/sysdeps/mach/hurd/
Dsocket.c47 || err == MIG_BAD_ID || err == EOPNOTSUPP) in __socket()
61 || err == MIG_BAD_ID || err == EOPNOTSUPP) in __socket()
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()
Dutime-helper.c74 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in hurd_futimes()
144 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in hurd_futimens()
Dfcntl.c178 if (err == EMIG_BAD_ID || err == EOPNOTSUPP) in __libc_fcntl()
241 if (err == EMIG_BAD_ID || err == EOPNOTSUPP) in __libc_fcntl()
Dttyname.c35 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in ttyname()
Dfdatasync.c36 if (err == EOPNOTSUPP) in fdatasync()
Dfsync.c36 if (err == EOPNOTSUPP) in fsync()
Dfutimens.c39 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __futimens()
Dfutimes.c39 if (err == EMIG_BAD_ID || err == EOPNOTSUPP) in __futimes()
Dttyname_r.c37 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __ttyname_r()
Dsend.c40 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __send()
Drecv.c51 if (err == MIG_BAD_ID || err == EOPNOTSUPP) in __recv()
/glibc-2.36/io/
Dtst-lchmod.c148 TEST_COMPARE (errno, EOPNOTSUPP); in test_1()
173 TEST_COMPARE (errno, EOPNOTSUPP); in test_1()
221 TEST_COMPARE (errno, EOPNOTSUPP); in test_1()
/glibc-2.36/sysdeps/gnu/
Derrlist.h315 #ifdef EOPNOTSUPP
323 _S(EOPNOTSUPP, N_("Operation not supported"))
728 #if defined (ENOTSUP) && ENOTSUP != EOPNOTSUPP
/glibc-2.36/stdio-common/
Dtest-strerr.c217 #ifdef EOPNOTSUPP in do_test()
218 TEST_COMPARE_STRING (strerrordesc_np (EOPNOTSUPP), in do_test()
220 TEST_COMPARE_STRING (strerrorname_np (EOPNOTSUPP), "EOPNOTSUPP"); in do_test()
651 #if defined (ENOTSUP) && ENOTSUP != EOPNOTSUPP in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h80 EOPNOTSUPP = 0x4000002d, /* Operation not supported */ enumerator
278 #define EOPNOTSUPP 0x4000002d macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Derrno.h29 # define ENOTSUP EOPNOTSUPP
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Derrno.h30 # define ENOTSUP EOPNOTSUPP
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Derrno.h30 # define ENOTSUP EOPNOTSUPP
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Derrno.h30 # define ENOTSUP EOPNOTSUPP
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Derrno.h30 # define ENOTSUP EOPNOTSUPP

123