Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/tests/
H A Druntests.c1530 struct testlist *failhead = NULL; in test_batch() local
1588 if (failhead == NULL) { in test_batch()
1589 failhead = xcalloc(1, struct testlist); in test_batch()
1590 failtail = failhead; in test_batch()
1606 if (failhead != NULL) { in test_batch()
1607 test_fail_summary(failhead); in test_batch()
1608 while (failhead != NULL) { in test_batch()
1609 next = failhead->next; in test_batch()
1610 free(failhead); in test_batch()
1611 failhead = next; in test_batch()