Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfdt_boot.c378 const char *stdout_path; in fdt_update_stdout_path()
385 if (optstr_get_string(boot_args, "stdout-path", &stdout_path) == false) in fdt_update_stdout_path()
388 const char *ep = strchr(stdout_path, ' '); in fdt_update_stdout_path()
389 size_t stdout_path_len = ep ? (ep - stdout_path) : strlen(stdout_path); in fdt_update_stdout_path()
393 strncpy(buf, stdout_path, stdout_path_len); in fdt_update_stdout_path()
377 const char *stdout_path; fdt_update_stdout_path() local
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp401 const fs::path& stdout_path, in debug_test_case() argument
426 result_file.file(), stdout_path, stderr_path, in debug_test_case()
431 hooks.got_stdout(stdout_path); in debug_test_case()
440 hooks.got_stdout(stdout_path); in debug_test_case()
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Ddebug_test.cpp123 const fs::path& stdout_path, in drive() argument
138 stdout_path, stderr_path); in drive()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dcheck_test.cpp262 out.reset(new atf::fs::path(r->stdout_path())); in ATF_TEST_CASE_BODY()
339 const std::string out1 = r1->stdout_path(); in ATF_TEST_CASE_BODY()
340 const std::string out2 = r2->stdout_path(); in ATF_TEST_CASE_BODY()
H A Dcheck.hpp109 const std::string stdout_path(void) const;
H A Dcheck.cpp91 impl::check_result::stdout_path(void) const in stdout_path() function in impl::check_result
/netbsd-src/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp575 cat_file(atf::fs::path(cr.stdout_path())); in run_status_check()
748 atf::fs::path(r.stdout_path()), "stdout"); in run_output_checks()