Searched defs:errc (Results 1 – 10 of 10) sorted by relevance
144 _LIBCPP_DECLARE_STRONG_ENUM(errc){ in _LIBCPP_DECLARE_STRONG_ENUM() argument
35 enum class errc { enum
40 errc errc; in __win_err_to_errc() member [all...]
502 uint8_t errc = GetHexU8(255); in GetStatus() local
48 errc(int eval, int code, const char *fmt, ...) in errc() function
84 errc(int eval, int code, const char *fmt, ...) in errc() function
80 #define NLRETERR(errc) { errno = errc; return (NLERR); } argument
1090 if (std::error_code errc = SaveCore() local
1070 if (std::error_code errc = in SaveCore() local
3738 sanitize_fdset(int errc) global() argument