Lines Matching refs:RE
55 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));
62 RE(atf_check_build_c_o(path, "test.o", optargs, &success));
76 RE(atf_fs_path_init_fmt(&path, "%s/%s",
103 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers",
119 RE(atf_tc_run(data->m_tc, data->m_resname));
134 RE(atf_fs_path_init_fmt(&outpath, outname));
135 RE(atf_fs_path_init_fmt(&errpath, errname));
139 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
140 RE(atf_process_stream_init_redirect_path(&errb, &errpath));
141 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data));
145 RE(atf_process_child_wait(&child, &status));