Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_globals.h17 extern unsigned int total_failure_count;
54 total_failure_count += failure_count; \
H A Dmain.c87 …, "\nFinished testing CCAPI. %d failure%s in total.\n", total_failure_count, (total_failure_count in main()
H A Dtest_ccapi_globals.c4 unsigned int total_failure_count = 0; variable