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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c69 static idn_result_t read_file(const char *file, FILE *fp,
100 r = read_file(file, fp, ctx->set);
152 read_file(const char *file, FILE *fp, idn_ucsset_t set) { function
H A Dfilemapper.c83 static idn_result_t read_file(const char *file, FILE *fp,
112 r = read_file(file, fp, ctx->map);
238 read_file(const char *file, FILE *fp, idn_ucsmap_t map) { function
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils_test.c56 read_file(const char *path, void *const buffer, const size_t buflen) function
77 read_file("captured.txt", buffer, sizeof(buffer));
91 read_file("captured.txt", buffer, sizeof(buffer));
105 read_file("captured.txt", buffer, sizeof(buffer));
119 read_file("captured.txt", buffer, sizeof(buffer));
214 read_file("test.txt", buffer, sizeof(buffer));
252 read_file(atf_dynstr_cstring(&out_name), buffer, sizeof(buffer));
254 read_file(atf_dynstr_cstring(&err_name), buffer, sizeof(buffer));
358 read_file("captured.txt", buffer, sizeof(buffer));
371 read_file("capture
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils_test.cpp46 read_file(const std::string& path) function
76 ATF_REQUIRE_EQ("", read_file("captured.txt"));
88 ATF_REQUIRE_EQ("PREFIXThis is a single line\n", read_file("captured.txt"));
101 read_file("captured.txt"));
113 ATF_REQUIRE_EQ("PREFIXFoo\nPREFIX bar baz", read_file("captured.txt"));
206 ATF_REQUIRE_EQ("This is a %d test", read_file("test.txt"));
242 ATF_REQUIRE_EQ("Child stdout\n", read_file(out_name.str()));
243 ATF_REQUIRE_EQ("Child stderr\n", read_file(err_name.str()));
304 ATF_REQUIRE_EQ("The printed message", read_file("captured.txt"));
315 ATF_REQUIRE_EQ("The printed message", read_file("capture
[all...]

Completed in 42 milliseconds