Searched refs:pkgconf_buffer_has_prefix (Results 1 – 4 of 4) sorted by relevance
242 TEST_ASSERT_TRUE(pkgconf_buffer_has_prefix(&hay, &pre)); in test_buffer_has_prefix()246 TEST_ASSERT_FALSE(pkgconf_buffer_has_prefix(&hay, &pre)); in test_buffer_has_prefix()
387 pkgconf_buffer_has_prefix(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *prefix) in pkgconf_buffer_has_prefix() function
606 PKGCONF_API bool pkgconf_buffer_has_prefix(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t…
394 if (!pkgconf_buffer_has_prefix(&varbuf, sysroot_dir)) in variable_eval()