Searched refs:ERR_GET_FUNC (Results 1 – 8 of 8) sorted by relevance
5 ERR_GET_LIB, ERR_GET_FUNC, ERR_GET_REASON - get library, function and14 int ERR_GET_FUNC(unsigned long e);21 number, function code and reason code. ERR_GET_LIB(), ERR_GET_FUNC()36 ERR_GET_LIB(), ERR_GET_FUNC() and ERR_GET_REASON() are macros.48 ERR_GET_LIB(), ERR_GET_FUNC() and ERR_GET_REASON() are available in
21 int ERR_GET_FUNC(unsigned long e);
830 f=ERR_GET_FUNC(e); in ERR_error_string_n()922 f=ERR_GET_FUNC(e); in ERR_func_error_string()952 ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l); in err_hash()
171 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro
314 ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY && in MAIN()
501 ERR_GET_LIB.3 ERR_GET_FUNC.3 \
1212 ./man3/ERR_GET_FUNC.htm
4488 ./usr/share/man/cat3/ERR_GET_FUNC.0