Searched refs:ERR_LIB_SYS (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/crypto/err/ |
| HD | err.h | 161 # 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 */
|
| HD | err.c | 131 {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/ |
| HD | ssl_lib.c | 2688 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 8169 *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table
|