HomeSort by relevance Sort by last modified time
    Searched refs:tsearch (Results 1 - 15 of 15) sorted by null

  /bionic/libc/include/
search.h 34 void *tsearch(const void *, void **, int (*)(const void *, const void *));
  /bionic/libc/upstream-netbsd/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
  /external/elfutils/libdw/
libdw_findcu.c 143 if (tsearch (newp, &dbg->cu_tree, findcu_cb) == NULL)
dwarf_getlocation.c 335 (void) tsearch (newp, &cu->locs, loc_compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 114 /* The tsearch routines are very interesting. They make many
118 /* For tsearch */
130 extern void *tsearch (__const void *__key, void **__rootp,
  /external/elfutils/libcpu/
i386_parse.y 272 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
273 error (EXIT_FAILURE, 0, "tsearch");
310 if (tsearch ($4, &mnemonics,
312 error (EXIT_FAILURE, errno, "tsearch");
344 if (tsearch (ns, &suffixes, compare_suf)
346 error (EXIT_FAILURE, errno, "tsearch");
582 if (tsearch (newp, &bitfields, bitfield_compare) == NULL)
917 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL)
918 error (EXIT_FAILURE, errno, "tsearch");
930 if (tsearch (newp, &strs[i], compare_argstring) == NULL
    [all...]
i386_parse.c     [all...]
  /external/elfutils/src/
findtextrel.c 516 tsearch (src, knownsrcs, ptrcompare);
571 tsearch (lowstr, knownsrcs, ptrcompare);
nm.c 539 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global,
698 if (tsearch (newp, &local_root, local_compare) == NULL)
    [all...]
  /external/elfutils/libdwfl/
cu.c 193 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey);
  /external/e2fsprogs/intl/
dcigettext.c 245 only if the system provides the `tsearch' function family. */
252 # define tsearch __tsearch macro
667 tsearch (newp, &root, transcmp);
    [all...]
  /bionic/libc/
Android.mk 358 upstream-netbsd/libc/stdlib/tsearch.c \
  /external/e2fsprogs/
configure     [all...]

Completed in 677 milliseconds