Home
last modified time | relevance | path

Searched refs:__ungot (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dungetwc.c28 && ((stream->__modeflags & 1) || stream->__ungot[1])) in ungetwc()
37 stream->__ungot[1] = 1; in ungetwc()
38 stream->__ungot[(++stream->__modeflags) & 1] = c; in ungetwc()
A Dungetc.c60 && ((stream->__modeflags & 1) || stream->__ungot[1])) in ungetc()
67 stream->__ungot[1] = 1; in ungetc()
68 stream->__ungot[(++stream->__modeflags) & 1] = c; in ungetc()
A Dfgetwc.c38 if (((stream->__modeflags & 1) || stream->__ungot[1])) { in fgetwc_unlocked()
44 wi = stream->__ungot[(stream->__modeflags--) & 1]; in fgetwc_unlocked()
45 stream->__ungot[1] = 0; in fgetwc_unlocked()
A Dfgetc.c35 unsigned char uc = stream->__ungot[(stream->__modeflags--) & 1]; in __fgetc_unlocked()
36 stream->__ungot[1] = 0; in __fgetc_unlocked()
A Dfread.c36 *buffer++ = stream->__ungot[(stream->__modeflags--) & 1]; in fread_unlocked()
37 stream->__ungot[1] = 0; in fread_unlocked()
A D__fpurge.c22 stream->__ungot[1] = 0; in __fpurge()
A D_adjust_pos.c34 if ((corr > 1) || stream->__ungot[1]) { /* User ungetwc, */ in __stdio_adjust_position()
A D_scanf.c674 sc->app_ungot = ((fp->__modeflags & __FLAG_UNGOT) ? fp->__ungot[1] : 0); in __init_scan_cookie()
1096 sc->fp->__ungot[1] = sc->app_ungot; /* restore ungot state. */ in kill_scan_cookie()
1098 sc->fp->__ungot[1] = 0; in kill_scan_cookie()
1111 sc->fp->__ungot[1] = sc->app_ungot; /* restore ungot state. */ in kill_scan_cookie()
1113 sc->fp->__ungot[1] = 0; in kill_scan_cookie()
A D_stdio.c359 assert(((unsigned)(stream->__ungot[1])) <= 1); in _stdio_validate_FILE()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h227 unsigned char __ungot[2]; member
253 wchar_t __ungot[2]; member

Completed in 11 milliseconds