Home
last modified time | relevance | path

Searched refs:__nextopen (Results 1 – 17 of 17) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfclose.c26 _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()
A Dfflush.c43 n = stream->__nextopen; in _stdio_openlist_dec_use()
53 p->__nextopen = n; in _stdio_openlist_dec_use()
118 stream = stream->__nextopen; in fflush_unlocked()
A Dvsnprintf.c48 f.__nextopen = NULL; in vsnprintf()
122 f.f.__nextopen = NULL;
203 f.__nextopen = NULL;
A D_stdio.c208 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 Dfcloseall.c41 FILE *n = f->__nextopen; in fcloseall()
A Dvdprintf.c54 f.__nextopen = NULL; in vdprintf()
A Dvswprintf.c47 f.__nextopen = NULL; in vswprintf()
A D_fopen.c223 stream->__nextopen = _stdio_openlist; /* New files are inserted at */ in _stdio_fopen()
A D_scanf.c228 f.__nextopen = NULL; in vsscanf()
276 f.f.__nextopen = NULL; in libc_hidden_def()
409 f.__nextopen = NULL; in vswscanf()
/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.h246 struct __STDIO_FILE_STRUCT *__nextopen; member
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c663 for (fp = _stdio_openlist; fp != NULL; fp = fp->__nextopen) { in pthread_initialize()

Completed in 24 milliseconds