Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c2383 static int line_buffered = -1; in lbuf_putc() local
2384 if (line_buffered == -1) in lbuf_putc()
2385 line_buffered = isatty (STDIN_FILENO) || isatty (STDOUT_FILENO); in lbuf_putc()
2386 if (line_buffered) in lbuf_putc()