| /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
|
| 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/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| trim_map.c | 207 trim_seg_t tsearch, *ts_before, *ts_after, *ts; local 215 tsearch.ts_start = start; 216 tsearch.ts_end = end; 218 ts = avl_find(&tm->tm_queued_frees, &tsearch, &where); 339 trim_seg_t tsearch, *ts; local 348 tsearch.ts_start = start; 349 tsearch.ts_end = end; 356 ts = avl_find(&tm->tm_inflight_frees, &tsearch, NULL); 363 ts = avl_find(&tm->tm_queued_frees, &tsearch, NULL); 370 ts = avl_find(&tm->tm_queued_frees, &tsearch, NULL) [all...] |
| /src/lib/libintl/ |
| gettext_iconv.c | 81 if (tsearch(c, &cacheroot, cache_cmp) == NULL) {
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| setenv.c | 61 # define tsearch __tsearch macro 84 tsearch (Str, &known_values, (compar_fn_t) strcmp)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| setenv.c | 61 # define tsearch __tsearch macro 84 tsearch (Str, &known_values, (compar_fn_t) strcmp)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| setenv.c | 64 # define tsearch __tsearch macro 87 tsearch (Str, &known_values, (compar_fn_t) strcmp)
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| setenv.c | 67 # define tsearch __tsearch macro 90 tsearch (Str, &known_values, (compar_fn_t) strcmp)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| setenv.c | 67 # define tsearch __tsearch macro 90 tsearch (Str, &known_values, (compar_fn_t) strcmp)
|
| /src/external/gpl2/groff/dist/src/roff/groff/ |
| groff.cpp | 725 "-Fdir\tsearch dir for device directories\n" 726 "-Mdir\tsearch dir for macro files\n" 745 "-Idir\tsearch dir for soelim, troff, and grops. Implies -s\n"
|
| /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 677 numitems = tsearch(word_start, command, space_left);
|
| /src/external/gpl2/grep/dist/intl/ |
| dcigettext.c | 223 only if the system provides the `tsearch' function family. */ 230 # define tsearch __tsearch macro 645 tsearch (newp, &root, transcmp);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| NTMakefile | 112 $(OBJ)\tsearch.obj \
|
| roken.h.in | 1229 #define tsearch(a,b,c) rk_tsearch(a,b,c)
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| dcigettext.c | 267 only if the system provides the `tsearch' function family. */ 276 # define tsearch __tsearch macro 580 /* Since tfind/tsearch manage a balanced tree, concurrent tfind and 581 tsearch calls can be fatal. */ 819 tsearch (newp, &root, transcmp);
|
| /src/external/gpl2/texinfo/dist/intl/ |
| dcigettext.c | 244 only if the system provides the `tsearch' function family. */ 251 # define tsearch __tsearch macro 666 tsearch (newp, &root, transcmp);
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| dcigettext.c | 240 only if the system provides the `tsearch' function family. */ 247 # define tsearch __tsearch macro 671 tsearch (newp, &root, transcmp);
|
| /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);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 5979 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 5982 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 5986 void *res = REAL(tsearch)(key, rootp, compar); 5991 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 6050 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 6053 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 6057 void *res = REAL(tsearch)(key, rootp, compar); 6062 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/ |
| configure | 24908 stpcpy strcasecmp strdup strtoul tsearch argz_count argz_stringify \ 33247 for ac_func in tsearch [all...] |
| /src/external/gpl2/texinfo/dist/ |
| configure | 11550 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
|
| /src/external/gpl2/xcvs/dist/ |
| configure | 13366 for ac_func in tsearch 13368 ac_fn_c_check_func "$LINENO" "tsearch" "ac_cv_func_tsearch"
|
| /src/external/gpl2/gettext/dist/gettext-tools/ |
| configure | 25566 stpcpy strcasecmp strdup strtoul tsearch argz_count argz_stringify \ [all...] |