Home
last modified time | relevance | path

Searched defs:_atexit (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h78 struct _atexit { struct
79 struct _atexit *_next; /* next in list */ argument
85 struct _atexit { argument
86 struct _atexit *_next; /* next in list */ argument
87 int _ind; /* next index in this table */
89 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */
90 struct _on_exit_args _on_exit_args;
380 struct _atexit *_atexit; member
629 struct _atexit *_atexit; /* points to head of LIFO stack */ member