Searched refs:tfind (Results 1 – 4 of 4) sorted by relevance
/misc/ |
A D | tst-tsearch.c | 295 if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) in mangle_tree() 302 || tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree() 317 elem = tfind (x + j, (void *const *) root, cmp_fn); in mangle_tree() 326 if (tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
|
A D | search.h | 134 extern void *tfind (const void *__key, void *const *__rootp,
|
A D | Versions | 77 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
|
A D | tsearch.c | 396 weak_alias (__tfind, tfind) in weak_alias() argument
|
Completed in 9 milliseconds