Searched refs:tfind (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | search_test.cpp | 86 ASSERT_EQ(nullptr, tfind(&n1, &root, node_cmp)); in TEST() 87 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); in TEST() 88 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST() 95 ASSERT_EQ(i1, tfind(&n1, &root, node_cmp)); in TEST() 96 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); in TEST() 97 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tfind.c | 23 tfind(const void *vkey, void * const *vrootp, in tfind() function
|
/bionic/tests/headers/posix/ |
D | search_h.c | 61 FUNCTION(tfind, void* (*f)(const void*, void* const*, int (*)(const void*, const void*))); in search_h()
|
/bionic/libc/include/ |
D | search.h | 200 void* tfind(const void* __key, void* const* __root_ptr, int (*__comparator)(const void*, const void…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1061 tfind
|
/bionic/docs/ |
D | status.md | 222 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1076 tfind;
|
/bionic/libc/ |
D | libc.map.txt | 1076 tfind;
|
D | Android.bp | 531 "upstream-openbsd/lib/libc/stdlib/tfind.c",
|