Searched refs:_ubuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dungetc.c61 if (fp->_ub._base == fp->_ubuf) {
69 p += BUFSIZ - sizeof(fp->_ubuf);
70 for (i = sizeof(fp->_ubuf); --i >= 0;)
71 p[i] = fp->_ubuf[i];
162 fp->_ub._base = fp->_ubuf;
163 fp->_ub._size = sizeof(fp->_ubuf);
164 fp->_ubuf[sizeof(fp->_ubuf) - 1] = c;
165 fp->_p = &fp->_ubuf[sizeof(fp->_ubuf)
[all...]
H A Dlocal.h144 if ((fp)->_ub._base != (fp)->_ubuf) \
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h142 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */ member in struct:__sFILE

Completed in 96 milliseconds