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

123456

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dopenat-priv.h37 /* Some systems don't have EOPNOTSUPP. */
38 #ifndef EOPNOTSUPP
40 # define EOPNOTSUPP ENOTSUP macro
43 # define EOPNOTSUPP EINVAL macro
55 || (Errno) == EOPNOTSUPP /* FreeBSD */)
H A Dlchown.h34 /* Some systems don't have EOPNOTSUPP. */
35 #ifndef EOPNOTSUPP
37 # define EOPNOTSUPP ENOTSUP macro
40 # define EOPNOTSUPP EINVAL macro
H A Dlchown.c29 In that case, set errno to EOPNOTSUPP and return -1.
41 errno = EOPNOTSUPP;
H A Drmt.h60 (_remdev (dev_name) ? (errno = EOPNOTSUPP), -1 : stat (dev_name, buffer))
68 (_remdev (dev_name) ? (errno = EOPNOTSUPP), -1 : lstat (dev_name, buffer))
90 (_isrmt (fd) ? (errno = EOPNOTSUPP), -1 : dup (fd))
93 (_isrmt (fd) ? (errno = EOPNOTSUPP), -1 : fstat (fd, buffer))
96 (_isrmt (fd) ? (errno = EOPNOTSUPP), -1 : fcntl (fd, command, argument))
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dlisten.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Drecvmsg.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsocketpair.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
52 if (ret < 0 && errno == EOPNOTSUPP)
H A Daccept.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dbind.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dconnect.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetpeername.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetsockname.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsendmsg.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetattrlist.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
60 if (ret < 0 && errno == EOPNOTSUPP)
H A Drecvfrom.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsendto.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsetattrlist.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
60 if (ret < 0 && errno == EOPNOTSUPP)
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Derrno.h106 #define EOPNOTSUPP 45 /* Operation not supported */ macro
107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Derrno.h106 #define EOPNOTSUPP 45 /* Operation not supported */ macro
107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Derrno.h106 #define EOPNOTSUPP 45 /* Operation not supported */ macro
107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dstdio.c109 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
111 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
112 #define ENOTSUP EOPNOTSUPP
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Derrno.h156 #define EOPNOTSUPP ENOTSUP /* Operation not supported on socket */ macro
253 #define EOPNOTSUPP 102 /* Operation not supported on socket */ macro
/macosx-10.9.5/libxml2-26/libxml2/include/
H A Dwsockcompat.h54 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h51 #define EOPNOTSUPP WSAEOPNOTSUPP macro

Completed in 233 milliseconds

123456