Searched refs:__tfind (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/include/ |
D | search.h | 18 extern void *__tfind (const void *__key, void *const *__rootp, 20 libc_hidden_proto (__tfind)
|
/glibc-2.36/misc/ |
D | tsearch.c | 371 __tfind (const void *key, void *const *vrootp, __compar_fn_t compar) in weak_alias() 395 libc_hidden_def (__tfind) 396 weak_alias (__tfind, tfind) in weak_alias() argument
|
D | Versions | 171 __tdelete; __tfind; __tsearch; __twalk; __twalk_r;
|
/glibc-2.36/iconv/ |
D | gconv_conf.c | 316 if (__tfind (&fake_alias, &__gconv_alias_db, __gconv_alias_compare) != NULL) in add_module() 492 if (__tfind (&fake_alias, &__gconv_alias_db, __gconv_alias_compare) in __gconv_read_conf()
|
D | gconv_dl.c | 80 keyp = __tfind (&name, &loaded, known_compare); in __gconv_find_shlib()
|
D | gconv_db.c | 129 result = __tfind (&key, &known_derivations, derivation_compare); in derivation_lookup() 696 found = __tfind (&key, &__gconv_alias_db, __gconv_alias_compare); in do_lookup_alias()
|
/glibc-2.36/io/ |
D | ftw.c | 107 # undef __tfind 108 # define __tfind tfind macro 272 return __tfind (&obj, &data->known_objects, object_compare) != NULL; in find_object()
|
/glibc-2.36/sysdeps/pthread/ |
D | sem_routines.c | 92 struct inuse_sem **foundp = __tfind (&fake, &sem_mappings, sem_search); in __sem_check_add_mapping()
|
/glibc-2.36/stdlib/ |
D | setenv.c | 70 # define tfind __tfind
|
/glibc-2.36/intl/ |
D | dcigettext.c | 140 # define tfind __tfind
|
/glibc-2.36/manual/ |
D | locale.texi | 338 @c __tfind ok (because the tree is read only by then) 351 @c __tfind ok (because the tree is read only by then)
|
/glibc-2.36/posix/ |
D | tst-regex.input | 3875 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly. 3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 3875 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly. 3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
|
D | ChangeLog.18 | 18147 (__tfind): Likewise. 27919 * misc/tsearch.c (__tfind): Likewise. 36038 (__tfind): Likewise. 36041 * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and 36044 (__tfind): Likewise. 36049 * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
|
D | ChangeLog.14 | 12281 [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
|