Searched defs:_atexit (Results 1 – 1 of 1) sorted by relevance
2228 struct _atexit { struct2229 struct _atexit *_next; argument2230 int _ind;2232 void (*_fns[32])(void);2233 struct _on_exit_args _on_exit_args;2625 struct _atexit *_atexit; member