Searched refs:tsearch (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/haiku-buildtools/gcc/intl/
H A Ddcigettext.c240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h1182 extern void * tsearch(const void *, void **, int (*) (const void *, const void *));
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4344 INTERCEPTOR(void *, tsearch, void *key, void **rootp,
4347 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar);
4351 void *res = REAL(tsearch)(key, rootp, compar);
4356 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);

Completed in 256 milliseconds