Home
last modified time | relevance | path

Searched refs:__tsearch (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/include/
Dsearch.h15 extern void *__tsearch (const void *__key, void **__rootp,
17 libc_hidden_proto (__tsearch)
/glibc-2.36/misc/
Dtsearch.c290 __tsearch (const void *key, void **vrootp, __compar_fn_t compar) in __tsearch() function
363 libc_hidden_def (__tsearch)
364 weak_alias (__tsearch, tsearch) in weak_alias() argument
DVersions171 __tdelete; __tfind; __tsearch; __twalk; __twalk_r;
/glibc-2.36/io/
Dftw.c109 # undef __tsearch
110 # define __tsearch tsearch macro
262 return __tsearch (newp, &data->known_objects, object_compare) ? 0 : -1; in add_object()
/glibc-2.36/iconv/
Dgconv_dl.c94 if (__builtin_expect (__tsearch (found, &loaded, known_compare) in __gconv_find_shlib()
Dgconv_conf.c142 inserted = (void **) __tsearch (new_alias, &__gconv_alias_db, in add_alias2()
Dgconv_db.c162 if (__tsearch (new_deriv, &known_derivations, derivation_compare) in add_derivation()
/glibc-2.36/sysdeps/pthread/
Dsem_routines.c121 && __tsearch (newp, &sem_mappings, sem_search) != NULL) in __sem_check_add_mapping()
/glibc-2.36/stdlib/
Dsetenv.c71 # define tsearch __tsearch
/glibc-2.36/intl/
Ddcigettext.c173 # define tsearch __tsearch
/glibc-2.36/ChangeLog.old/
DChangeLog.69588 * nss/nsswitch.c (nss_lookup_function): Rewritten using __tsearch
DChangeLog.83884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
DChangeLog.16503 * misc/tsearch.c (__tsearch): Don't rotate tree if memory
DChangeLog.1818151 (__tsearch): Likewise. And add asserts for malloc alignment.
36037 * misc/tsearch.c (__tsearch): Use libc_hidden_def.
36041 * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
36043 * include/search.h (__tsearch): Use libc_hidden_proto.
36050 tfind. Call __tsearch instead of tsearch.
92051 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
DChangeLog.1412281 [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
/glibc-2.36/posix/
Dtst-regex.input3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and