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

/freebsd-13-stable/lib/libc/stdio/
H A Dmakebuf.c68 fp->_bf._base = fp->_p = fp->_nbuf;
75 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dfread.c106 * series of one byte reads into fp->_nbuf.
124 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dsetvbuf.c118 fp->_bf._base = fp->_p = fp->_nbuf;
/freebsd-13-stable/include/
H A Dstdio.h147 unsigned char _nbuf[1]; /* guarantee a getc() buffer */ member in struct:__sFILE
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h484 unsigned char _nbuf[1]; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2465 CHECK_SIZE_AND_OFFSET(FILE, _nbuf);

Completed in 90 milliseconds