Searched refs:__nextopen (Results 1 – 17 of 17) sorted by relevance
26 _stdio_openlist = stream->__nextopen; in fclose()29 if (ptr->__nextopen == stream) { in fclose()30 ptr->__nextopen = stream->__nextopen; in fclose()33 ptr = ptr->__nextopen; in fclose()
43 n = stream->__nextopen; in _stdio_openlist_dec_use()53 p->__nextopen = n; in _stdio_openlist_dec_use()118 stream = stream->__nextopen; in fflush_unlocked()
48 f.__nextopen = NULL; in vsnprintf()122 f.f.__nextopen = NULL;203 f.__nextopen = NULL;
208 for (ptr = _stdio_openlist ; ptr ; ptr = ptr->__nextopen ) { in _stdio_term()235 for (ptr = _stdio_openlist ; ptr ; ptr = ptr->__nextopen ) { in _stdio_term()270 for (ptr = _stdio_openlist ; ptr ; ptr = ptr->__nextopen ) { in _stdio_init()
41 FILE *n = f->__nextopen; in fcloseall()
54 f.__nextopen = NULL; in vdprintf()
47 f.__nextopen = NULL; in vswprintf()
223 stream->__nextopen = _stdio_openlist; /* New files are inserted at */ in _stdio_fopen()
228 f.__nextopen = NULL; in vsscanf()276 f.f.__nextopen = NULL; in libc_hidden_def()409 f.__nextopen = NULL; in vswscanf()
45 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in fresetlockfiles()53 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in fresetlockfiles()
47 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in __fresetlockfiles()
611 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
38 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in __fresetlockfiles()
435 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
437 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in __pthread_initialize_minimal_internal()
246 struct __STDIO_FILE_STRUCT *__nextopen; member
663 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
Completed in 20 milliseconds