Searched refs:__ungot_width (Results 1 – 13 of 13) sorted by relevance
39 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()
37 corr -= (1 + stream->__ungot_width[1]); in __stdio_adjust_position()39 corr -= stream->__ungot_width[0]; in __stdio_adjust_position()
38 f.__ungot_width[0] = 0; in vsnprintf()112 f.f.__ungot_width[0] = 0;197 f.__ungot_width[0] = 0;
28 stream->__ungot_width[0] = 0; in __fpurge()
27 pos->__mblen_pending = stream->__ungot_width[0]; in libc_hidden_proto()
27 stream->__ungot_width[0]= pos->__mblen_pending; in libc_hidden_proto()
60 stream->__ungot_width[0] = 0; in FSEEK()
42 f.__ungot_width[0] = 0; in vdprintf()
80 stream->__ungot_width[0] = 0; in fclose()
37 f.__ungot_width[0] = 0; in vswprintf()
198 stream->__ungot_width[0] = 0; in _stdio_fopen()
218 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()
222 unsigned char __ungot_width[2]; /* 0: current (building) char; 1: scanf */ member
Completed in 11 milliseconds