Home
last modified time | relevance | path

Searched refs:tsearch (Results 1 – 25 of 25) sorted by relevance

/freebsd-14-stable/lib/libc/stdlib/
HDMakefile.inc18 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
45 tsearch.3
70 MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3
HDSymbol.map75 tsearch;
HDtsearch.c33 tsearch(const void *key, posix_tnode **rootp, in tsearch() function
/freebsd-14-stable/lib/libc/tests/stdlib/
HDtsearch_test.c127 *(int **)tsearch(&key, &root, compar)); in ATF_TC_BODY()
129 ATF_CHECK_EQ(&keys[key], *(int **)tsearch( in ATF_TC_BODY()
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDMakefile.am36 tsearch-test
44 libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
62 tsearch_test_SOURCES = tsearch-test.c
HDMakefile.in61 timegm.c tsearch.c unsetenv.c verr.c verrx.c vsyslog.c vwarn.c \
72 tsearch-test$(EXEEXT)
204 libtest_la-snprintf.lo libtest_la-tsearch.lo
271 am_tsearch_test_OBJECTS = tsearch_test-tsearch-test.$(OBJEXT)
571 libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
584 tsearch_test_SOURCES = tsearch-test.c
777 tsearch-test$(EXEEXT): $(tsearch_test_OBJECTS) $(tsearch_test_DEPENDENCIES)
778 @rm -f tsearch-test$(EXEEXT)
856 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tsearch.Plo@am__quote@
925 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtest_la-tsearch.Plo@am__quote@
[all …]
HDroken.h.in1126 #define tsearch(a,b,c) rk_tsearch(a,b,c) macro
/freebsd-14-stable/include/
HDsearch.h72 tsearch(const void *, posix_tnode **,
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDnew_pair.c217 tsearch(last, &sp->_ordered_pairs, compare_data); in _nc_reset_color_pair()
258 tsearch(target + n, &sp->_ordered_pairs, compare_data); in _nc_copy_pairs()
/freebsd-14-stable/contrib/tcsh/
HDsh.file.c70 static size_t tsearch (Char *, COMMAND, size_t);
498 tsearch(Char *word, COMMAND command, size_t max_word_length) in tsearch() function
722 numitems = tsearch(word_start, command, space_left); in tenex()
/freebsd-14-stable/sys/contrib/openzfs/etc/systemd/system-generators/
HDzfs-mount-generator.c606 if (tsearch(mountfile, &noauto_files, STRCMP) == NULL) in line_worker()
765 if (!name || !tsearch(name, &known_pools, STRCMP)) { in pool_enumerator()
/freebsd-14-stable/sys/contrib/openzfs/module/zcommon/
HDzfeature_common.c215 if (tsearch(name, &ret->tree, STRCMP) == NULL) { in zfs_mod_list_supported()
/freebsd-14-stable/contrib/dialog/
HDconfigure.in222 tsearch \
HDinputstr.c179 (void) tsearch(p, &sorted_cache, compare_cache); in make_cache()
HDconfigure9104 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
24014 tsearch \
HDCHANGES1313 + improve cache performance for inputstr.c using tsearch() rather than
HDaclocal.m454 strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_tparm.c660 if (tsearch(fs, &MyCache, cmp_format) != 0) { in tparm_setup()
/freebsd-14-stable/contrib/ofed/librdmacm/
HDrsocket.c1482 tsearch(&qp->dest.addr, &qp->rs->dest_map, ds_compare_addr); in ds_add_qp_dest()
1606 tdest = tsearch(&new_dest->addr, &rs->dest_map, ds_compare_addr); in ds_get_dest()
/freebsd-14-stable/crypto/heimdal/include/
HDconfig.h.in1133 /* Define if you have the function `tsearch'. */
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc5990 INTERCEPTOR(void *, tsearch, void *key, void **rootp,
5993 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar);
5997 void *res = REAL(tsearch)(key, rootp, compar);
6002 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
/freebsd-14-stable/contrib/ncurses/
HDconfigure.in1847 tsearch \
HDNEWS2804 + reduce memory used for tsearch
2842 + use tsearch to improve time for loading color table for images.
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt3173 fun:tsearch=uninstrumented
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs.abi8933 <function-decl name='tsearch' visibility='default' binding='global' size-in-bits='64'>