OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_pointer
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_274.c
9
example(void (*
function_pointer
)(void), void *void_pointer)
13
if (
function_pointer
== (void *)0)
17
if (
function_pointer
== (const void *)0)
21
if (
function_pointer
== void_pointer)
msg_204.c
12
void (*
function_pointer
)(void);
variable in typeref:typename:void (*)(void)
35
if (
function_pointer
)
36
function_pointer
();
msg_247_ilp32_ldbl64.c
33
typedef void (*
function_pointer
)(void);
typedef in typeref:typename:void (*)(void)
61
static
function_pointer
func_ptr;
msg_247_lp64_ldbl128.c
33
typedef void (*
function_pointer
)(void);
typedef in typeref:typename:void (*)(void)
61
static
function_pointer
func_ptr;
msg_247_portable.c
36
typedef void (*
function_pointer
)(void);
typedef in typeref:typename:void (*)(void)
64
static
function_pointer
func_ptr;
msg_247_portable_int.c
41
typedef void (*
function_pointer
)(void);
typedef in typeref:typename:void (*)(void)
69
static
function_pointer
func_ptr;
/src/tests/usr.bin/indent/
fmt_decl.c
31
extern void ( *
function_pointer
) ( int * ) ;
36
/* $ XXX: Why is the token '
function_pointer
' not aligned with 'pointer'? */
37
extern void (*
function_pointer
)(int *);
Completed in 17 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025