OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__action_fn_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h
143
#ifndef
__ACTION_FN_T
144
# define
__ACTION_FN_T
145
typedef void (*
__action_fn_t
) (__const void *__nodep, VISIT __value,
typedef
151
extern void twalk (__const void *__root,
__action_fn_t
__action);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h
143
#ifndef
__ACTION_FN_T
144
# define
__ACTION_FN_T
145
typedef void (*
__action_fn_t
) (__const void *__nodep, VISIT __value,
typedef
151
extern void twalk (__const void *__root,
__action_fn_t
__action);
Completed in 601 milliseconds