Home
last modified time | relevance | path

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

12

/third_party/gettext/gettext-runtime/intl/
Dtsearch.h47 extern void * tsearch (const void *key, void **vrootp,
Dtsearch.c102 # define __tsearch tsearch
321 weak_alias (__tsearch, tsearch)
Ddcigettext.c165 # define tsearch libintl_tsearch macro
173 # define tsearch __tsearch macro
883 tsearch (newp, &root, transcmp); in gl_dcigettext()
DMakefile.am433 …set.h $(srcdir)/plural-exp.h $(srcdir)/hash-string.h $(srcdir)/tsearch.h $(srcdir)/tsearch.c $(src…
DChangeLog.0866 * tsearch.c: Untabify.
867 * tsearch.h: Untabify.
1675 * tsearch.c [!IN_LIBINTL]: Include search.h instead of tsearch.h.
1856 * tsearch.h: New file, from gnulib.
1857 * tsearch.c: New file, from gnulib.
1858 * dcigettext.c [!HAVE_TSEARCH]: Include tsearch.h and tsearch.c.
1860 (DCIGETTEXT): Assume tsearch exists.
1861 * Makefile.in (HEADERS): Add tsearch.h, tsearch.c.
2475 * dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
4396 only those having tsearch.
[all …]
/third_party/skia/third_party/externals/microhttpd/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
/third_party/musl/porting/uniproton/kernel/include/
Dsearch.h47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/third_party/musl/ndk_musl_include/
Dsearch.h47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/third_party/musl/include/
Dsearch.h47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsearch.h47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/third_party/musl/porting/liteos_m/kernel/include/
Dsearch.h47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
/third_party/musl/libc-test/src/functionalext/supplement/search/
Dtdestroy.c69 val = tsearch((void *)ptr, &root, cmp_node); in tdestroy_0100()
/third_party/musl/libc-test/src/api/
Dsearch.c35 {void*(*p)(const void*,void**,int(*)(const void*,const void*)) = tsearch;} in f()
/third_party/skia/third_party/libmicrohttpd/
DBUILD.gn24 "../externals/microhttpd/src/microhttpd/tsearch.c",
/third_party/flutter/skia/third_party/libmicrohttpd/
DBUILD.gn24 "../externals/microhttpd/src/microhttpd/tsearch.c",
/third_party/alsa-lib/include/
Dsearch.h130 extern void *tsearch __PMT ((__const void *__key, void **__rootp,
/third_party/musl/src/search/
Dtsearch.c62 void *tsearch(const void *key, void **rootp, in tsearch() function
/third_party/musl/libc-test/src/functional/
Dsearch_tsearch.c73 p = tsearch(cur++, &root, cmp); in set()
/third_party/gettext/
DBUILD.gn65 "//third_party/gettext/gettext-runtime/intl/tsearch.c",
/third_party/libnl/lib/route/
Dclassid.c296 if (!tsearch((void *) map, &id_root, &compare_id)) { in classid_map_add()
/third_party/gettext/gettext-runtime/m4/
Dintl.m4241 stpcpy strcasecmp strdup strtoul tsearch __fsetlocking])
/third_party/musl/
Dlibc.map.txt1821 tsearch;
DWHATSNEW1658 - tdelete left tsearch trees misbalanced
1659 - tsearch crashed on allocation failure
1660 - tsearch, tfind, and tdelete failed to handle null pointer input
2006 - new tsearch AVL tree implementation, smaller and faster

12