Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c102 struct cleanup_func { struct
106 struct cleanup_func *next; argument
108 static struct cleanup_func *cleanup_funcs = NULL;
292 struct cleanup_func *current; in finish()
998 struct cleanup_func *cleanup, **last; in register_cleanup()
1000 cleanup = bcalloc_type(1, struct cleanup_func); in register_cleanup()