Home
last modified time | relevance | path

Searched refs:atf_process_child_t (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/atf/atf-c/detail/
HDprocess.h101 typedef struct atf_process_child atf_process_child_t; typedef
103 atf_error_t atf_process_child_wait(atf_process_child_t *,
105 pid_t atf_process_child_pid(const atf_process_child_t *);
106 int atf_process_child_stdout(atf_process_child_t *);
107 int atf_process_child_stderr(atf_process_child_t *);
113 atf_error_t atf_process_fork(atf_process_child_t *,
HDprocess.c248 atf_process_child_init(atf_process_child_t *c) in atf_process_child_init()
259 atf_process_child_fini(atf_process_child_t *c) in atf_process_child_fini()
268 atf_process_child_wait(atf_process_child_t *c, atf_process_status_t *s) in atf_process_child_wait()
285 atf_process_child_pid(const atf_process_child_t *c) in atf_process_child_pid()
291 atf_process_child_stdout(atf_process_child_t *c) in atf_process_child_stdout()
298 atf_process_child_stderr(atf_process_child_t *c) in atf_process_child_stderr()
390 do_parent(atf_process_child_t *c, in do_parent()
452 fork_with_streams(atf_process_child_t *c, in fork_with_streams()
520 atf_process_fork(atf_process_child_t *c, in atf_process_fork()
620 atf_process_child_t c; in atf_process_exec_array()
HDprocess_test.c71 void (*process)(void *, atf_process_child_t *);
130 capture_stream_process(void *v, atf_process_child_t *c) in capture_stream_process()
414 atf_process_child_t child; in do_fork()
706 atf_process_child_t child; in ATF_TC_BODY()
745 atf_process_child_t child; in child_spawn_loop_and_wait_eintr()
817 atf_process_child_t child; in ATF_TC_BODY()
1010 atf_process_child_t child; in ATF_TC_BODY()
1023 atf_process_child_t child; in ATF_TC_BODY()
HDtest_helpers.c127 atf_process_child_t child; in run_h_tc()
HDsanity_test.c92 atf_process_child_t child; in do_test()
/NextBSD/contrib/atf/atf-c++/detail/
Dprocess.hpp199 atf_process_child_t m_child;
205 child(atf_process_child_t& c);
232 atf_process_child_t c; in fork()
Dprocess.cpp283 impl::child::child(atf_process_child_t& c) : in child()
/NextBSD/contrib/atf/atf-c/
HDcheck.c172 atf_process_child_t child; in fork_and_wait()