Home
last modified time | relevance | path

Searched refs:ERR_LIB_SYS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/openssl/crypto/err/
HDerr.h161 # define ERR_LIB_SYS 2 macro
203 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
263 # define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */
HDerr.c131 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
663 err_load_strings(ERR_LIB_SYS, ERR_str_functs); in ERR_load_ERR_strings()
665 err_load_strings(ERR_LIB_SYS, SYS_str_reasons); in ERR_load_ERR_strings()
/NextBSD/crypto/openssl/ssl/
HDssl_lib.c2688 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
/NextBSD/crypto/openssl/
HDCHANGES8169 *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table