Lines Matching refs:atf_dynstr_cstring
221 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted), in atf_utils_create_file()
268 atf_utils_redirect(STDOUT_FILENO, atf_dynstr_cstring(&out_name)); in atf_utils_fork()
269 atf_utils_redirect(STDERR_FILENO, atf_dynstr_cstring(&err_name)); in atf_utils_fork()
323 found = grep_string(atf_dynstr_cstring(&formatted), line); in atf_utils_grep_file()
353 res = grep_string(atf_dynstr_cstring(&formatted), str); in atf_utils_grep_string()
437 atf_utils_cat_file(atf_dynstr_cstring(&out_name), "subprocess stdout: "); in atf_utils_wait()
438 atf_utils_cat_file(atf_dynstr_cstring(&err_name), "subprocess stderr: "); in atf_utils_wait()
448 atf_utils_copy_file(atf_dynstr_cstring(&out_name), in atf_utils_wait()
451 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&out_name), in atf_utils_wait()
457 atf_utils_copy_file(atf_dynstr_cstring(&err_name), in atf_utils_wait()
460 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&err_name), in atf_utils_wait()
464 ATF_REQUIRE(unlink(atf_dynstr_cstring(&out_name)) != -1); in atf_utils_wait()
465 ATF_REQUIRE(unlink(atf_dynstr_cstring(&err_name)) != -1); in atf_utils_wait()