OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__atexit
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdlib/
atexit.c
41
struct atexit *
__atexit
;
variable in typeref:struct:atexit
64
struct atexit *p =
__atexit
;
72
p =
__atexit
;
84
if (
__atexit
== NULL) {
91
p->next =
__atexit
;
92
__atexit
= p;
127
for (p =
__atexit
; p != NULL; p = p->next) {
167
for (p =
__atexit
; p != NULL; ) {
172
__atexit
= NULL;
atexit.h
52
extern struct atexit *
__atexit
; /* points to head of LIFO stack */
Completed in 24 milliseconds