Lines Matching refs:output
1 # $NetBSD: job-output-null.mk,v 1.4 2022/09/03 08:03:27 rillig Exp $
3 # Test how null bytes in the output of a command are handled. Make processes
4 # them using null-terminated strings, which may cut off some of the output.
6 # Before job.c 1.454 from 2022-09-03, make handled null bytes in the output
8 # typically the child processes output text.
19 # In the latter case the output may arrive in 1 to 3 parts, depending on the
22 # there was a '\n' in each of the blocks from the output. Depending on the
23 # exact timing, the output of that test varied, its possible values were '2a',
29 # The null byte from the command output is replaced with a single
34 # Give the parent process a chance to see the above output, but not
35 # yet the output from the next printf command.
38 # Each null byte from the command output is replaced with a single
47 # Each null byte from the command output is replaced with a single
48 # space. Because there is no trailing newline in the output, these
52 # The three null bytes in a row test whether this output is