Searched refs:outsp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | process.c | 393 const stream_prepare_t *outsp, in do_parent() argument 404 parent_connect(outsp, &c->m_stdout); in do_parent() 422 const stream_prepare_t *outsp, in do_child() argument 427 err = child_connect(outsp, STDOUT_FILENO); in do_child() 460 stream_prepare_t outsp; in fork_with_streams() local 464 err = stream_prepare_init(&outsp, outsb); in fork_with_streams() 479 do_child(start, v, &outsp, &errsp); in fork_with_streams() 484 err = do_parent(c, pid, &outsp, &errsp); in fork_with_streams() 494 stream_prepare_fini(&outsp); in fork_with_streams()
|