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

1 23

  /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...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 240 only if the system provides the `tsearch' function family. */
247 # define tsearch __tsearch macro
671 tsearch (newp, &root, transcmp);
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 876 found = tsearch (node, &dbg->files_lines, files_lines_compare);
  /external/elfutils/src/
nm.c 555 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global,
715 struct local_name **tres = tsearch (newp, &local_root,
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 45 #include "tsearch.h"
242 * Tree comparison function for IP addresses (supplied to tsearch() family).
334 if (NULL == (nodep = tsearch (key,
    [all...]

Completed in 97 milliseconds

1 23