Searched refs:__tsearch (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/include/ |
D | search.h | 15 extern void *__tsearch (const void *__key, void **__rootp, 17 libc_hidden_proto (__tsearch)
|
/glibc-2.36/misc/ |
D | tsearch.c | 290 __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
|
D | Versions | 171 __tdelete; __tfind; __tsearch; __twalk; __twalk_r;
|
/glibc-2.36/io/ |
D | ftw.c | 109 # 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/ |
D | gconv_dl.c | 94 if (__builtin_expect (__tsearch (found, &loaded, known_compare) in __gconv_find_shlib()
|
D | gconv_conf.c | 142 inserted = (void **) __tsearch (new_alias, &__gconv_alias_db, in add_alias2()
|
D | gconv_db.c | 162 if (__tsearch (new_deriv, &known_derivations, derivation_compare) in add_derivation()
|
/glibc-2.36/sysdeps/pthread/ |
D | sem_routines.c | 121 && __tsearch (newp, &sem_mappings, sem_search) != NULL) in __sem_check_add_mapping()
|
/glibc-2.36/stdlib/ |
D | setenv.c | 71 # define tsearch __tsearch
|
/glibc-2.36/intl/ |
D | dcigettext.c | 173 # define tsearch __tsearch
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 9588 * nss/nsswitch.c (nss_lookup_function): Rewritten using __tsearch
|
D | ChangeLog.8 | 3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
|
D | ChangeLog.16 | 503 * misc/tsearch.c (__tsearch): Don't rotate tree if memory
|
D | ChangeLog.18 | 18151 (__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
|
D | ChangeLog.14 | 12281 [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
|