Home
last modified time | relevance | path

Searched refs:ERR_LIB_UI (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/crypto/ui/
HDui_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
/NextBSD/crypto/openssl/crypto/err/
HDerr.h190 # define ERR_LIB_UI 40 macro
226 # define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__)
286 # define ERR_R_UI_LIB ERR_LIB_UI/* 40 */