Searched refs:_nbuf (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dmakebuf.c62 fp->_bf._base = fp->_p = fp->_nbuf;
69 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dsetvbuf.c113 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dfread.c100 * series of one byte reads into fp->_nbuf.
118 fp->_bf._base = fp->_p = fp->_nbuf;
/freebsd-current/include/
H A Dstdio.h144 unsigned char _nbuf[1]; /* guarantee a getc() buffer */ member in struct:__sFILE
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h485 unsigned char _nbuf[1]; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2617 CHECK_SIZE_AND_OFFSET(FILE, _nbuf);

Completed in 205 milliseconds