Searched refs:_ATEXIT_SIZE (Results 1 – 2 of 2) sorted by relevance
24 #define _ATEXIT_SIZE 32 /* must be at least 32 to guarantee ANSI conformance */ macro27 void * _fnargs[_ATEXIT_SIZE]; /* user fn args */28 void * _dso_handle[_ATEXIT_SIZE];40 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */
75 if (p->_ind >= _ATEXIT_SIZE) in __register_exitproc()