Searched defs:formatted (Results 1 - 3 of 3) sorted by relevance
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | ui.cpp | 88 std::string formatted; local 90 formatted = tag + pad; 92 formatted = fullpad; 93 assert(formatted.length() == col); 106 formatted += '\n' + tag + pad; 108 formatted += '\n' + fullpad; 111 formatted += ' '; 115 formatted += word; 119 return formatted; 148 std::string formatted; local [all...] |
| /bind-9.11.3/unit/atf-src/atf-c/ |
| H A D | utils.c | 208 atf_dynstr_t formatted; local 212 error = atf_dynstr_init_ap(&formatted, contents, ap); 218 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted), 219 atf_dynstr_length(&formatted)) != -1); 222 atf_dynstr_fini(&formatted); 301 atf_dynstr_t formatted; local 305 error = atf_dynstr_init_ap(&formatted, regex, ap); 313 found = grep_string(atf_dynstr_cstring(&formatted), line); 318 atf_dynstr_fini(&formatted); 335 atf_dynstr_t formatted; local [all...] |
| H A D | tc.c | 352 * The formatted reason is stored in out_reason. out_reason is initialized 938 atf_dynstr_t formatted; local 944 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); 947 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted); 955 atf_dynstr_t formatted; local 961 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); 964 create_resfile(ctx->resfile, "expected_signal", signo, &formatted); 971 atf_dynstr_t formatted; local 977 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); 980 create_resfile(ctx->resfile, "expected_death", -1, &formatted); 987 atf_dynstr_t formatted; local [all...] |
Completed in 29 milliseconds