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

/freebsd-current/lib/libc/stdio/
H A Dsetbuf.c41 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetbuffer.c41 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
H A Dsetvbuf.c60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX)
/freebsd-current/lib/libstdbuf/
H A Dstdbuf.c63 mode = _IOFBF;
93 mode = _IOFBF;
/freebsd-current/usr.bin/cmp/
H A Dspecial.c59 (void)setvbuf(fp1, NULL, _IOFBF, 65536);
62 (void)setvbuf(fp2, NULL, _IOFBF, 65536);
/freebsd-current/lib/libc/gen/
H A Dgetutxent.c82 (void)setvbuf(uf, NULL, _IOFBF,
/freebsd-current/contrib/nvi/cl/
H A Dcl_main.c108 (void)setvbuf(stdout, NULL, _IOFBF, 0);
/freebsd-current/contrib/openpam/include/security/
H A Dopenpam.h149 * Checking for _IOFBF is a fairly reliable way to detect the presence
152 #ifdef _IOFBF
/freebsd-current/contrib/ntp/libntp/
H A Dmsyslog.c606 case 2 : mode = _IOFBF; break; /* full buffering */
/freebsd-current/lib/libc/tests/stdio/
H A Dgetdelim_test.c407 _nonblock_eagain(_IOFBF);
/freebsd-current/include/
H A Dstdio.h202 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro
/freebsd-current/contrib/lua/src/
H A Dliolib.c717 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
/freebsd-current/usr.bin/fetch/
H A Dfetch.c753 setvbuf(f, NULL, _IOFBF, B_size);
/freebsd-current/contrib/expat/xmlwf/
H A Dxmlwf.c1245 setvbuf(userData.fp, NULL, _IOFBF, 16384);

Completed in 505 milliseconds