Home
last modified time | relevance | path

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

/bionic/libc/stdio/
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()