Searched defs:tfind (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | tfind.c | 42 /* tfind - find a node, or return 0 */ 44 tfind(key, rootp, compar) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tfind.c | 39 #pragma weak _tfind = tfind 51 /* tfind - find a node, or return 0 */ 58 tfind(const void *ky, void *const *rtp, function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 42 #define tfind ______tfind macro 49 #undef tfind macro 137 Void_t* tfind(const Void_t* key, Void_t*const* rootp, function 140 Void_t* tfind(key, rootp, comparf)
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1253 tfind.3c \ 2367 tfind.3c := LINKSRC = tsearch.3c
|
Completed in 60 milliseconds