Searched refs:pkgconf_buffer_match (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-buffer.c | 217 TEST_ASSERT_TRUE(pkgconf_buffer_match(&a, &b)); in test_buffer_match() 222 TEST_ASSERT_FALSE(pkgconf_buffer_match(&a, &b)); in test_buffer_match() 227 TEST_ASSERT_FALSE(pkgconf_buffer_match(&a, &b)); in test_buffer_match()
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | buffer.c | 446 pkgconf_buffer_match(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_match() function
|
| H A D | libpkgconf.h | 609 PKGCONF_API bool pkgconf_buffer_match(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *nee…
|
| H A D | pkg.c | 1916 if (pkgconf_buffer_match(&existing->buffer, &tag->buffer)) in pkgconf_pkg_link_abi_collect()
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 676 …return pkgconf_buffer_match(actual, expected) ? true : report_failure(match, expected, actual, buf… in test_match_buffer()
|