Searched refs:o_stdout (Results 1 – 2 of 2) sorted by relevance
73 static int o_stdout; /* output file is stdout */ variable548 if (!o_stdout) { in fetch()597 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) { in fetch()605 if (us.size == -1 && !o_stdout && v_level > 0) in fetch()617 if (o_stdout) { in fetch()785 if (!n_flag && us.mtime && !o_stdout && of != NULL && in fetch()825 if(!o_stdout && a_flag && count > size_prev) { in fetch()1122 o_stdout = 1; in main()1164 if (o_stdout) { in main()
124 pkgconf_buffer_t o_stdout; member225 pkgconf_buffer_t *dest = stream == PKGCONF_OUTPUT_STDERR ? &out->o_stderr : &out->o_stdout; in write_handler()245 pkgconf_buffer_reset(&out->o_stdout); in test_output_reset()864 run_tool(const pkgconf_test_case_t *testcase, pkgconf_buffer_t *o_stdout, pkgconf_buffer_t *o_stder… in run_tool() argument915 bool ok = read_file_into_buffer(pipe, o_stdout); in run_tool()1131 pkgconf_buffer_str_or_empty(&out->o_stdout)); in annotate_result()1243 ret = run_tool(testcase, &out->o_stdout, &out->o_stderr); in run_test_case()1305 if (pkgconf_buffer_len(&out->o_stdout)) in run_test_case()1306 pkgconf_buffer_trim_byte(&out->o_stdout); in run_test_case()1323 if (!test_match_buffer(testcase->match_stdout, &expected_expanded, &out->o_stdout, "stdout")) in run_test_case()[all …]