Searched refs:EPROTONOSUPPORT (Results 1 – 3 of 3) sorted by relevance
48 if (result == -1 && errno == EPROTONOSUPPORT) in __pipe2()
78 EPROTONOSUPPORT = 0x4000002b, /* Protocol not supported */ enumerator275 #define EPROTONOSUPPORT 0x4000002b macro
303 #ifdef EPROTONOSUPPORT308 _S(EPROTONOSUPPORT, N_("Protocol not supported"))
Completed in 10 milliseconds