Searched refs:_next (Results 1 – 8 of 8) sorted by relevance
159 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()
37 struct _atexit *_next; /* next in list */ member
88 p->_next = _atexit; in __register_exitproc()
150 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()
47 g = g->_next; in _fwalk_sglue()
203 struct _glue *_next; member
347 * Removed _asctime, _next, _scanpoint, and _signgam fields from struct
13460 (struct _atexit): Add _next when _REENT_SMALL.23989 _next, _scanpoint, _signgam fields.