/src/lib/libc/stdlib/ |
tsearch.c | 1 /* $NetBSD: tsearch.c,v 1.7 2012/06/25 22:32:45 abs Exp $ */ 16 __RCSID("$NetBSD: tsearch.c,v 1.7 2012/06/25 22:32:45 abs Exp $"); 26 tsearch(const void *vkey, void **vrootp, function in typeref:typename:void *
|
Makefile.inc | 18 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \ 62 tsearch.3 \ 113 MLINKS+=tsearch.3 tfind.3 tsearch.3 twalk.3 tsearch.3 tdelete.3
|
/src/include/ |
search.h | 83 void *tsearch(const void *, void **,
|
/src/lib/libintl/ |
gettext_iconv.c | 81 if (tsearch(c, &cacheroot, cache_cmp) == NULL) {
|
/src/bin/csh/ |
file.c | 98 static size_t tsearch(Char *, COMMAND, size_t); 480 tsearch(Char *word, COMMAND command, size_t max_word_length) function in typeref:typename:size_t 677 numitems = tsearch(word_start, command, space_left);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 5675 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 5678 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 5682 void *res = REAL(tsearch)(key, rootp, compar); 5687 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
|