Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfseeko.c134 curoff -= fp->_ur; in __weak_alias()
207 curoff -= fp->_ur; in __weak_alias()
220 n += fp->_ur; in __weak_alias()
Dftell.c92 pos -= fp->_ur; in ftell()
Dftello.c89 pos -= fp->_ur; in __weak_alias()
Drefill.c126 if ((fp->_r = fp->_ur) != 0) { in __srefill()
Dungetc.c171 fp->_ur = fp->_r; in ungetc()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h242 int _ur; /**< saved _r when _r is counting ungetc data */ member