Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_join (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dutil.c183 pkgconf_buffer_join(&current_uri, sep, global_xsd_any_uri, part, NULL); in spdxtool_util_get_spdx_id_int()
209 pkgconf_buffer_join(&current_uri, sep, global_xsd_any_uri, part, string_id, NULL); in spdxtool_util_get_spdx_id_string()
H A Dsoftware.c296 pkgconf_buffer_join(&copyright_buf, '\n', pkgconf_buffer_str_or_empty(&set->buffer), NULL); in serialize_copyright_lines_to_object()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c364 pkgconf_buffer_join(pkgconf_buffer_t *buffer, int delim, ...) in pkgconf_buffer_join() function
H A Dlibpkgconf.h605 PKGCONF_API bool pkgconf_buffer_join(pkgconf_buffer_t *buffer, int delim, ...);
H A Dpkg.c915 pkgconf_buffer_join(&filebuf, '/', path, dirent->d_name, NULL); in pkgconf_pkg_scan_dir()
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c181 TEST_ASSERT_TRUE(pkgconf_buffer_join(&buf, '/', "usr", "local", "lib", NULL)); in test_buffer_join()