Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dstdio_ext.cpp73 return fp->_r + (HASUB(fp) ? fp->_ur : 0); in __freadahead()
Drefill.c87 if ((fp->_r = fp->_ur) != 0) { in __srefill()
Dlocal.h89 int _ur; /* saved _r when _r is counting ungetc data */ member
Dstdio.cpp582 if (HASUB(fp)) result -= fp->_ur; in __ftello64_unlocked()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetc.c136 fp->_ur = fp->_r; in ungetc()