Searched refs:errsb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.hpp235 const ErrStream& errsb, void* v)
241 errsb.get_sb(), v);
251 const OutStream& outsb, const ErrStream& errsb,
260 errsb.get_sb(),
271 const OutStream& outsb, const ErrStream& errsb)
273 return exec(prog, argv, outsb, errsb, NULL);
234 fork(void (*start)(void*), const OutStream& outsb, const ErrStream& errsb, void* v) argument
250 exec(const atf::fs::path& prog, const argv_array& argv, const OutStream& outsb, const ErrStream& errsb, void (*prehook)(void)) argument
270 exec(const atf::fs::path& prog, const argv_array& argv, const OutStream& outsb, const ErrStream& errsb) argument
/netbsd-current/external/bsd/atf/dist/tools/
H A Dprocess.hpp267 fork(void (*start)(void*), OutStream outsb, ErrStream errsb, void* v) argument
272 errsb.prepare();
281 errsb.connect_child(STDERR_FILENO);
290 const int stderr_fd = errsb.connect_parent();
298 const OutStream& outsb, const ErrStream& errsb,
302 child c = fork(detail::do_exec, outsb, errsb, &ea);
318 const OutStream& outsb, const ErrStream& errsb)
320 return exec(prog, argv, outsb, errsb, NULL);
297 exec(const tools::fs::path& prog, const argv_array& argv, const OutStream& outsb, const ErrStream& errsb, void (*prehook)(void)) argument
317 exec(const tools::fs::path& prog, const argv_array& argv, const OutStream& outsb, const ErrStream& errsb) argument
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.c459 const atf_process_stream_t *errsb,
471 err = stream_prepare_init(&errsp, errsb);
527 const atf_process_stream_t *errsb,
540 err = init_stream_w_default(errsb, &inherit_errsb, &real_errsb);
546 if (errsb == NULL)
620 const atf_process_stream_t *errsb,
629 PRE(errsb == NULL ||
630 atf_process_stream_type(errsb) != atf_process_stream_type_capture);
632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);
653 const atf_process_stream_t *errsb,
456 fork_with_streams(atf_process_child_t *c, void (*start)(void *), const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void *v) argument
524 atf_process_fork(atf_process_child_t *c, void (*start)(void *), const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void *v) argument
616 atf_process_exec_array(atf_process_status_t *s, const atf_fs_path_t *prog, const char *const *argv, const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void (*prehook)(void)) argument
649 atf_process_exec_list(atf_process_status_t *s, const atf_fs_path_t *prog, const atf_list_t *argv, const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void (*prehook)(void)) argument
[all...]
H A Dsanity_test.c101 atf_process_stream_t outsb, errsb; local
105 RE(atf_process_stream_init_capture(&errsb));
106 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));
107 atf_process_stream_fini(&errsb);
H A Dprocess_test.c709 atf_process_stream_t outsb, errsb; local
715 RE(atf_process_stream_init_inherit(&errsb));
717 RE(atf_process_fork(&child, child_report_pid, &outsb, &errsb, NULL));
728 atf_process_stream_fini(&errsb);
763 atf_process_stream_t outsb, errsb; local
766 RE_ABORT(atf_process_stream_init_inherit(&errsb));
767 RE_ABORT(atf_process_fork(&child, child_loop, &outsb, &errsb, NULL));
769 atf_process_stream_fini(&errsb);
825 atf_process_stream_t outsb, errsb; local
828 RE(atf_process_stream_init_inherit(&errsb));
1008 atf_process_stream_t outsb, errsb; local
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dcheck.c135 const atf_fs_path_t *errfile, atf_process_stream_t *errsb)
143 err = init_sb(errfile, errsb);
177 atf_process_stream_t outsb, errsb; local
180 err = init_sbs(outfile, &outsb, errfile, &errsb);
184 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea);
191 atf_process_stream_fini(&errsb);
134 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb, const atf_fs_path_t *errfile, atf_process_stream_t *errsb) argument

Completed in 72 milliseconds