Searched defs:errfile (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c81 const atf_fs_path_t *errfile)
94 atf_error_t err = atf_fs_unlink(errfile);
135 const atf_fs_path_t *errfile, atf_process_stream_t *errsb)
143 err = init_sb(errfile, errsb);
173 const atf_fs_path_t *errfile, atf_process_status_t *status)
180 err = init_sbs(outfile, &outsb, errfile, &errsb);
80 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile, const atf_fs_path_t *errfile) argument
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
172 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, const atf_fs_path_t *errfile, atf_process_status_t *status) argument

Completed in 11 milliseconds