Lines Matching refs:render_buf

440 	pkgconf_buffer_t render_buf = PKGCONF_BUFFER_INITIALIZER;  in apply_env_var()  local
455 …pkgconf_fragment_render_buf(&filtered_list, &render_buf, true, state->want_render_ops, (state->wan… in apply_env_var()
457 prefix, pkgconf_buffer_str_or_empty(&render_buf)); in apply_env_var()
458 pkgconf_buffer_finalize(&render_buf); in apply_env_var()
793 pkgconf_buffer_t render_buf = PKGCONF_BUFFER_INITIALIZER; in print_license() local
807 pkgconf_license_render(client, &pkg->license, &render_buf); in print_license()
809 pkgconf_output_putbuf(client->output, PKGCONF_OUTPUT_STDOUT, &render_buf, true); in print_license()
810 pkgconf_buffer_finalize(&render_buf); in print_license()
831 pkgconf_buffer_t render_buf = PKGCONF_BUFFER_INITIALIZER; in apply_link_abi() local
846 if (pkgconf_buffer_len(&render_buf)) in apply_link_abi()
847 pkgconf_buffer_push_byte(&render_buf, ' '); in apply_link_abi()
849 pkgconf_buffer_append(&render_buf, pkgconf_buffer_str(&tag->buffer)); in apply_link_abi()
852 pkgconf_output_putbuf(client->output, PKGCONF_OUTPUT_STDOUT, &render_buf, true); in apply_link_abi()
854 pkgconf_buffer_finalize(&render_buf); in apply_link_abi()
1428 pkgconf_buffer_t render_buf = PKGCONF_BUFFER_INITIALIZER; in pkgconf_cli_run() local
1439 …pkgconf_fragment_render_buf(&target_list, &render_buf, true, state->want_render_ops, (state->want_… in pkgconf_cli_run()
1440 pkgconf_output_putbuf(state->pkg_client.output, PKGCONF_OUTPUT_STDOUT, &render_buf, true); in pkgconf_cli_run()
1441 pkgconf_buffer_finalize(&render_buf); in pkgconf_cli_run()