Home
last modified time | relevance | path

Searched refs:pkgconf_buffer_contains (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c196 TEST_ASSERT_TRUE(pkgconf_buffer_contains(&hay, &needle)); in test_buffer_contains()
200 TEST_ASSERT_FALSE(pkgconf_buffer_contains(&hay, &needle)); in test_buffer_contains()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c407 pkgconf_buffer_contains(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_contains() function
H A Dlibpkgconf.h607 PKGCONF_API bool pkgconf_buffer_contains(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *…
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c674 …return pkgconf_buffer_contains(actual, expected) ? true : report_failure(match, expected, actual, … in test_match_buffer()
1184 if (pkgconf_buffer_contains(&testcase->skip_platforms, our_platform)) in run_test_case()