#include <sys/cdefs.h>
#include <tsearch.h>
#include <stdlib.h>
Go to the source code of this file.
|
| 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 |
|
) |
| |
| void* tfind |
( |
void * |
vkey, |
|
|
void * const * |
vrootp, |
|
|
int * |
compar |
|
) |
| const |
| void* tsearch |
( |
void * |
vkey, |
|
|
void ** |
vrootp, |
|
|
int * |
compar |
|
) |
| const |