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

/freebsd-9.3-release/lib/libc/stdio/
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.h104 if ((fp)->_ub._base != (fp)->_ubuf) \
/freebsd-9.3-release/include/
H A Dstdio.h132 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */ member in struct:__sFILE

Completed in 61 milliseconds