Searched refs:posix_tnode (Results 1 - 6 of 6) sorted by path

/freebsd-current/include/
H A Dsearch.h40 } posix_tnode; typedef in typeref:struct:__posix_tnode
47 typedef void posix_tnode; typedef
66 void *tdelete(const void * __restrict, posix_tnode ** __restrict,
68 posix_tnode *
69 tfind(const void *, posix_tnode * const *,
71 posix_tnode *
72 tsearch(const void *, posix_tnode **,
74 void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int));
/freebsd-current/lib/libc/stdlib/
H A Dtdelete.c67 tdelete(const void *restrict key, posix_tnode **restrict rootp,
71 posix_tnode **leaf, *old, **n, *x, *y, *z, *result;
84 result = (posix_tnode *)1;
H A Dtfind.c28 posix_tnode *
29 tfind(const void *vkey, posix_tnode * const *rootp,
H A Dtsearch.c32 posix_tnode *
33 tsearch(const void *key, posix_tnode **rootp,
37 posix_tnode **leaf, *result, *n, *x, *y, *z;
163 posix_tnode *z = y->llink;
H A Dtwalk.c22 typedef void (*cmp_fn_t)(const posix_tnode *, VISIT, int);
26 trecurse(const posix_tnode *root, cmp_fn_t action, int level)
44 twalk(const posix_tnode *vroot, cmp_fn_t action)
/freebsd-current/lib/libc/tests/stdlib/
H A Dtsearch_test.c38 tnode_assert(const posix_tnode *n)
62 treewalk(const posix_tnode *node, VISIT v, int level)
91 posix_tnode *root = NULL;

Completed in 196 milliseconds