Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_push_byte (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dserialize.c53 pkgconf_buffer_push_byte(buffer, *p); in serialize_escape_string()
85 pkgconf_buffer_push_byte(buffer, '"'); in spdxtool_serialize_value_to_buf()
87 pkgconf_buffer_push_byte(buffer, '"'); in spdxtool_serialize_value_to_buf()
101 pkgconf_buffer_push_byte(buffer, '{'); in spdxtool_serialize_value_to_buf()
102 pkgconf_buffer_push_byte(buffer, '\n'); in spdxtool_serialize_value_to_buf()
111 pkgconf_buffer_push_byte(buffer, ','); in spdxtool_serialize_value_to_buf()
112 pkgconf_buffer_push_byte(buffer, '\n'); in spdxtool_serialize_value_to_buf()
116 pkgconf_buffer_push_byte(buffer, '}'); in spdxtool_serialize_value_to_buf()
122 pkgconf_buffer_push_byte(buffer, '['); in spdxtool_serialize_value_to_buf()
123 pkgconf_buffer_push_byte(buffer, '\n'); in spdxtool_serialize_value_to_buf()
[all …]
H A Dmain.c207 pkgconf_buffer_push_byte(&queryparams, ' '); in main()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c101 if (!pkgconf_buffer_push_byte(buf, p[i])) in pkgconf_buffer_append_slice()
215 pkgconf_buffer_push_byte(pkgconf_buffer_t *buffer, char byte) in pkgconf_buffer_push_byte() function
332 if (!pkgconf_buffer_push_byte(buffer, delim)) in pkgconf_buffer_vjoin()
501 if (!pkgconf_buffer_push_byte(dest, *iter++)) in pkgconf_buffer_subst()
535 if (!pkgconf_buffer_push_byte(dest, '\\')) in pkgconf_buffer_escape()
539 if (!pkgconf_buffer_push_byte(dest, *p)) in pkgconf_buffer_escape()
H A Doutput.c31 pkgconf_buffer_push_byte(&buf, '\n'); in pkgconf_output_putbuf()
46 pkgconf_buffer_push_byte(&buf, '\n'); in pkgconf_output_puts()
H A Dlicense.c34 pkgconf_buffer_push_byte(buf, s[i]); in license_sanitize_string()
326 pkgconf_buffer_push_byte(buf, ' '); in pkgconf_license_render()
H A Dfileio.c22 do { if (!pkgconf_buffer_push_byte((buf), (char) (c))) return false; } while (0)
H A Dpkg.c198 pkgconf_buffer_push_byte(&tag, (char) tolower((unsigned char) *p++)); in pkgconf_pkg_parser_link_abi_func()
400 pkgconf_buffer_push_byte(&buf, '/'); in convert_path_to_value()
403 pkgconf_buffer_push_byte(&buf, '\\'); in convert_path_to_value()
404 pkgconf_buffer_push_byte(&buf, ' '); in convert_path_to_value()
407 pkgconf_buffer_push_byte(&buf, *i); in convert_path_to_value()
H A Dfragment.c775 pkgconf_buffer_push_byte(buf, ctx->delim); in fragment_render()
815 pkgconf_buffer_push_byte(buf, ctx.delim); in pkgconf_fragment_render_buf()
H A Dlibpkgconf.h600 PKGCONF_API bool pkgconf_buffer_push_byte(pkgconf_buffer_t *buffer, char byte);
/freebsd/contrib/pkgconf/cli/
H A Drenderer-msvc.c80 pkgconf_buffer_push_byte(buf, '"'); in msvc_renderer_render()
85 pkgconf_buffer_push_byte(buf, '"'); in msvc_renderer_render()
H A Dcore.c847 pkgconf_buffer_push_byte(&render_buf, ' '); in apply_link_abi()
922 pkgconf_buffer_push_byte(buffer, delim); in path_list_to_buffer()
1232 pkgconf_buffer_push_byte(&queryparams, ' '); in pkgconf_cli_run()
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c98 TEST_ASSERT_TRUE(pkgconf_buffer_push_byte(&buf, 'a')); in test_buffer_push_byte()
99 TEST_ASSERT_TRUE(pkgconf_buffer_push_byte(&buf, 'b')); in test_buffer_push_byte()
100 TEST_ASSERT_TRUE(pkgconf_buffer_push_byte(&buf, 'c')); in test_buffer_push_byte()
117 pkgconf_buffer_push_byte(&buf, 'x'); in test_buffer_trim_byte()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c447 pkgconf_buffer_push_byte(&pathbuf, '/'); in prefixed_path_split()
762 pkgconf_buffer_push_byte(&child, '/'); in rmdir_recursive()
828 pkgconf_buffer_push_byte(&buf, '/'); in mkdir_recursive()
874 pkgconf_buffer_push_byte(&cmdbuf, '/'); in run_tool()
1011 pkgconf_buffer_push_byte(&srcpath, '/'); in run_setup()
1077 pkgconf_buffer_push_byte(&search_path_buf, ' '); in annotate_result()
1091 pkgconf_buffer_push_byte(&wanted_flags_buf, ' '); in annotate_result()
1334 pkgconf_buffer_push_byte(&filepath, '/'); in run_test_case()
1479 pkgconf_buffer_push_byte(&pathbuf, '/'); in process_test_directory()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c462 pkgconf_buffer_push_byte(&queryparams, ' '); in main()