Lines Matching refs:stdout_buf
871 gchar *stdout_buf = NULL, *stderr_buf = NULL; in on_test_communicate_cancelled_idle() local
880 &stdout_buf, &stderr_buf, &data->error); in on_test_communicate_cancelled_idle()
889 g_assert_null (stdout_buf); in on_test_communicate_cancelled_idle()
1100 gchar *stdout_buf, *stderr_buf; in test_communicate_utf8() local
1113 g_subprocess_communicate_utf8 (proc, stdin_buf, cancellable, &stdout_buf, &stderr_buf, &error); in test_communicate_utf8()
1117 g_assert_cmpstr (stdout_buf, ==, "# hello world" LINEEND); in test_communicate_utf8()
1119 g_assert_null (stdout_buf); in test_communicate_utf8()
1124 g_free (stdout_buf); in test_communicate_utf8()
1175 gchar *stdout_buf; in test_communicate_nothing() local
1186 g_subprocess_communicate_utf8 (proc, "", cancellable, &stdout_buf, NULL, &error); in test_communicate_nothing()
1189 g_assert_cmpstr (stdout_buf, ==, ""); in test_communicate_nothing()
1191 g_free (stdout_buf); in test_communicate_nothing()