Searched defs:_atexit (Results 1 – 1 of 1) sorted by relevance
78 struct _atexit { struct79 struct _atexit *_next; /* next in list */ argument85 struct _atexit { argument86 struct _atexit *_next; /* next in list */ argument87 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; member629 struct _atexit *_atexit; /* points to head of LIFO stack */ member