Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/File/linux/
H A Dstdout.cpp16 constexpr size_t STDOUT_BUFFER_SIZE = 1024; variable
17 uint8_t stdout_buffer[STDOUT_BUFFER_SIZE];
18 static LinuxFile StdOut(1, stdout_buffer, STDOUT_BUFFER_SIZE, _IOLBF, false,