Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtfind.c24 tfind(const void *vkey, void * const *vrootp, in tfind() argument
28 node **rootp = (node **)vrootp; in tfind()
Dtsearch.c25 tsearch(const void *vkey, void **vrootp, in tsearch() argument
30 node **rootp = (node **)vrootp; in tsearch()
54 tdelete(const void *vkey, void **vrootp, in tdelete() argument
57 node **rootp = (node **)vrootp; in tdelete()