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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dftell.c90 pos -= fp->_ur;
H A Dftello.c91 pos -= fp->_ur;
H A Dfseeko.c113 curoff -= fp->_ur;
179 curoff -= fp->_ur;
192 n += fp->_ur;
H A Drefill.c115 if ((fp->_r = fp->_ur) != 0) {
H A Dungetc.c163 fp->_ur = fp->_r;
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h104 * _ub, _up, and _ur are used when ungetc() pushes back more characters
108 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
133 int _ur; /* saved _r when _r is counting ungetc data */ member in struct:__sFILE

Completed in 108 milliseconds