Home
last modified time | relevance | path

Searched refs:_nbuf (Results 1 – 3 of 3) sorted by relevance

/original-bsd/lib/libc/stdio/
H A Dmakebuf.c39 fp->_bf._base = fp->_p = fp->_nbuf;
46 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dsetvbuf.c91 fp->_bf._base = fp->_p = fp->_nbuf;
/original-bsd/include/
H A Dstdio.h114 unsigned char _nbuf[1]; /* guarantee a getc() buffer */ member