Searched refs:vrootp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Dtfind.c28 tfind(vkey, vrootp, compar)
30 void * const *vrootp; /* address of the tree root */
33 node_t **rootp = (node_t **)vrootp;
H A Dtsearch.c28 tsearch(vkey, vrootp, compar)
30 void **vrootp; /* address of tree root */
34 node_t **rootp = (node_t **)vrootp;
H A Dtdelete.c31 * vrootp: address of the root of the tree
35 tdelete(const void * __restrict vkey, void ** __restrict vrootp, argument
38 node_t **rootp = (node_t **)vrootp;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dtsearch.c36 * vrootp: address of tree root
40 rk_tsearch(const void *vkey, void **vrootp, argument
44 node_t **rootp = (node_t **)vrootp;
112 * vrootp: address of the root of the tree
116 rk_tdelete(const void * vkey, void ** vrootp, argument
119 node_t **rootp = (node_t **)vrootp;
159 * vrootp: address of the tree root
162 rk_tfind(const void *vkey, void * const *vrootp, argument
165 node_t **rootp = (node_t **)vrootp;

Completed in 126 milliseconds