Searched refs:EOPNOTSUPP (Results 1 - 25 of 74) sorted by relevance

123

/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dlchown.c33 /* Some systems don't have EOPNOTSUPP. */
34 #ifndef EOPNOTSUPP
36 # define EOPNOTSUPP ENOTSUP macro
39 # define EOPNOTSUPP EINVAL macro
44 In that case, set errno to EOPNOTSUPP and return -1.
56 errno = EOPNOTSUPP;
H A Dopenat-priv.h36 /* Some systems don't have EOPNOTSUPP. */
37 #ifndef EOPNOTSUPP
39 # define EOPNOTSUPP ENOTSUP macro
42 # define EOPNOTSUPP EINVAL macro
54 || (Errno) == EOPNOTSUPP /* FreeBSD */)
/haiku-fatelf/src/kits/locale/
H A DCatalogData.cpp53 return EOPNOTSUPP;
60 return EOPNOTSUPP;
68 return EOPNOTSUPP;
75 return EOPNOTSUPP;
89 return EOPNOTSUPP;
96 return EOPNOTSUPP;
103 return EOPNOTSUPP;
110 return EOPNOTSUPP;
117 return EOPNOTSUPP;
124 return EOPNOTSUPP;
[all...]
H A DCatalog.cpp96 if (res != B_NAME_NOT_FOUND && res != EOPNOTSUPP)
117 if (res != B_NAME_NOT_FOUND && res != EOPNOTSUPP)
/haiku-fatelf/src/tools/locale/
H A DCatalogData.cpp60 return EOPNOTSUPP;
67 return EOPNOTSUPP;
75 return EOPNOTSUPP;
82 return EOPNOTSUPP;
96 return EOPNOTSUPP;
103 return EOPNOTSUPP;
110 return EOPNOTSUPP;
117 return EOPNOTSUPP;
124 return EOPNOTSUPP;
131 return EOPNOTSUPP;
[all...]
H A DCatalog.cpp80 if (res != B_NAME_NOT_FOUND && res != EOPNOTSUPP)
98 if (res != B_NAME_NOT_FOUND && res != EOPNOTSUPP)
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dmount.c21 __set_errno(EOPNOTSUPP);
29 __set_errno(EOPNOTSUPP);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dopenat-priv.h37 || (Errno) == EOPNOTSUPP /* FreeBSD */)
H A Dacl-internal.h131 # elif defined EOPNOTSUPP /* Tru64 NFS */
133 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)
H A Derrno.in.h56 # define EOPNOTSUPP 10045 macro
H A Dfdopendir.c68 saved_errno = EOPNOTSUPP;
H A Dlchown.c39 In that case, set errno to EOPNOTSUPP and return -1.
52 errno = EOPNOTSUPP;
H A Dstrerror.c82 case EOPNOTSUPP:
186 /* WSAEOPNOTSUPP is EOPNOTSUPP */
/haiku-fatelf/src/system/runtime_loader/arch/ppc/
H A Darch_relocate.cpp57 return EOPNOTSUPP;
/haiku-fatelf/src/add-ons/kernel/network/devices/loopback/
H A Dloopback.cpp131 return EOPNOTSUPP;
138 return EOPNOTSUPP;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c62 {EOPNOTSUPP,"EOPNOTSUPP",EOPNOTSUPP},{EOVERFLOW,"EOVERFLOW",EOVERFLOW},
H A D4-1.c58 {EOPNOTSUPP,"EOPNOTSUPP"},{EOVERFLOW,"EOVERFLOW"},
H A D3-1.c70 int dummy63 = EOPNOTSUPP;
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h100 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h53 # define EOPNOTSUPP 10045 macro
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h49 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/haiku-fatelf/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp92 return EOPNOTSUPP;
140 return EOPNOTSUPP;
147 return EOPNOTSUPP;
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp154 return EOPNOTSUPP;
210 return EOPNOTSUPP;
232 return EOPNOTSUPP;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c642 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
661 errno = EOPNOTSUPP;
675 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
695 errno = EOPNOTSUPP;
709 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
729 errno = EOPNOTSUPP;
743 * EOPNOTSUPP System does not support BLKSSZGET ioctl
785 errno = EOPNOTSUPP;
800 * EOPNOTSUPP System does not support BLKBSZSET ioctl
826 errno = EOPNOTSUPP;
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/iex/
H A DIexThrowErrnoExc.cpp528 #if defined (EOPNOTSUPP)
529 case EOPNOTSUPP:
718 #if defined (ENOTSUP) && defined (EOPNOTSUPP)
719 #if ENOTSUP != EOPNOTSUPP

Completed in 478 milliseconds

123