Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfflush.c42 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)
A Dfclose.c24 ptr = _stdio_openlist; in fclose()
25 if ((ptr = _stdio_openlist) == stream) { in fclose()
26 _stdio_openlist = stream->__nextopen; in fclose()
A D_stdio.c156 FILE *_stdio_openlist = _stdio_streams; variable
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()
A D_fopen.c223 stream->__nextopen = _stdio_openlist; /* New files are inserted at */ in _stdio_fopen()
224 _stdio_openlist = stream; /* the head of the list. */ in _stdio_fopen()
A Dfcloseall.c34 f = _stdio_openlist; in fcloseall()
A D_stdio.h410 fflush_unlocked((FILE *) &_stdio_openlist)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dfork.c45 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in fresetlockfiles()
53 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in fresetlockfiles()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dlockfile.c47 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in __fresetlockfiles()
A Dpthread.c611 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dlockfile.c38 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) in __fresetlockfiles()
A Dpthread.c435 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dinit.c437 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in __pthread_initialize_minimal_internal()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h336 extern struct __STDIO_FILE_STRUCT *_stdio_openlist;
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c663 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()

Completed in 17 milliseconds