Home
last modified time | relevance | path

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

12

/external/libmicrohttpd/src/microhttpd/
DMakefile.in89 @HAVE_TSEARCH_FALSE@ tsearch.c tsearch.h
168 memorypool.c memorypool.h response.c response.h tsearch.c \
169 tsearch.h postprocessor.c digestauth.c md5.c md5.h basicauth.c \
171 @HAVE_TSEARCH_FALSE@am__objects_1 = libmicrohttpd_la-tsearch.lo
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmicrohttpd_la-tsearch.Plo@am__quote@
891 libmicrohttpd_la-tsearch.lo: tsearch.c
892 …_la-tsearch.lo -MD -MP -MF $(DEPDIR)/libmicrohttpd_la-tsearch.Tpo -c -o libmicrohttpd_la-tsearch.l…
893 …TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmicrohttpd_la-tsearch.Tpo $(DEPDIR)/libmicrohttpd_la-tsearc…
896 …d_la_CFLAGS) $(CFLAGS) -c -o libmicrohttpd_la-tsearch.lo `test -f 'tsearch.c' || echo '$(srcdir)/'…
Dtsearch.h45 void *tsearch(const void *, void **, int (*)(const void *, const void *));
Dtsearch.c23 tsearch(vkey, vrootp, compar) in tsearch() function
Ddaemon.c334 if (NULL == (nodep = tsearch (key, in MHD_ip_limit_add()
/external/compiler-rt/test/msan/
Dtsearch.cc26 void *q = tsearch(p, &root, compare); in main()
/external/libmicrohttpd/
DAndroid.mk44 src/microhttpd/tsearch.c \
DChangeLog644 Ship our own version of tsearch and friends if not provided by platform,
/external/elfutils/libdw/
Ddwarf_getlocation.c112 (void) tsearch (block, cache, loc_compare); in store_implicit_value()
185 found = tsearch (newp, &attr->cu->locs, loc_compare); in check_constant_offset()
582 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
Dlibdw_findcu.c124 if (tsearch (newp, tree, findcu_cb) == NULL) in __libdw_intern_next_unit()
Dcie.c147 if (tsearch (cie, &cache->cie_tree, &compare_cie) == NULL) in intern_new_cie()
Dfde.c122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); in intern_fde()
Ddwarf_getmacros.c286 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops, in cache_op_table()
Ddwarf_getsrclines.c876 found = tsearch (node, &dbg->files_lines, files_lines_compare); in __libdw_getsrclines()
/external/elfutils/libcpu/
Di386_parse.y276 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
314 if (tsearch ($4, &mnemonics,
348 if (tsearch (ns, &suffixes, compare_suf)
586 if (tsearch (newp, &bitfields, bitfield_compare) == NULL) in new_bitfield()
921 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL) in find_numbers()
934 if (tsearch (newp, &strs[i], compare_argstring) == NULL) in find_numbers()
/external/elfutils/src/
Dfindtextrel.c531 tsearch (src, knownsrcs, ptrcompare); in check_rel()
586 tsearch (lowstr, knownsrcs, ptrcompare); in check_rel()
Dnm.c555 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global, in get_global()
715 struct local_name **tres = tsearch (newp, &local_root, in get_local_names()
/external/bison/m4/
Dsetenv.m4152 AC_CHECK_FUNCS([tsearch])
/external/elfutils/libdwfl/
Dcu.c202 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
/external/e2fsprogs/intl/
Ddcigettext.c252 # define tsearch __tsearch macro
667 tsearch (newp, &root, transcmp); in DCIGETTEXT()
/external/libexif/auto-m4/
Dgettext.m4386 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
/external/e2fsprogs/lib/
Dconfig.h.in459 /* Define to 1 if you have the `tsearch' function. */
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4684 INTERCEPTOR(void *, tsearch, void *key, void **rootp,
4687 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar);
4691 void *res = REAL(tsearch)(key, rootp, compar);
4696 #define INIT_TSEARCH COMMON_INTERCEPT_FUNCTION(tsearch);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3167 fun:tsearch=uninstrumented
/external/e2fsprogs/
Daclocal.m4409 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
/external/valgrind/
DNEWS1095 308427 s390 memcheck reports tsearch cjump/cmove depends on uninit

12