HomeSort by: relevance | last modified time | path
    Searched refs:buffered (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-ignore.mk 11 # ignore-errors". This is due to stdout being buffered.
18 # The explanation for the output reordering is that the output is buffered.
19 # As the manual page says, in debugging mode stdout is line buffered.
21 # fully buffered.
opt-ignore.mk 13 .MAKEFLAGS: -d0 # switch stdout to being line-buffered
opt-keep-going.mk 11 .MAKEFLAGS: -d0 # switch stdout to being line-buffered
opt-chdir.mk 8 .MAKEFLAGS: -d0 # switch stdout to line-buffered
opt.mk 5 .MAKEFLAGS: -d0 # make stdout line-buffered
sh-dots.mk 7 .MAKEFLAGS: -d0 # switch stdout to being line-buffered
  /src/distrib/utils/more/
ch.c 107 static int buffered __P((long));
137 * find it already buffered.
187 * Set an EOI marker in the buffered data itself. Then ensure the
250 buffered(block) function
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
304 * beginning of the pipe is no longer buffered.
375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) {

Completed in 14 milliseconds