Lines Matching refs:result
84 struct support_capture_subprocess result; in do_test() local
85 result = support_capture_subprocess (call_system, in do_test()
89 support_capture_subprocess_check (&result, "system", 0, sc_allow_stderr); in do_test()
94 TEST_COMPARE_STRING (result.err.buffer, returnerr); in do_test()
103 struct support_capture_subprocess result; in do_test() local
104 result = support_capture_subprocess (call_system, in do_test()
108 support_capture_subprocess_check (&result, "system", 0, sc_allow_stderr); in do_test()
113 TEST_COMPARE_STRING (result.err.buffer, returnerr); in do_test()
118 struct support_capture_subprocess result; in do_test() local
119 result = support_capture_subprocess (call_system, in do_test()
123 support_capture_subprocess_check (&result, "system", 0, sc_allow_none); in do_test()
127 struct support_capture_subprocess result; in do_test() local
128 result = support_capture_subprocess (call_system, in do_test()
130 support_capture_subprocess_check (&result, "system", 0, sc_allow_stdout); in do_test()
131 TEST_COMPARE_STRING (result.out.buffer, "...\n"); in do_test()
135 struct support_capture_subprocess result; in do_test() local
136 result = support_capture_subprocess (call_system, in do_test()
138 support_capture_subprocess_check (&result, "system", 0, sc_allow_none); in do_test()
147 struct support_capture_subprocess result; in do_test() local
148 result = support_capture_subprocess (call_system, in do_test()
152 support_capture_subprocess_check (&result, "system", 0, sc_allow_none); in do_test()