Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/detail/
HDprocess.c392 const stream_prepare_t *outsp, in do_parent() argument
403 parent_connect(outsp, &c->m_stdout); in do_parent()
421 const stream_prepare_t *outsp, in do_child() argument
426 err = child_connect(outsp, STDOUT_FILENO); in do_child()
459 stream_prepare_t outsp; in fork_with_streams() local
463 err = stream_prepare_init(&outsp, outsb); in fork_with_streams()
478 do_child(start, v, &outsp, &errsp); in fork_with_streams()
483 err = do_parent(c, pid, &outsp, &errsp); in fork_with_streams()
493 stream_prepare_fini(&outsp); in fork_with_streams()