Home
last modified time | relevance | path

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

/support/
A Dsupport_capture_subprocess.c87 xopen_memstream (&result.err); in support_capture_subprocess()
123 goto err; in copy_and_spawn_sgid()
132 goto err; in copy_and_spawn_sgid()
140 goto err; in copy_and_spawn_sgid()
152 goto err; in copy_and_spawn_sgid()
158 goto err; in copy_and_spawn_sgid()
161 goto err; in copy_and_spawn_sgid()
164 goto err; in copy_and_spawn_sgid()
167 goto err; in copy_and_spawn_sgid()
179 err: in copy_and_spawn_sgid()
[all …]
A Dtst-support_capture_subprocess.c85 char *err; member
100 TEST_VERIFY (fputs (test->err, stderr) >= 0); in test_common()
105 TEST_VERIFY (fputs (test->err, stderr) >= 0); in test_common()
114 const unsigned char *perr = (const unsigned char *) test->err; in test_common()
146 handle_restart (char *out, char *err, const char *write_mode, in handle_restart() argument
152 err, in handle_restart()
234 args[argc++] = test->err; in do_subprogram()
276 .err = random_string (lengths[length_idx_stderr]), in do_multiple_tests()
282 TEST_VERIFY (strlen (test.err) == lengths[length_idx_stderr]); in do_multiple_tests()
289 check_stream ("stderr", &result.err, test.err); in do_multiple_tests()
[all …]
A Dsupport_capture_subprocess_check.c91 if (!(allowed & sc_allow_stderr) && proc->err.length != 0) in support_capture_subprocess_check()
95 fwrite (proc->err.buffer, proc->err.length, 1, stdout); in support_capture_subprocess_check()
A Dcapture_subprocess.h27 struct xmemstream err; member

Completed in 9 milliseconds