Searched refs:_LIBCPP_ELAST (Results 1 – 3 of 3) sorted by relevance
20 #define _LIBCPP_ELAST ELAST macro22 #define _LIBCPP_ELAST __ELASTERROR macro24 #define _LIBCPP_ELAST 4095 macro28 #define _LIBCPP_ELAST ESTALE macro30 #define _LIBCPP_ELAST _sys_nerr macro
72 #ifdef _LIBCPP_ELAST in message()73 if (ev > _LIBCPP_ELAST) in message()104 #ifdef _LIBCPP_ELAST in message()105 if (ev > _LIBCPP_ELAST) in message()114 #ifdef _LIBCPP_ELAST in default_error_condition()115 if (ev > _LIBCPP_ELAST) in default_error_condition()
60 #ifdef _LIBCPP_ELAST in message()61 && ev <= _LIBCPP_ELAST in message()