Searched refs:formatted (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp89 std::string formatted; local
91 formatted = tag + pad;
93 formatted = fullpad;
94 INV(formatted.length() == col);
107 formatted += '\n' + tag + pad;
109 formatted += '\n' + fullpad;
112 formatted += ' ';
116 formatted += word;
120 return formatted;
149 std::string formatted; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c184 atf_dynstr_t formatted; local
188 error = atf_dynstr_init_ap(&formatted, contents, ap);
194 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
195 atf_dynstr_length(&formatted)) != -1);
198 atf_dynstr_fini(&formatted);
268 atf_dynstr_t formatted; local
272 error = atf_dynstr_init_ap(&formatted, regex, ap);
280 found = grep_string(atf_dynstr_cstring(&formatted), line);
285 atf_dynstr_fini(&formatted);
302 atf_dynstr_t formatted; local
[all...]
H A Dtc.c356 * The formatted reason is stored in out_reason. out_reason is initialized
940 atf_dynstr_t formatted; local
946 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
949 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
957 atf_dynstr_t formatted; local
963 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
966 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
973 atf_dynstr_t formatted; local
979 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
982 create_resfile(ctx->resfile, "expected_death", -1, &formatted);
989 atf_dynstr_t formatted; local
[all...]

Completed in 21 milliseconds