Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_match (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c217 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 Dbuffer.c446 pkgconf_buffer_match(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_match() function
H A Dlibpkgconf.h609 PKGCONF_API bool pkgconf_buffer_match(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *nee…
H A Dpkg.c1916 if (pkgconf_buffer_match(&existing->buffer, &tag->buffer)) in pkgconf_pkg_link_abi_collect()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c676 …return pkgconf_buffer_match(actual, expected) ? true : report_failure(match, expected, actual, buf… in test_match_buffer()