Searched refs:tfind (Results 1 – 25 of 58) sorted by relevance
123
/glibc-2.36/misc/ |
D | tst-tsearch.c | 295 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()
|
D | search.h | 134 extern void *tfind (const void *__key, void *const *__rootp,
|
D | Versions | 77 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
|
D | tsearch.c | 396 weak_alias (__tfind, tfind) in weak_alias() argument
|
/glibc-2.36/stdlib/ |
D | setenv.c | 70 # define tfind __tfind macro 89 void *value = tfind (Str, &known_values, (__compar_fn_t) strcmp); \
|
/glibc-2.36/locale/programs/ |
D | repertoire.c | 67 resultp = tfind (&search, &known, &repertoire_compare); in repertoire_read() 338 if (tfind (name, &unavailable, (__compar_fn_t) strcmp) == NULL) in repertoire_complain()
|
D | locale.c | 429 #define GET(name) tfind (name, &all_data, \ in write_locales()
|
/glibc-2.36/conform/data/ |
D | search.h-data | 29 function {void*} tfind (const void*, void*const*, int(*)(const void*, const void*))
|
/glibc-2.36/intl/ |
D | dcigettext.c | 140 # 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/ |
D | iconvconfig.c | 810 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/ |
D | search.texi | 527 @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
|
D | startup.texi | 399 @c tfind(strcmp) [no @mtsrace guarded access]
|
/glibc-2.36/elf/ |
D | sprof.c | 1090 existp = tfind (newsym, &symroot, symorder); in read_symbols() 1149 existp = tfind (newsym, &symroot, symorder); in read_symbols()
|
/glibc-2.36/io/ |
D | ftw.c | 108 # define __tfind tfind
|
/glibc-2.36/support/ |
D | resolv_test.c | 323 void **ptr = tfind (crname, &b->compression_offsets, in resolv_response_add_name()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1937 GLIBC_2.35 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1964 GLIBC_2.36 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1974 GLIBC_2.33 tfind F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1761 GLIBC_2.2.6 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1964 GLIBC_2.32 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 2049 GLIBC_2.27 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2037 GLIBC_2.17 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2042 GLIBC_2.16 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 2055 GLIBC_2.29 tfind F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 1784 GLIBC_2.2.5 tfind F
|
123