Searched refs:twalk (Results 1 – 25 of 56) sorted by relevance
123
/glibc-2.36/manual/examples/ |
D | twalk.c | 52 twalk (const void *root, void (*action) (const void *, VISIT, int)) in twalk() function
|
/glibc-2.36/malloc/ |
D | tst-mtrace.c | 80 twalk (root, print); in do_test()
|
/glibc-2.36/misc/ |
D | search.h | 150 extern void twalk (const void *__root, __action_fn_t __action);
|
D | Versions | 77 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
|
D | tst-tsearch.c | 221 walk_tree_with (root, expected_count, twalk); in walk_tree()
|
D | tsearch.c | 719 weak_alias (__twalk, twalk) in weak_alias() argument
|
/glibc-2.36/conform/data/ |
D | search.h-data | 31 function void twalk (const void*, void (*) (const void*, VISIT, int))
|
/glibc-2.36/iconv/ |
D | iconv_prog.c | 757 twalk (__gconv_get_alias_db (), insert_print_list); in print_known_names() 776 twalk (printlist, human_readable ? do_print_human : do_print); in print_known_names()
|
D | iconvconfig.c | 500 twalk (aliases, append_alias); in get_aliases() 722 twalk (modules, append_module); in get_modules() 1045 twalk (names, name_insert); in write_output()
|
/glibc-2.36/locale/programs/ |
D | locale.c | 615 twalk (all_data, print_names); in write_locales() 767 twalk (all_data, print_names); in write_charmaps()
|
/glibc-2.36/manual/ |
D | search.texi | 608 @deftypefun void twalk (const void *@var{root}, __action_fn_t @var{action}) 612 @code{twalk} function calls the function provided by the parameter 621 Since the functions used for the @var{action} parameter to @code{twalk} 622 must not modify the tree data, it is safe to run @code{twalk} in more 642 It is possible to implement the @code{twalk} function on top of the 647 @include twalk.c.texi
|
D | ipc.texi | 73 @c twalk mtsrace{:root}
|
/glibc-2.36/elf/ |
D | sprof.c | 1179 twalk (symroot, printsym); in read_symbols() 1328 twalk (data, printflat); in generate_flat_profile()
|
/glibc-2.36/nss/ |
D | makedb.c | 667 twalk (valstrtree, copy_valstr); in compute_tables()
|
/glibc-2.36/intl/ |
D | dcigettext.c | 168 # define twalk libintl_twalk macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1987 GLIBC_2.35 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 2014 GLIBC_2.36 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 2024 GLIBC_2.33 twalk F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1786 GLIBC_2.2.6 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 2014 GLIBC_2.32 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 2086 GLIBC_2.27 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2074 GLIBC_2.17 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2079 GLIBC_2.16 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 2104 GLIBC_2.29 twalk F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 1812 GLIBC_2.2.5 twalk F
|
123