Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
D__call_atexit.c159 if (p->_ind == 0 && p->_next) in __call_exitprocs()
162 *lastp = p->_next; in __call_exitprocs()
168 lastp = &p->_next; in __call_exitprocs()
169 p = p->_next; in __call_exitprocs()
Datexit.h37 struct _atexit *_next; /* next in list */ member
D__atexit.c88 p->_next = _atexit; in __register_exitproc()
/picolibc-latest/newlib/libc/stdio/
Dfindfp.c150 g->glue._next = NULL; in sfmoreglue()
188 for (g = &__sglue;; g = g->_next) in __sfp()
193 if (g->_next == NULL && in __sfp()
194 (g->_next = sfmoreglue (NDYNAMIC)) == NULL) in __sfp()
Dfwalk.c47 g = g->_next; in _fwalk_sglue()
Dstdio.h203 struct _glue *_next; member
/picolibc-latest/newlib/
DNEWS347 * Removed _asctime, _next, _scanpoint, and _signgam fields from struct
DChangeLog-201513460 (struct _atexit): Add _next when _REENT_SMALL.
23989 _next, _scanpoint, _signgam fields.