OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:std_func
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/stdlib/
atexit.h
41
void (*
std_func
)(void);
member in union:atexit::atexit_fn::__anon660
atexit.c
154
(*fn.fn_ptr.
std_func
)();
207
p->fns[0].fn_ptr.
std_func
= func;
/bionic/libc/unistd/
abort.c
69
p->fns[0].fn_ptr.
std_func
!= NULL) {
71
(*p->fns[0].fn_ptr.
std_func
)();
Completed in 201 milliseconds