Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_globals.h21 extern const char *current_test_activity;
30 current_test_activity = NULL; \
43 current_test_activity = x; \
49 current_test_activity = NULL; \
H A Dtest_ccapi_check.c18 if (current_test_activity) { in _check_if()
19 fprintf(stdout, " (%s)", current_test_activity); in _check_if()
H A Dtest_ccapi_globals.c8 const char *current_test_activity; variable