Searched refs:cat_file (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/atf/atf-sh/ |
| D | atf-check.cpp | 360 cat_file(const atf::fs::path& path) in cat_file() function 564 cat_file(atf::fs::path(cr.stdout_path())); in run_status_check() 568 cat_file(atf::fs::path(cr.stderr_path())); in run_status_check() 617 cat_file(atf::fs::path(oc.value)); in run_output_check() 636 cat_file(temp.get_path()); in run_output_check() 645 cat_file(path); in run_output_check() 650 cat_file(path); in run_output_check()
|
| /freebsd-10-stable/contrib/atf/atf-c++/ |
| D | utils_test.cpp | 72 atf::utils::cat_file("file.txt", "PREFIX"); in ATF_TEST_CASE_BODY() 84 atf::utils::cat_file("file.txt", "PREFIX"); in ATF_TEST_CASE_BODY() 96 atf::utils::cat_file("file.txt", ">"); in ATF_TEST_CASE_BODY() 109 atf::utils::cat_file("file.txt", "PREFIX"); in ATF_TEST_CASE_BODY()
|
| D | utils.hpp | 38 void cat_file(const std::string&, const std::string&);
|
| D | utils.cpp | 36 atf::utils::cat_file(const std::string& path, const std::string& prefix) in cat_file() function in atf::utils
|
| /freebsd-10-stable/contrib/less/ |
| D | main.c | 236 cat_file(); 240 cat_file();
|
| D | edit.c | 769 cat_file() in cat_file() function
|
| D | funcs.h | 120 public void cat_file LESSPARAMS ((VOID_PARAM));
|
| /freebsd-10-stable/contrib/atf/ |
| D | NEWS | 139 * Added the cat_file, compare_file, copy_file, create_file, file_exists,
|