Home
last modified time | relevance | path

Searched refs:_IOFBF (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dsetvbuf.cpp63 setvbuf(stdout, buf, _IOFBF, BUFSIZ); in test_setvbuf()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp75 #ifndef _IOFBF
76 #error _IOFBF not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp76 #ifndef _IOFBF
77 #error _IOFBF not defined
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp56 #ifndef _IOFBF
57 #error _IOFBF not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp57 #ifndef _IOFBF
58 #error _IOFBF not defined
/external/libcxx/include/
Dcstdio29 _IOFBF
/external/llvm-project/libcxx/include/
Dcstdio28 _IOFBF
/external/blktrace/
Dblkiomon.c540 mode = _IOFBF; in blkiomon_open_output()
Dblkparse.c2905 mode = _IOFBF; in main()
2932 if (setvbuf(dump_fp, bin_ofp_buffer, _IOFBF, 128 * 1024)) { in main()
/external/lua/src/
Dliolib.c710 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/external/rust/crates/libc/src/windows/
Dmod.rs113 pub const _IOFBF: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs153 pub const _IOFBF: ::c_int = 0; constant
/external/expat/xmlwf/
Dxmlwf.c1096 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()
/external/rust/crates/libc/src/
Dwasi.rs181 pub const _IOFBF: c_int = 0; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs518 pub const _IOFBF: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs498 pub const _IOFBF: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs451 pub const _IOFBF: ::c_int = 0; constant
/external/python/cpython2/Objects/
Dfileobject.c531 type = _IOFBF; in PyFile_SetBufSize()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc201 SYMBOL(_IOFBF, None, <stdio.h>)
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs982 pub const _IOFBF: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1532 pub const _IOFBF: ::c_int = 0; constant
/external/ImageMagick/MagickCore/
Dblob.c3210 _IONBF : _IOFBF,size); in SetStreamBuffering()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1400 pub const _IOFBF: ::c_int = 0; constant
/external/flac/src/libFLAC/
Dstream_encoder.c1364 setvbuf(file, NULL, _IOFBF, 10*1024*1024); in init_FILE_internal_()