Searched refs:ERR_SYSTEM_ERROR (Results 1 – 5 of 5) sorted by relevance
239 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0) macro243 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_LIB()250 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_RFLAGS()257 if (ERR_SYSTEM_ERROR(errcode)) in ERR_GET_REASON()
241 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0) macro245 if (ERR_SYSTEM_ERROR(errcode))252 if (ERR_SYSTEM_ERROR(errcode))259 if (ERR_SYSTEM_ERROR(errcode))
167 if (ERR_SYSTEM_ERROR(err)) { in OSSL_CMP_print_errors_cb()
547 if (ERR_SYSTEM_ERROR(e)) { in ossl_err_string_int()627 if (ERR_SYSTEM_ERROR(e)) in ERR_reason_error_string()
1515 To distinguish them, the macro `ERR_SYSTEM_ERROR()` indicates if the