Searched defs:tsearch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dtsearch.c52 tsearch(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER)) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c41 #pragma weak _tsearch = tsearch
62 tsearch(const void *ky, void **rtp, int (*compar)()) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dtsearch.c23 * tsearch() for systems that have <search.h> but no tsearch()
43 #define tsearch ______tsearch macro
50 #undef tsearch macro
55 /* POSIX tsearch library based on libcdt
101 Void_t* tsearch(const Void_t* key, Void_t** rootp, function
104 Void_t* tsearch(key, rootp, comparf)
117 /* dangerous to set comparf on each call but that's tsearch */

Completed in 61 milliseconds