Searched defs:_atexit (Results 1 – 2 of 2) sorted by relevance
91 struct _atexit { struct92 struct _atexit *_next; /* next in list */ argument99 struct _atexit { struct100 struct _atexit *_next; /* next in list */ argument101 int _ind; /* next index in this table */103 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */104 struct _on_exit_args _on_exit_args;417 struct _atexit *_atexit; member681 struct _atexit *_atexit; /* points to head of LIFO stack */ member
91 struct _atexit { struct92 struct _atexit *_next; /* next in list */ argument99 struct _atexit { argument100 struct _atexit *_next; /* next in list */ argument101 int _ind; /* next index in this table */103 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */104 struct _on_exit_args _on_exit_args;417 struct _atexit *_atexit; member681 struct _atexit *_atexit; /* points to head of LIFO stack */ member