Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
D__call_atexit.c99 struct _atexit **lastp; in __call_exitprocs() local
111 lastp = &_atexit; in __call_exitprocs()
150 if (ind != p->_ind || *lastp != p) in __call_exitprocs()
162 *lastp = p->_next; in __call_exitprocs()
164 p = *lastp; in __call_exitprocs()
168 lastp = &p->_next; in __call_exitprocs()