Lines Matching refs:stdout
11 # ignore-errors". This is due to stdout being buffered.
19 # As the manual page says, in debugging mode stdout is line buffered.
20 # In these tests the output is redirected to a file, therefore stdout is
27 # * the "fflush" line, to see stdout being flushed
37 # Goes to the stdout buffer (CompatRunCommand, keyword "!silent") and
38 # the immediate call to fflush(stdout) copies it to STDOUT_FILENO.
40 # Goes to the stdout buffer but is not flushed (CompatRunCommand, near
47 # Goes to the stdout buffer, where the "*** Error code 1 (ignored)" is
50 # Goes to the stdout buffer.
52 # Goes to the stdout buffer.
54 # Flushes the stdout buffer to STDOUT_FILENO.