Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dtwalk.c22 typedef void (*cmp_fn_t)(const posix_tnode *, VISIT, int); typedef
26 trecurse(const posix_tnode *root, cmp_fn_t action, int level) in trecurse()
44 twalk(const posix_tnode *vroot, cmp_fn_t action) in twalk()