Home
last modified time | relevance | path

Searched refs:tfind (Results 1 – 25 of 58) sorted by relevance

123

/glibc-2.36/misc/
Dtst-tsearch.c295 if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) in mangle_tree()
302 || tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
317 elem = tfind (x + j, (void *const *) root, cmp_fn); in mangle_tree()
326 if (tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
Dsearch.h134 extern void *tfind (const void *__key, void *const *__rootp,
DVersions77 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
Dtsearch.c396 weak_alias (__tfind, tfind) in weak_alias() argument
/glibc-2.36/stdlib/
Dsetenv.c70 # define tfind __tfind macro
89 void *value = tfind (Str, &known_values, (__compar_fn_t) strcmp); \
/glibc-2.36/locale/programs/
Drepertoire.c67 resultp = tfind (&search, &known, &repertoire_compare); in repertoire_read()
338 if (tfind (name, &unavailable, (__compar_fn_t) strcmp) == NULL) in repertoire_complain()
Dlocale.c429 #define GET(name) tfind (name, &all_data, \ in write_locales()
/glibc-2.36/conform/data/
Dsearch.h-data29 function {void*} tfind (const void*, void*const*, int(*)(const void*, const void*))
/glibc-2.36/intl/
Ddcigettext.c140 # define tfind __tfind macro
166 # define tfind libintl_tfind macro
569 foundp = (struct known_translation_t **) tfind (&search, &root, transcmp); in gl_dcigettext()
/glibc-2.36/iconv/
Diconvconfig.c810 res = (struct name **) tfind (&fake_name, &names, name_compare); in name_to_module_idx()
897 tonamep = (struct name **) tfind (&fake_name, &names, name_compare); in generate_name_info()
/glibc-2.36/manual/
Dsearch.texi527 @deftypefun {void *} tfind (const void *@var{key}, void *const *@var{rootp}, comparison_fn_t @var{c…
530 The @code{tfind} function is similar to the @code{tsearch} function. It
546 same method as @code{tfind}. The corresponding element is then removed
624 safe to call @code{tfind} in parallel. Functions which modify the tree
Dstartup.texi399 @c tfind(strcmp) [no @mtsrace guarded access]
/glibc-2.36/elf/
Dsprof.c1090 existp = tfind (newsym, &symroot, symorder); in read_symbols()
1149 existp = tfind (newsym, &symroot, symorder); in read_symbols()
/glibc-2.36/io/
Dftw.c108 # define __tfind tfind
/glibc-2.36/support/
Dresolv_test.c323 void **ptr = tfind (crname, &b->compression_offsets, in resolv_response_add_name()
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1937 GLIBC_2.35 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist1964 GLIBC_2.36 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist1974 GLIBC_2.33 tfind F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist1761 GLIBC_2.2.6 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist1964 GLIBC_2.32 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist2049 GLIBC_2.27 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist2037 GLIBC_2.17 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist2042 GLIBC_2.16 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist2055 GLIBC_2.29 tfind F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/
Dlibc.abilist1784 GLIBC_2.2.5 tfind F

123