Searched refs:_IOFBF (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dsetbuf.c57 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetbuffer.c55 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
H A Dsetvbuf.c72 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
/netbsd-current/external/bsd/top/dist/
H A Dos.h66 #define setbuffer(f, b, s) setvbuf((f), (b), (b) ? _IOFBF : _IONBF, (s))
H A Dtop.c786 setvbuf(stdout, stdoutbuf, _IOFBF, BUFFERSIZE);
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dstdio.c66 setvbuf( f, str, _IOFBF, n );
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c72 { "IOFBF", _IOFBF },
334 case 2: return _IOFBF;
/netbsd-current/regress/sys/uvm/pdsim/
H A Dpdsim.c289 setvbuf(stderr, NULL, _IOFBF, 0); /* XXX */
/netbsd-current/external/bsd/openpam/dist/include/security/
H A Dopenpam.h151 * Checking for _IOFBF is a fairly reliable way to detect the presence
154 #ifdef _IOFBF
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_main.c127 (void)setvbuf(stdout, NULL, _IOFBF, 0);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c605 case 2 : mode = _IOFBF; break; /* full buffering */
/netbsd-current/include/
H A Dstdio.h179 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro
/netbsd-current/lib/libcurses/
H A Dtty.c550 (void)setvbuf(screen->outfd, screen->stdbuf, _IOFBF, screen->len);
/netbsd-current/external/mit/lua/dist/src/
H A Dliolib.c719 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c1186 setvbuf(userData.fp, NULL, _IOFBF, 16384);
/netbsd-current/usr.sbin/quotacheck/
H A Dquotacheck.c338 setvbuf(stdout, msgbuf, _IOFBF, sizeof msgbuf);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1132 void setvbuf(size_t size, int mode = _IOFBF) @trusted
1148 void setvbuf(void[] buf, int mode = _IOFBF) @trusted
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d1429 void setvbuf(size_t size, int mode = _IOFBF) @trusted
1445 void setvbuf(void[] buf, int mode = _IOFBF) @trusted
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfigure8447 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */

Completed in 242 milliseconds