Home
last modified time | relevance | path

Searched refs:tsearch (Results 1 – 25 of 74) sorted by relevance

123

/glibc-2.36/misc/
DMakefile69 hsearch hsearch_r tsearch lsearch \
86 tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \
121 CFLAGS-tsearch.c += $(uses-callbacks)
143 CFLAGS-tst-tsearch.c += $(stack-align-test-flags)
163 $(objpfx)tst-tsearch: $(libm)
Dsearch.h129 extern void *tsearch (const void *__key, void **__rootp,
DVersions77 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
Dtst-tsearch.c300 elem = tsearch (x + j, root, cmp_fn); in mangle_tree()
Dtsearch.c364 weak_alias (__tsearch, tsearch) in weak_alias() argument
/glibc-2.36/iconv/
Diconv_prog.c636 tsearch (s->fromname, &printlist, (__compar_fn_t) strverscmp); in insert_print_list()
703 tsearch (node->from_string, &printlist, (__compar_fn_t) strverscmp); in add_known_names()
705 tsearch (node->to_string, &printlist, (__compar_fn_t) strverscmp); in add_known_names()
731 tsearch (str, &printlist, (__compar_fn_t) strverscmp); in insert_cache()
Diconvconfig.c429 inserted = (void **) tsearch (newp, &aliases, alias_compare); in new_alias()
551 inserted = (void **) tsearch (new_module, &modules, module_compare); in new_module()
782 tsearch (new_name ("INTERNAL", strtabadd (strtab, "INTERNAL", in generate_name_list()
791 tsearch (new_name (module_list[i]->fromname, in generate_name_list()
797 tsearch (new_name (runp->toname, runp->toname_strent), in generate_name_list()
903 tsearch (newp, &names, name_compare); in generate_name_info()
/glibc-2.36/stdlib/
Dsetenv.c71 # define tsearch __tsearch macro
93 tsearch (Str, &known_values, (__compar_fn_t) strcmp)
/glibc-2.36/manual/
Dsearch.texi19 * Tree Search Function:: The @code{tsearch} function.
471 @section The @code{tsearch} function.
474 trees. The @code{tsearch} function family provides a nice interface to
484 In contrast to the @code{hsearch} functions the @code{tsearch} functions
487 The @code{tsearch} functions have the advantage that no function to
493 @deftypefun {void *} tsearch (const void *@var{key}, void **@var{rootp}, comparison_fn_t @var{compa…
501 The @code{tsearch} function searches in the tree pointed to by
508 be added to the tree. @code{tsearch} does not make a copy of the object
517 @code{tsearch} function more than once at the same time using the same
530 The @code{tfind} function is similar to the @code{tsearch} function. It
[all …]
Dstartup.texi402 @c tsearch(strcmp) @ascuheap @acucorrupt @acsmem [no @mtsrace or @asucorrupt guarded access make…
/glibc-2.36/malloc/
Dtst-mtrace.c67 p = (char **) tsearch (copy, &root, in do_test()
/glibc-2.36/locale/programs/
Drepertoire.c327 if (tsearch (result, &known, &repertoire_compare) == NULL) in repertoire_read()
344 tsearch (name, &unavailable, (__compar_fn_t) strcmp); in repertoire_complain()
Dlocale.c427 #define PUT(name) tsearch (name, &all_data, \ in write_locales()
/glibc-2.36/conform/data/
Dsearch.h-data30 function {void*} tsearch (const void*, void**, int(*)(const void*, const void*))
/glibc-2.36/intl/
Ddcigettext.c165 # define tsearch libintl_tsearch macro
173 # define tsearch __tsearch macro
797 tsearch (newp, &root, transcmp); in gl_dcigettext()
/glibc-2.36/nss/
Dmakedb.c524 struct valstrentry **fdata = tsearch (nentry, &valstrtree, in process_input()
547 struct dbentry **found = tsearch (newp, &last_database->entries, in process_input()
/glibc-2.36/elf/
Dsprof.c1094 tsearch (newsym, &symroot, symorder); in read_symbols()
1153 tsearch (newsym, &symroot, symorder); in read_symbols()
1326 tsearch (sortsym[n], &data, countorder); in generate_flat_profile()
/glibc-2.36/io/
Dftw.c110 # define __tsearch tsearch
/glibc-2.36/support/
Dresolv_test.c303 void **ptr = tsearch (crname, &b->compression_offsets, in resolv_response_add_name()
/glibc-2.36/ChangeLog.old/
DChangeLog.7485 * misc/tsearch.c: Use memcpy return value if possible.
1583 * misc/tsearch.c (trecurse, tdestroy_internal): Likewise.
2384 tsearch functions.
8480 * misc/tsearch.c: Rewrite tdestroy_recursive.
8497 * misc/tsearch.c: Include <string.h>.
8565 * misc/tst-tsearch.c (mangle_tree): Update casts to prevent
8597 * misc/tsearch.c (tdestroy): New function.
10624 * misc/tst-tsearch.c: Include <string.h>. Define _GNU_SOURCE only
10956 * misc/tst-tsearch.c: Don't write to stderr, write to stdout
10997 * misc/Makefile (tests): Add tst-tsearch.
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1979 GLIBC_2.35 tsearch F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist2006 GLIBC_2.36 tsearch F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist2016 GLIBC_2.33 tsearch F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist1782 GLIBC_2.2.6 tsearch F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist2006 GLIBC_2.32 tsearch F

123