Lines Matching full:void
37 void *tdelete(const void * __restrict, void ** __restrict,
38 int (*)(const void *, const void *));
39 void *tfind(const void *, void * const *,
40 int (*)(const void *, const void *));
41 void *tsearch(const void *, void **, int (*)(const void *, const void *));
42 void twalk(const void *, void (*)(const void *, VISIT, int));
43 void tdestroy(void *, void (*)(void *));