Searched refs:_ur (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libc/stdio/
H A Dftell.c115 if ((pos -= (HASUB(fp) ? fp->_ur : fp->_r)) < 0) {
H A Drefill.c108 if ((fp->_r = fp->_ur) != 0) {
H A Dungetc.c160 fp->_ur = fp->_r;
H A Dfseek.c228 n += fp->_ur;
/freebsd-10.2-release/include/
H A Dstdio.h100 * _ub, _up, and _ur are used when ungetc() pushes back more characters
104 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
129 int _ur; /* saved _r when _r is counting ungetc data */ member in struct:__sFILE

Completed in 97 milliseconds