Home
last modified time | relevance | path

Searched refs:__ungot_width (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfgetwc.c39 stream->__ungot_width[0] = 0; /* Application ungot... */ in fgetwc_unlocked()
41 stream->__ungot_width[0] = stream->__ungot_width[1]; in fgetwc_unlocked()
56 stream->__ungot_width[0] = 0; /* then reset the width. */ in fgetwc_unlocked()
70 stream->__ungot_width[0] += r; in fgetwc_unlocked()
78 stream->__ungot_width[0] += n; in fgetwc_unlocked()
A D_adjust_pos.c37 corr -= (1 + stream->__ungot_width[1]); in __stdio_adjust_position()
39 corr -= stream->__ungot_width[0]; in __stdio_adjust_position()
A Dvsnprintf.c38 f.__ungot_width[0] = 0; in vsnprintf()
112 f.f.__ungot_width[0] = 0;
197 f.__ungot_width[0] = 0;
A D__fpurge.c28 stream->__ungot_width[0] = 0; in __fpurge()
A Dfgetpos.c27 pos->__mblen_pending = stream->__ungot_width[0]; in libc_hidden_proto()
A Dfsetpos.c27 stream->__ungot_width[0]= pos->__mblen_pending; in libc_hidden_proto()
A Dfseeko.c60 stream->__ungot_width[0] = 0; in FSEEK()
A Dvdprintf.c42 f.__ungot_width[0] = 0; in vdprintf()
A Dfclose.c80 stream->__ungot_width[0] = 0; in fclose()
A Dvswprintf.c37 f.__ungot_width[0] = 0; in vswprintf()
A D_fopen.c198 stream->__ungot_width[0] = 0; in _stdio_fopen()
A D_scanf.c218 f.__ungot_width[0] = 0; in vsscanf()
399 f.__ungot_width[0] = 0; in vswscanf()
1023 sc->ungot_wchar_width = sc->fp->__ungot_width[0]; in sc_getc()
1066 sc->ungot_wchar_width = sc->fp->__ungot_width[0]; in scan_getwc()
1115 sc->fp->__ungot_width[1] = sc->ungot_wchar_width; in kill_scan_cookie()
1183 sc.ungot_wchar_width = sc.fp->__ungot_width[1]; in VFSCANF()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h222 unsigned char __ungot_width[2]; /* 0: current (building) char; 1: scanf */ member

Completed in 19 milliseconds