Searched refs:pkgconf_buffer_join (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | util.c | 183 pkgconf_buffer_join(¤t_uri, sep, global_xsd_any_uri, part, NULL); in spdxtool_util_get_spdx_id_int() 209 pkgconf_buffer_join(¤t_uri, sep, global_xsd_any_uri, part, string_id, NULL); in spdxtool_util_get_spdx_id_string()
|
| H A D | software.c | 296 pkgconf_buffer_join(©right_buf, '\n', pkgconf_buffer_str_or_empty(&set->buffer), NULL); in serialize_copyright_lines_to_object()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | buffer.c | 364 pkgconf_buffer_join(pkgconf_buffer_t *buffer, int delim, ...) in pkgconf_buffer_join() function
|
| H A D | libpkgconf.h | 605 PKGCONF_API bool pkgconf_buffer_join(pkgconf_buffer_t *buffer, int delim, ...);
|
| H A D | pkg.c | 915 pkgconf_buffer_join(&filebuf, '/', path, dirent->d_name, NULL); in pkgconf_pkg_scan_dir()
|
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-buffer.c | 181 TEST_ASSERT_TRUE(pkgconf_buffer_join(&buf, '/', "usr", "local", "lib", NULL)); in test_buffer_join()
|