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

/freebsd-10-stable/lib/libc/stdio/
H A Dmakebuf.c66 fp->_bf._base = fp->_p = fp->_nbuf;
73 fp->_bf._base = fp->_p = fp->_nbuf;
H A Dsetvbuf.c116 fp->_bf._base = fp->_p = fp->_nbuf;
/freebsd-10-stable/include/
H A Dstdio.h133 unsigned char _nbuf[1]; /* guarantee a getc() buffer */ member in struct:__sFILE

Completed in 71 milliseconds