Searched refs:pkgconf_buffer_subst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-buffer.c | 259 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst, &src, "${PREFIX}", "/opt/foo")); in test_buffer_subst() 279 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst0, &src, "", "foo")); in test_buffer_subst_empty_pattern() 280 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst1, &src, "", "")); in test_buffer_subst_empty_pattern() 281 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst2, &src, "", NULL)); in test_buffer_subst_empty_pattern() 282 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst3, &src, NULL, "foo")); in test_buffer_subst_empty_pattern() 283 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst4, &src, NULL, "")); in test_buffer_subst_empty_pattern() 284 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst5, &src, NULL, NULL)); in test_buffer_subst_empty_pattern()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | buffer.c | 472 pkgconf_buffer_subst(pkgconf_buffer_t *dest, const pkgconf_buffer_t *src, const char *pattern, cons… in pkgconf_buffer_subst() function
|
| H A D | libpkgconf.h | 610 PKGCONF_API bool pkgconf_buffer_subst(pkgconf_buffer_t *dest, const pkgconf_buffer_t *src, const ch…
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 282 pkgconf_buffer_subst(&workbuf_dest, &workbuf_src, subst_pairs[i].key, subst_pairs[i].value); in handle_substs() 1569 pkgconf_buffer_subst(&test_fixtures_dir, test_fixtures_dir_arg_buf, "\\", "/"); in main() 1575 pkgconf_buffer_subst(&test_tool_dir, test_tool_dir_arg_buf, "\\", "/"); in main()
|