/glibc-2.36/manual/examples/ |
D | twalk.c | 22 void (*action) (const void *, VISIT, int); 27 twalk_with_twalk_r_action (const void *nodep, VISIT which, void *closure0) in twalk_with_twalk_r_action() 52 twalk (const void *root, void (*action) (const void *, VISIT, int)) in twalk() argument
|
/glibc-2.36/misc/ |
D | tst-tsearch.c | 82 VISIT which; 122 void (*action) (const void *, VISIT, int); 127 twalk_with_twalk_r_action (const void *nodep, VISIT which, void *closure0) in twalk_with_twalk_r_action() 153 void (*action) (const void *, VISIT, int)) in twalk_with_twalk_r() argument 161 walk_action (const void *nodep, const VISIT which, const int depth) in walk_action() 191 void (*) (const void *, VISIT, int))) in walk_tree_with() argument
|
D | search.h | 125 VISIT; typedef 144 typedef void (*__action_fn_t) (const void *__nodep, VISIT __value, 156 void (*) (const void *__nodep, VISIT __value,
|
D | tsearch.c | 724 trecurse_r (const void *vroot, void (*action) (const void *, VISIT, void *), in weak_alias() 744 __twalk_r (const void *vroot, void (*action) (const void *, VISIT, void *), in __twalk_r() argument
|
/glibc-2.36/malloc/ |
D | tst-mtrace.c | 27 static void print (const void *node, VISIT value, int level); 97 print (const void *node, VISIT value, int level) in print()
|
/glibc-2.36/conform/data/ |
D | search.h-data | 11 type VISIT 31 function void twalk (const void*, void (*) (const void*, VISIT, int))
|
/glibc-2.36/iconv/ |
D | gconv_dl.c | 152 do_release_shlib (const void *nodep, VISIT value, void *closure) in do_release_shlib() 213 do_print (const void *nodep, VISIT value, int level) in do_print()
|
D | iconv_prog.c | 631 insert_print_list (const void *nodep, VISIT value, int level) in insert_print_list() 641 do_print_human (const void *nodep, VISIT value, int level) in do_print_human() 683 do_print (const void *nodep, VISIT value, int level) in do_print()
|
D | iconvconfig.c | 480 append_alias (const void *nodep, VISIT value, int level) in append_alias() 688 append_module (const void *nodep, VISIT value, int level) in append_module() 977 static void name_insert (const void *nodep, VISIT value, int level) in name_insert()
|
/glibc-2.36/sysdeps/pthread/ |
D | sem_routines.c | 153 walker (const void *inodep, VISIT which, void *closure0) in walker()
|
/glibc-2.36/nss/ |
D | makedb.c | 577 copy_valstr (const void *nodep, const VISIT which, const int depth) in copy_valstr() 626 void add_key(const void *nodep, VISIT which, void *arg) in add_key()
|
/glibc-2.36/manual/ |
D | search.texi | 575 void __action_fn_t (const void *nodep, VISIT value, int level); 582 @math{1} and so on. The @code{VISIT} type is an enumeration type. 584 @deftp {Data Type} VISIT 585 The @code{VISIT} value indicates the status of the current node in the 631 …k_r (const void *@var{root}, void (*@var{action}) (const void *@var{key}, VISIT @var{which}, void …
|
/glibc-2.36/elf/ |
D | sprof.c | 1044 printsym (const void *node, VISIT value, int level) in printsym() 1282 printflat (const void *node, VISIT value, int level) in printflat()
|
/glibc-2.36/locale/programs/ |
D | locale.c | 303 print_names (const void *nodep, VISIT value, int level) in print_names()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 362 * manual/search.texi: Correct description if VISIT values.
|