| /src/lib/libc/stdio/ |
| setbuf.c | 57 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
|
| setbuffer.c | 55 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
|
| setvbuf.c | 72 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
|
| /src/external/bsd/top/dist/ |
| os.h | 66 #define setbuffer(f, b, s) setvbuf((f), (b), (b) ? _IOFBF : _IONBF, (s))
|
| top.c | 786 setvbuf(stdout, stdoutbuf, _IOFBF, BUFFERSIZE);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| stdio.d | 828 _IOFBF = 0, 873 _IOFBF = 0, 914 _IOFBF = 0, 933 _IOFBF = 0, 956 _IOFBF = 0, 979 _IOFBF = 0, 1002 _IOFBF = 0, 1024 _IOFBF = 0, 1042 _IOFBF = 0x00, 1075 _IOFBF = 0 [all...] |
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| stdio.c | 67 setvbuf( f, str, _IOFBF, n );
|
| /src/tests/lib/libc/stdio/ |
| h_intr.c | 72 { "IOFBF", _IOFBF }, 334 case 2: return _IOFBF;
|
| /src/regress/sys/uvm/pdsim/ |
| pdsim.c | 289 setvbuf(stderr, NULL, _IOFBF, 0); /* XXX */
|
| /src/external/bsd/openpam/dist/include/security/ |
| openpam.h | 151 * Checking for _IOFBF is a fairly reliable way to detect the presence 154 #ifdef _IOFBF
|
| /src/external/bsd/ntp/dist/libntp/ |
| msyslog.c | 606 case 2 : mode = _IOFBF; break; /* full buffering */
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_main.c | 127 (void)setvbuf(stdout, NULL, _IOFBF, 0);
|
| /src/include/ |
| stdio.h | 179 #define _IOFBF 0 /* setvbuf should set fully buffered */
|
| /src/lib/libcurses/ |
| tty.c | 553 (void)setvbuf(screen->outfd, screen->stdbuf, _IOFBF, screen->len);
|
| /src/external/mit/lua/dist/src/ |
| liolib.c | 719 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 338 setvbuf(stdout, msgbuf, _IOFBF, sizeof msgbuf);
|
| /src/external/mit/expat/dist/xmlwf/ |
| xmlwf.c | 1245 setvbuf(userData.fp, NULL, _IOFBF, 16384);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| stdio.d | 1429 void setvbuf(size_t size, int mode = _IOFBF) @trusted 1445 void setvbuf(void[] buf, int mode = _IOFBF) @trusted
|
| /src/external/bsd/zstd/dist/programs/ |
| fileio.c | 673 if (setvbuf(f, NULL, _IOFBF, 1 MB)) {
|
| /src/external/gpl2/gmake/dist/ |
| configure | 8447 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
|