Lines Matching refs:_atexit0
381 struct _atexit _atexit0; member
438 var->_atexit0._next = _NULL; \
439 var->_atexit0._ind = 0; \
440 var->_atexit0._fns[0] = _NULL; \
441 var->_atexit0._on_exit_args_ptr = _NULL; \
630 struct _atexit _atexit0; /* one guaranteed table, required by ANSI */ member
741 var->_atexit0._next = _NULL; \
742 var->_atexit0._ind = 0; \
743 var->_atexit0._fns[0] = _NULL; \
744 var->_atexit0._on_exit_args._fntypes = 0; \
745 var->_atexit0._on_exit_args._fnargs[0] = _NULL; \