Searched refs:atf_utils_create_file (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.h41 void atf_utils_create_file(const char *, const char *, ...)
H A Dutils_test.c73 atf_utils_create_file("file.txt", "%s", "");
87 atf_utils_create_file("file.txt", "This is a single line\n");
101 atf_utils_create_file("file.txt", "First\nSecond line\nAnd third\n");
115 atf_utils_create_file("file.txt", "Foo\n bar baz");
129 atf_utils_create_file("test.txt", "%s", "");
136 atf_utils_create_file("test.txt", "%s", "");
145 atf_utils_create_file("test.txt", "this is a short file");
152 atf_utils_create_file("test.txt", "this is a short file");
168 atf_utils_create_file("test.txt", "%s", long_contents);
181 atf_utils_create_file("tes
[all...]
H A Dutils.c181 atf_utils_create_file(const char *name, const char *contents, ...) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.cpp60 atf_utils_create_file(path.c_str(), "%s", contents.c_str());

Completed in 1067 milliseconds