Searched refs:tdelete (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | search_h.c | 60 FUNCTION(tdelete, void* (*f)(const void*, void**, int (*)(const void*, const void*))); in search_h()
|
/bionic/tests/ |
D | search_test.cpp | 133 TEST(search, tdelete) { in TEST() argument 141 ASSERT_EQ(nullptr, tdelete(¬_there, &root, pod_node_cmp)); in TEST() 142 ASSERT_NE(nullptr, tdelete(&n1, &root, pod_node_cmp)); in TEST()
|
/bionic/libc/include/ |
D | search.h | 177 void* _Nullable tdelete(const void* _Nonnull __key, void* _Nullable * _Nullable __root_ptr, int (* …
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 53 tdelete(const void *vkey, void **vrootp, in tdelete() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1058 tdelete
|
/bionic/docs/ |
D | status.md | 279 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
|
/bionic/libc/ |
D | libc.map.txt | 1069 tdelete;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1069 tdelete;
|