Searched refs:_IOFBF (Results 1 – 18 of 18) sorted by relevance
/freebsd/lib/libstdbuf/ |
H A D | stdbuf.c | 63 mode = _IOFBF; in change_buf() 93 mode = _IOFBF; in change_buf()
|
/freebsd/usr.bin/cmp/ |
H A D | special.c | 60 (void)setvbuf(fp1, NULL, _IOFBF, 65536); in c_special() 63 (void)setvbuf(fp2, NULL, _IOFBF, 65536); in c_special()
|
/freebsd/lib/libc/stdio/ |
H A D | setbuf.c | 41 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
H A D | setbuffer.c | 41 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size); in setbuffer()
|
H A D | setvbuf.c | 60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf()
|
/freebsd/lib/libc/gen/ |
H A D | getutxent.c | 82 (void)setvbuf(uf, NULL, _IOFBF, in setutxdb()
|
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 152 #ifdef _IOFBF
|
/freebsd/contrib/libder/tests/ |
H A D | fuzz_stream.c | 130 setvbuf(fp, NULL, 0, _IOFBF); in fuzz_file()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 108 (void)setvbuf(stdout, NULL, _IOFBF, 0); in main()
|
/freebsd/contrib/ntp/libntp/ |
H A D | msyslog.c | 606 case 2 : mode = _IOFBF; break; /* full buffering */ in change_iobufs()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 28 _IOFBF
|
/freebsd/include/ |
H A D | stdio.h | 205 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro
|
/freebsd/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 407 _nonblock_eagain(_IOFBF); in ATF_TC_BODY()
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 717 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 754 setvbuf(f, NULL, _IOFBF, B_size); in fetch()
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmlwf.c | 1245 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 202 SYMBOL(_IOFBF, None, <stdio.h>)
|
H A D | StdSymbolMap.inc | 516 SYMBOL(_IOFBF, None, <cstdio>) 517 SYMBOL(_IOFBF, None, <stdio.h>)
|