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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dungetc.c68 if (_UB(fp)._base == fp->_ubuf) {
76 p += BUFSIZ - sizeof(fp->_ubuf);
77 for (i = sizeof(fp->_ubuf); --i >= 0;)
78 p[i] = fp->_ubuf[i];
165 _UB(fp)._base = fp->_ubuf;
166 _UB(fp)._size = sizeof(fp->_ubuf);
167 fp->_ubuf[sizeof(fp->_ubuf) - 1] = c;
168 fp->_p = &fp->_ubuf[sizeof(fp->_ubuf)
[all...]
H A Dlocal.h104 if (_UB(fp)._base != (fp)->_ubuf) \
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h136 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */ member in struct:__sFILE

Completed in 54 milliseconds