Home
last modified time | relevance | path

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

123

/external/e2fsprogs/lib/e2p/
Dsetflags.c65 errno = EOPNOTSUPP; in setflags()
72 errno = EOPNOTSUPP; in setflags()
Dsetversion.c35 errno = EOPNOTSUPP; in setversion()
Dgetversion.c36 errno = EOPNOTSUPP; in getversion()
Dfsetversion.c62 errno = EOPNOTSUPP; in fsetversion()
Dgetflags.c67 errno = EOPNOTSUPP; in getflags()
Dfgetversion.c64 errno = EOPNOTSUPP; in fgetversion()
Dfgetflags.c95 errno = EOPNOTSUPP; in fgetflags()
Dfsetflags.c100 errno = EOPNOTSUPP; in fsetflags()
/external/libmicrohttpd/src/include/
Dw32functions.h71 #ifndef EOPNOTSUPP
72 #define EOPNOTSUPP (MHDW32ERRBASE+10) macro
/external/libmicrohttpd/src/platform/
Dw32functions.c59 case WSAEOPNOTSUPP: return EOPNOTSUPP; in MHD_W32_errno_from_winsock_()
95 case WSAVERNOTSUPPORTED: return EOPNOTSUPP; in MHD_W32_errno_from_winsock_()
134 case EOPNOTSUPP: in MHD_W32_strerror_()
447 case EOPNOTSUPP: in MHD_W32_set_last_winsock_error_()
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp528 #if defined (EOPNOTSUPP) in throwErrnoExc()
529 case EOPNOTSUPP: in throwErrnoExc()
718 #if defined (ENOTSUP) && defined (EOPNOTSUPP) in throwErrnoExc()
719 #if ENOTSUP != EOPNOTSUPP in throwErrnoExc()
/external/toybox/toys/other/
Dlsattr.c83 errno = EOPNOTSUPP; in ext2_getflag()
96 errno = EOPNOTSUPP; in print_file_attr()
193 errno = EOPNOTSUPP; in ext2_setflag()
/external/webrtc/webrtc/base/
Dsocket.h57 #undef EOPNOTSUPP
58 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp273 #ifndef EOPNOTSUPP
274 #error EOPNOTSUPP not defined
/external/e2fsprogs/include/nonunix/
Dunistd.h9 #define EOPNOTSUPP 95 macro
/external/libselinux/src/
Dgetfilecon.c42 errno = EOPNOTSUPP; in getfilecon()
Dlgetfilecon.c42 errno = EOPNOTSUPP; in lgetfilecon()
Dfgetfilecon.c42 errno = EOPNOTSUPP; in fgetfilecon()
/external/c-ares/
Dsetup_once.h412 #undef EOPNOTSUPP /* override definition in errno.h */
413 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/libxml2/include/
Dwsockcompat.h54 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h77 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/curl/lib/
Dcurl_setup_once.h482 #undef EOPNOTSUPP /* override definition in errno.h */
483 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/bison/lib/
Dstrerror-override.c62 case EOPNOTSUPP: in strerror_override()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/external/libnl/lib/
Derror.c101 case EOPNOTSUPP: return NLE_OPNOTSUPP; in nl_syserr2nlerr()

123