Searched refs:ENOSR (Results 1 – 6 of 6) sorted by relevance
367 # ifndef ENOSR368 # define ENOSR 124 macro544 #ifdef ENOSR545 no_stream_resources = ENOSR,
36 #define ENOSR 63 /* Out of streams resources */ macro
40 #define ENOSR 63 /* Out of streams resources */ macro
1174 #if defined(ENOBUFS) && (!defined(ENOSR) || (ENOBUFS != ENOSR)) in g_strerror()1216 #ifdef ENOSR in g_strerror()1217 case ENOSR: return "out of stream resources"; in g_strerror()
620 #define VKI_ENOSR ENOSR
1629 return (errno == ENOSR)? 0: -1;