Searched defs:_w (Results 1 - 1 of 1) sorted by path

/bionic/libc/include/
H A Dstdio.h99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
404 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
414 (--(p)->_w < 0 ? \
415 (p)->_w >= (p)->_lbfsize ? \

Completed in 42 milliseconds