Home
last modified time | relevance | path

Searched refs:ERR_PUT_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Derr.h39 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) macro
41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0)
H A Derr.h.in41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) macro
43 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0)
/freebsd/crypto/openssl/test/
H A Derrtest.c68 ERR_PUT_error(ERR_LIB_SYS, 0, syserr, file, line); in test_print_error_format()