/external/libmicrohttpd/src/microhttpd/ |
D | Makefile.in | 89 @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)/'…
|
D | tsearch.h | 45 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
D | tsearch.c | 23 tsearch(vkey, vrootp, compar) in tsearch() function
|
D | daemon.c | 334 if (NULL == (nodep = tsearch (key, in MHD_ip_limit_add()
|
/external/compiler-rt/test/msan/ |
D | tsearch.cc | 26 void *q = tsearch(p, &root, compare); in main()
|
/external/libmicrohttpd/ |
D | Android.mk | 44 src/microhttpd/tsearch.c \
|
D | ChangeLog | 644 Ship our own version of tsearch and friends if not provided by platform,
|
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 112 (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()
|
D | libdw_findcu.c | 124 if (tsearch (newp, tree, findcu_cb) == NULL) in __libdw_intern_next_unit()
|
D | cie.c | 147 if (tsearch (cie, &cache->cie_tree, &compare_cie) == NULL) in intern_new_cie()
|
D | fde.c | 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); in intern_fde()
|
D | dwarf_getmacros.c | 286 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops, in cache_op_table()
|
D | dwarf_getsrclines.c | 876 found = tsearch (node, &dbg->files_lines, files_lines_compare); in __libdw_getsrclines()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 276 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/ |
D | findtextrel.c | 531 tsearch (src, knownsrcs, ptrcompare); in check_rel() 586 tsearch (lowstr, knownsrcs, ptrcompare); in check_rel()
|
D | nm.c | 555 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/ |
D | setenv.m4 | 152 AC_CHECK_FUNCS([tsearch])
|
/external/elfutils/libdwfl/ |
D | cu.c | 202 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); in intern_cu()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 252 # define tsearch __tsearch macro 667 tsearch (newp, &root, transcmp); in DCIGETTEXT()
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 386 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
|
/external/e2fsprogs/lib/ |
D | config.h.in | 459 /* Define to 1 if you have the `tsearch' function. */
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4684 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/ |
D | libc_ubuntu1404_abilist.txt | 3167 fun:tsearch=uninstrumented
|
/external/e2fsprogs/ |
D | aclocal.m4 | 409 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
|
/external/valgrind/ |
D | NEWS | 1095 308427 s390 memcheck reports tsearch cjump/cmove depends on uninit
|