/third_party/gettext/gettext-runtime/intl/ |
D | tsearch.h | 47 extern void * tsearch (const void *key, void **vrootp,
|
D | tsearch.c | 102 # define __tsearch tsearch 321 weak_alias (__tsearch, tsearch)
|
D | dcigettext.c | 165 # define tsearch libintl_tsearch macro 173 # define tsearch __tsearch macro 883 tsearch (newp, &root, transcmp); in gl_dcigettext()
|
D | Makefile.am | 433 …set.h $(srcdir)/plural-exp.h $(srcdir)/hash-string.h $(srcdir)/tsearch.h $(srcdir)/tsearch.c $(src…
|
D | ChangeLog.0 | 866 * 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/ |
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
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | search.h | 47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
/third_party/musl/ndk_musl_include/ |
D | search.h | 47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
/third_party/musl/include/ |
D | search.h | 47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | search.h | 47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | search.h | 47 void *tsearch(const void *, void **, int (*)(const void *, const void *));
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
D | tdestroy.c | 69 val = tsearch((void *)ptr, &root, cmp_node); in tdestroy_0100()
|
/third_party/musl/libc-test/src/api/ |
D | search.c | 35 {void*(*p)(const void*,void**,int(*)(const void*,const void*)) = tsearch;} in f()
|
/third_party/skia/third_party/libmicrohttpd/ |
D | BUILD.gn | 24 "../externals/microhttpd/src/microhttpd/tsearch.c",
|
/third_party/flutter/skia/third_party/libmicrohttpd/ |
D | BUILD.gn | 24 "../externals/microhttpd/src/microhttpd/tsearch.c",
|
/third_party/alsa-lib/include/ |
D | search.h | 130 extern void *tsearch __PMT ((__const void *__key, void **__rootp,
|
/third_party/musl/src/search/ |
D | tsearch.c | 62 void *tsearch(const void *key, void **rootp, in tsearch() function
|
/third_party/musl/libc-test/src/functional/ |
D | search_tsearch.c | 73 p = tsearch(cur++, &root, cmp); in set()
|
/third_party/gettext/ |
D | BUILD.gn | 65 "//third_party/gettext/gettext-runtime/intl/tsearch.c",
|
/third_party/libnl/lib/route/ |
D | classid.c | 296 if (!tsearch((void *) map, &id_root, &compare_id)) { in classid_map_add()
|
/third_party/gettext/gettext-runtime/m4/ |
D | intl.m4 | 241 stpcpy strcasecmp strdup strtoul tsearch __fsetlocking])
|
/third_party/musl/ |
D | libc.map.txt | 1821 tsearch;
|
D | WHATSNEW | 1658 - 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
|