Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c242 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()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c387 pkgconf_buffer_has_prefix(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t *prefix) in pkgconf_buffer_has_prefix() function
H A Dlibpkgconf.h606 PKGCONF_API bool pkgconf_buffer_has_prefix(const pkgconf_buffer_t *haystack, const pkgconf_buffer_t…
/freebsd/contrib/pkgconf/cli/
H A Dcore.c394 if (!pkgconf_buffer_has_prefix(&varbuf, sysroot_dir)) in variable_eval()