Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dftell.c115 if ((pos -= (HASUB(fp) ? fp->_ur : fp->_r)) < 0) { in _ftello()
H A Drefill.c104 if ((fp->_r = fp->_ur) != 0) { in __srefill()
H A Dungetc.c156 fp->_ur = fp->_r; in __ungetc()
H A Dfseek.c224 n += fp->_ur; in _fseeko()
/freebsd/include/
H A Dstdio.h140 int _ur; /* saved _r when _r is counting ungetc data */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h483 int _ur; member
H A Dsanitizer_platform_limits_netbsd.cpp2615 CHECK_SIZE_AND_OFFSET(FILE, _ur);