Searched refs:tfind (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtfind.c39 #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/libbc/libc/gen/common/
H A Dtfind.c42 /* tfind - find a node, or return 0 */
44 tfind(key, rootp, compar) function
/illumos-gate/usr/src/head/
H A Dsearch.h68 void *tfind(const void *, void *const *, int (*)(const void *, const void *));
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Disterminfo.c122 if (tfind(type, (A2)&hit_cache, (A3)strcmp))
127 if (tfind(type, (A2)&miss_cache, (A3)strcmp))
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dtsearch.c42 #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/cmd/tnf/prex/
H A Dlist.c351 ret_pp = tfind((void *) an_p, &args_p->attrroot_p, attrcompare);
396 ret_pp = tfind((void *) vn_p, &an_p->valsroot_p, valscompare);
/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c202 find_pp = (decode_key_t **) tfind(&key, &hndl->decoderoot,
491 find_pp = (comb_key_t **) tfind(&key, &hndl->buildroot, comb_compare);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile85 telldir.o tfind.o time.o tsearch.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com601 tfind.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com592 tfind.o \
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c646 while (tp = tfind(&dummy, tp_tree, any_compar)) {
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile568 tfind.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile1253 tfind.3c \
2367 tfind.3c := LINKSRC = tsearch.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1040 /* tfind.c */
1041 void *tfind(const void *ky, void *const *rtp, int (*compar)());
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com635 tfind.o \

Completed in 87 milliseconds