Lines Matching refs:RE

128     RE(atf_process_stream_init_capture(&s->m_base.m_sb));
207 RE(atf_process_stream_init_connect(&s->m_base.m_sb, src_fd, s->m_fd));
243 RE(atf_process_stream_init_inherit(&s->m_base.m_sb));
334 RE(atf_process_stream_init_redirect_fd(&s->m_base.m_sb, s->m_fd));
369 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
372 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
379 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
425 RE(atf_process_fork(&child, child_print, outfs->m_sb_ptr,
431 RE(atf_process_child_wait(&child, &status));
453 RE(atf_process_stream_init_capture(&sb));
471 RE(atf_process_stream_init_connect(&sb, 1, 2));
489 RE(atf_process_stream_init_inherit(&sb));
507 RE(atf_process_stream_init_redirect_fd(&sb, 1));
526 RE(atf_fs_path_init_fmt(&path, "foo"));
527 RE(atf_process_stream_init_redirect_path(&sb, &path));
610 RE(atf_process_status_init(&s, rawstatus));
620 RE(atf_process_status_init(&s, rawstatus));
639 RE(atf_process_status_init(&s, rawstatus));
650 RE(atf_process_status_init(&s, rawstatus));
676 RE(atf_process_status_init(&s, rawstatus));
714 RE(atf_process_stream_init_capture(&outsb));
715 RE(atf_process_stream_init_inherit(&errsb));
717 RE(atf_process_fork(&child, child_report_pid, &outsb, &errsb, NULL));
724 RE(atf_process_child_wait(&child, &status));
827 RE(atf_process_stream_init_capture(&outsb));
828 RE(atf_process_stream_init_inherit(&errsb));
829 RE(atf_process_fork(&child, child_spawn_loop_and_wait_eintr,
851 RE(atf_process_child_wait(&child, &status));
876 RE(atf_process_exec_array(s, &process_helpers, argv, NULL, NULL, prehook));
916 RE(atf_list_init(&argv));
926 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
927 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
928 RE(atf_process_exec_list(&status, &process_helpers, &argv, &outsb,
1010 RE(atf_process_stream_init_inherit(&outsb));
1011 RE(atf_process_stream_init_inherit(&errsb));
1017 RE(atf_process_fork(&child, child_cookie, &outsb, &errsb, NULL));
1018 RE(atf_process_child_wait(&child, &status));
1031 RE(atf_process_fork(&child, child_cookie, &outsb, &errsb, &dummy_int));
1032 RE(atf_process_child_wait(&child, &status));