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

/freebsd-12-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 Dsetvbuf.c118 fp->_bf._base = fp->_p = fp->_nbuf;
/freebsd-12-stable/include/
H A Dstdio.h147 unsigned char _nbuf[1]; /* guarantee a getc() buffer */ member in struct:__sFILE
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h490 unsigned char _nbuf[1]; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2334 CHECK_SIZE_AND_OFFSET(FILE, _nbuf);

Completed in 142 milliseconds