Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/File/linux/
H A Dstdin.cpp17 uint8_t stdin_buffer[STDIN_BUFFER_SIZE]; variable
18 static LinuxFile StdIn(0, stdin_buffer, STDIN_BUFFER_SIZE, _IOFBF, false,