Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtsearch.c24 tsearch(const void *vkey, void **vrootp, in tsearch() argument
29 node **rootp = (node **)vrootp; in tsearch()
53 tdelete(const void *vkey, void **vrootp, in tdelete() argument
56 node **rootp = (node **)vrootp; in tdelete()
Dtfind.c23 tfind(const void *vkey, void * const *vrootp, in tfind() argument
27 node **rootp = (node **)vrootp; in tfind()