Searched defs:_r (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dstdio.h74 * if _flags&__SWR, _r is 0
88 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
95 int _r; /* read space left for getc() */ member in struct:__sFILE
113 int _ur; /* saved _r when _r is counting ungetc data */
373 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))

Completed in 140 milliseconds