Home
last modified time | relevance | path

Searched refs:__tfind (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/include/
Dsearch.h18 extern void *__tfind (const void *__key, void *const *__rootp,
20 libc_hidden_proto (__tfind)
/glibc-2.36/misc/
Dtsearch.c371 __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
DVersions171 __tdelete; __tfind; __tsearch; __twalk; __twalk_r;
/glibc-2.36/iconv/
Dgconv_conf.c316 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()
Dgconv_dl.c80 keyp = __tfind (&name, &loaded, known_compare); in __gconv_find_shlib()
Dgconv_db.c129 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/
Dftw.c107 # 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/
Dsem_routines.c92 struct inuse_sem **foundp = __tfind (&fake, &sem_mappings, sem_search); in __sem_check_add_mapping()
/glibc-2.36/stdlib/
Dsetenv.c70 # define tfind __tfind
/glibc-2.36/intl/
Ddcigettext.c140 # define tfind __tfind
/glibc-2.36/manual/
Dlocale.texi338 @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/
Dtst-regex.input3875 * 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/
DChangeLog.83875 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
3884 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
DChangeLog.1818147 (__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
DChangeLog.1412281 [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.