Home
last modified time | relevance | path

Searched refs:_ubuf (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dungetc.c57 if (fp->_ub._base == fp->_ubuf) { in __submore()
65 p += BUFSIZ - sizeof(fp->_ubuf); in __submore()
66 for (i = sizeof(fp->_ubuf); --i >= 0;) in __submore()
67 p[i] = fp->_ubuf[i]; in __submore()
158 fp->_ub._base = fp->_ubuf; in __ungetc()
159 fp->_ub._size = sizeof(fp->_ubuf); in __ungetc()
160 fp->_ubuf[sizeof(fp->_ubuf) - 1] = c; in __ungetc()
161 fp->_p = &fp->_ubuf[sizeof(fp->_ubuf) - 1]; in __ungetc()
H A Dlocal.h113 if ((fp)->_ub._base != (fp)->_ubuf) \
/freebsd/include/
H A Dstdio.h146 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h484 unsigned char _ubuf[3]; member
H A Dsanitizer_platform_limits_netbsd.cpp2616 CHECK_SIZE_AND_OFFSET(FILE, _ubuf);