#include <sys/cdefs.h>#include <tsearch.h>#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | _SEARCH_PRIVATE |
Functions | |
| void * | tsearch (void *vkey, void **vrootp, int *compar) const |
| void * | tfind (void *vkey, void *const *vrootp, int *compar) const |
| void * | tdelete (const void *__restrict vkey, void **__restrict vrootp, int(*compar)(const void *, const void *)) |
| void* tdelete | ( | const void *__restrict | vkey, | |
| void **__restrict | vrootp, | |||
| int(*)(const void *, const void *) | compar | |||
| ) |
Definition at line 85 of file tsearch.c.
References node::llink, NULL, and node::rlink.
| void* tfind | ( | void * | vkey, | |
| void * const * | vrootp, | |||
| int * | compar | |||
| ) | const |
Definition at line 55 of file tsearch.c.
References node::llink, NULL, and node::rlink.
| void* tsearch | ( | void * | vkey, | |
| void ** | vrootp, | |||
| int * | compar | |||
| ) | const |
Definition at line 21 of file tsearch.c.
References node::key, node::llink, NULL, and node::rlink.
1.6.1