Searched refs:EPROTOTYPE (Results 1 – 25 of 58) sorted by relevance
123
53 if (errno != EPROTOTYPE) in main()63 if (errno != EPROTOTYPE) in main()78 if (errno != EPROTOTYPE) in main()88 if (errno != EPROTOTYPE) in main()
239 # ifndef EPROTOTYPE240 # define EPROTOTYPE 9941 macro
97 EPROTOTYPE = 91 variable230 EPROTOTYPE: 'Protocol wrong type for socket',
209 #undef EPROTOTYPE210 #define EPROTOTYPE WSAEPROTOTYPE macro
112 inline int EPROTOTYPE = 41; variable113 #pragma D binding "1.0" EPROTOTYPE287 errno == EPROTOTYPE ? "Protocol wrong type for socket" :
60 if (errno != EPROTOTYPE) in main()
33 assert exc_info.value.errno == errno.EPROTOTYPE
101 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
87 $ EPROTOTYPE
89 $ EPROTOTYPE
121 ATF_CHECK_EQ(errno, EPROTOTYPE); in ATF_TC_BODY()
265 wrong_protocol_type = EPROTOTYPE}; in _LIBCPP_DECLARE_STRONG_ENUM()
90 [EPROTOTYPE] = -LINUX_EPROTOTYPE,273 [LINUX_EPROTOTYPE] = EPROTOTYPE,
89 ENTRY(EPROTOTYPE),