Home
last modified time | relevance | path

Searched refs:EUSERS (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h125 #ifndef EUSERS
126 #define EUSERS (MHDW32ERRBASE+28) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h74 #undef EUSERS
75 #define EUSERS WSAEUSERS macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c82 case WSAEUSERS: return EUSERS; in MHD_W32_errno_from_winsock_()
176 case EUSERS: in MHD_W32_strerror_()
516 case EUSERS: in MHD_W32_set_last_winsock_error_()
/third_party/boost/boost/system/
Dlinux_error.hpp86 too_many_users = EUSERS,
/third_party/musl/arch/mips/bits/
Derrno.h86 #define EUSERS 94 macro
/third_party/lwip/src/include/lwip/
Derrno.h138 #define EUSERS 87 /* Too many users */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h86 #define EUSERS 94 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h86 #define EUSERS 94 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h88 #define EUSERS 87 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h87 #define EUSERS 87 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h87 #define EUSERS 87 macro
/third_party/musl/arch/generic/bits/
Derrno.h87 #define EUSERS 87 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h88 #define EUSERS 87 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h95 #define EUSERS 87 /* Too many users */ macro
/third_party/ltp/lib/
Derrnos.h120 PAIR(EUSERS) in tst_strerrno()
/third_party/uboot/u-boot-2020.01/lib/
Derrno_str.c101 ERRNO_MSG(EUSERS, "Too many users"),
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/
D_wsa_errnos.h220 #define EUSERS WSAEUSERS
/third_party/python/Modules/
Derrnomodule.c166 #ifdef EUSERS in errno_exec()
167 add_errcode("EUSERS", EUSERS, "Too many users"); in errno_exec()
/third_party/curl/lib/
Dcurl_setup_once.h457 #define EUSERS WSAEUSERS macro
/third_party/cares/
Dsetup_once.h518 #define EUSERS WSAEUSERS macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h518 #define EUSERS WSAEUSERS macro
/third_party/python/Doc/library/
Derrno.rst461 .. data:: EUSERS
/third_party/ffmpeg/doc/
Derrno.txt155 EUSERS +++... Too many users
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1282 #ifdef EUSERS
1283 case EUSERS: return "too many users";