/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 125 #ifndef EUSERS 126 #define EUSERS (MHDW32ERRBASE+28) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 74 #undef EUSERS 75 #define EUSERS WSAEUSERS macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 82 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/ |
D | linux_error.hpp | 86 too_many_users = EUSERS,
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 86 #define EUSERS 94 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 138 #define EUSERS 87 /* Too many users */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 86 #define EUSERS 94 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 86 #define EUSERS 94 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 88 #define EUSERS 87 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 87 #define EUSERS 87 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 87 #define EUSERS 87 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 87 #define EUSERS 87 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 88 #define EUSERS 87 macro
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 95 #define EUSERS 87 /* Too many users */ macro
|
/third_party/ltp/lib/ |
D | errnos.h | 120 PAIR(EUSERS) in tst_strerrno()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | errno_str.c | 101 ERRNO_MSG(EUSERS, "Too many users"),
|
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/ |
D | _wsa_errnos.h | 220 #define EUSERS WSAEUSERS
|
/third_party/python/Modules/ |
D | errnomodule.c | 166 #ifdef EUSERS in errno_exec() 167 add_errcode("EUSERS", EUSERS, "Too many users"); in errno_exec()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 457 #define EUSERS WSAEUSERS macro
|
/third_party/cares/ |
D | setup_once.h | 518 #define EUSERS WSAEUSERS macro
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 518 #define EUSERS WSAEUSERS macro
|
/third_party/python/Doc/library/ |
D | errno.rst | 461 .. data:: EUSERS
|
/third_party/ffmpeg/doc/ |
D | errno.txt | 155 EUSERS +++... Too many users
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.c | 1282 #ifdef EUSERS 1283 case EUSERS: return "too many users";
|