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

/freebsd-current/lib/libc/stdio/
H A Drefill.c104 if ((fp->_r = fp->_ur) != 0) {
H A Dftell.c115 if ((pos -= (HASUB(fp) ? fp->_ur : fp->_r)) < 0) {
H A Dungetc.c156 fp->_ur = fp->_r;
H A Dfseek.c224 n += fp->_ur;
/freebsd-current/include/
H A Dstdio.h111 * _ub, _up, and _ur are used when ungetc() pushes back more characters
115 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
140 int _ur; /* saved _r when _r is counting ungetc data */ member in struct:__sFILE
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h483 int _ur; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2615 CHECK_SIZE_AND_OFFSET(FILE, _ur);

Completed in 117 milliseconds