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

/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dtfind.c26 tfind(vkey, vrootp, compar)
28 void * const *vrootp; /* address of the tree root */
31 node_t * const *rootp = (node_t * const*)vrootp;
H A Dtsearch.c26 tsearch(vkey, vrootp, compar)
28 void **vrootp; /* address of tree root */
32 node_t **rootp = (node_t **)vrootp;
H A Dtdelete.c27 tdelete(vkey, vrootp, compar)
29 void **vrootp; /* address of the root of tree */
32 node_t **rootp = (node_t **)vrootp;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch.c38 * vrootp: address of tree root
42 rk_tsearch(const void *vkey, void **vrootp, argument
46 node_t **rootp = (node_t **)vrootp;
114 * vrootp: address of the root of the tree
118 rk_tdelete(const void * __restrict vkey, void ** __restrict vrootp, argument
121 node_t **rootp = (node_t **)vrootp;
161 * vrootp: address of the tree root
164 rk_tfind(const void *vkey, void * const *vrootp, argument
167 node_t **rootp = (node_t **)vrootp;

Completed in 124 milliseconds