Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dtwalk.c26 trecurse(const posix_tnode *root, cmp_fn_t action, int level) in trecurse() function
34 trecurse(root->llink, action, level + 1); in trecurse()
37 trecurse(root->rlink, action, level + 1); in trecurse()
47 trecurse(vroot, action, 0); in twalk()
/freebsd/crypto/heimdal/lib/roken/
H A Dtsearch.c77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse() function
86 trecurse(root->llink, action, level + 1); in trecurse()
89 trecurse(root->rlink, action, level + 1); in trecurse()
105 trecurse(vroot, action, 0); in rk_twalk()