Home
last modified time | relevance | path

Searched refs:_fns (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
D__call_atexit.c127 fn = p->_fns[n]; in __call_exitprocs()
131 p->_fns[n] = NULL; in __call_exitprocs()
Datexit.h40 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */ member
D__atexit.c102 p->_fns[p->_ind++] = fn; in __register_exitproc()