Searched refs:pkgconf_buffer_contains (Results 1 – 4 of 4) sorted by relevance
196 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()
407 pkgconf_buffer_contains(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *needle) in pkgconf_buffer_contains() function
607 PKGCONF_API bool pkgconf_buffer_contains(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *…
674 …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()