Searched refs:cur_test_outcome (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dtinytest.c77 static enum outcome cur_test_outcome = 0; variable in typeref:enum:outcome
104 cur_test_outcome = OK;
106 outcome = cur_test_outcome;
465 cur_test_outcome = 0;
471 if (cur_test_outcome==OK)
472 cur_test_outcome = SKIP;
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c77 static enum outcome cur_test_outcome = 0; variable in typeref:enum:outcome
104 cur_test_outcome = OK;
106 outcome = cur_test_outcome;
465 cur_test_outcome = 0;
471 if (cur_test_outcome==OK)
472 cur_test_outcome = SKIP;

Completed in 178 milliseconds