Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_constants.c9 check_int(ccapi_version_2, 2); in check_constants()
10 check_int(ccapi_version_3, 3); in check_constants()
11 check_int(ccapi_version_4, 4); in check_constants()
12 check_int(ccapi_version_5, 5); in check_constants()
13 check_int(ccapi_version_6, 6); in check_constants()
17 check_int(ccNoError , 0 ); // 0 in check_constants()
18 check_int(ccIteratorEnd , 201); // 201 in check_constants()
19 check_int(ccErrBadParam , 202); // 202 in check_constants()
20 check_int(ccErrNoMem , 203); // 203 in check_constants()
21 check_int(ccErrInvalidContext , 204); // 204 in check_constants()
[all …]
H A Dtest_ccapi_check.h11 #define check_int(a, b) \ macro