Searched refs:_stdio_openlist (Results 1 – 14 of 14) sorted by relevance
42 for (stream = _stdio_openlist; stream; stream = n) { in _stdio_openlist_dec_use()51 _stdio_openlist = n; in _stdio_openlist_dec_use()79 if ((stream != NULL) && (stream != (FILE *) &_stdio_openlist)) { in fflush_unlocked()84 if (stream == (FILE *) &_stdio_openlist) { /* Flush all lbf streams. */ in fflush_unlocked()94 stream = _stdio_openlist; in fflush_unlocked()144 if ((stream != NULL) && (stream != (FILE *) &_stdio_openlist)) { in fflush_unlocked()156 && (stream != (FILE *) &_stdio_openlist) in fflush_unlocked()194 && (stream != (FILE *) &_stdio_openlist)
24 ptr = _stdio_openlist; in fclose()25 if ((ptr = _stdio_openlist) == stream) { in fclose()26 _stdio_openlist = stream->__nextopen; in fclose()
156 FILE *_stdio_openlist = _stdio_streams; variable208 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()
223 stream->__nextopen = _stdio_openlist; /* New files are inserted at */ in _stdio_fopen()224 _stdio_openlist = stream; /* the head of the list. */ in _stdio_fopen()
34 f = _stdio_openlist; in fcloseall()
410 fflush_unlocked((FILE *) &_stdio_openlist)
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()
336 extern struct __STDIO_FILE_STRUCT *_stdio_openlist;
663 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
Completed in 17 milliseconds