Searched refs:ERR_LIB_SYS (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_str.c125 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"},
284 ERR_load_strings(ERR_LIB_SYS, ERR_str_functs);
286 ERR_load_strings(ERR_LIB_SYS, SYS_str_reasons);
H A Derr.h108 # define ERR_LIB_SYS 2 macro
148 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
206 # define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c2132 if (ERR_GET_LIB(l) == ERR_LIB_SYS)

Completed in 140 milliseconds