Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-bytecode.c336 TEST_ASSERT_TRUE(pkgconf_bytecode_references_var(&bcbuf, "includedir")); in test_references_var()
337 TEST_ASSERT_TRUE(pkgconf_bytecode_references_var(&bcbuf, "libdir")); in test_references_var()
338 TEST_ASSERT_FALSE(pkgconf_bytecode_references_var(&bcbuf, "prefix")); in test_references_var()
340 TEST_ASSERT_FALSE(pkgconf_bytecode_references_var(NULL, "x")); in test_references_var()
341 TEST_ASSERT_FALSE(pkgconf_bytecode_references_var(&bcbuf, NULL)); in test_references_var()
353 TEST_ASSERT_FALSE(pkgconf_bytecode_references_var(&bcbuf, "anything")); in test_references_var_text_only()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dtuple.c213 if (pkgconf_bytecode_references_var(&rhs_bcbuf, key)) in pkgconf_tuple_add()
H A Dbytecode.c447 pkgconf_bytecode_references_var(const pkgconf_buffer_t *buf, const char *key) in pkgconf_bytecode_references_var() function
H A Dlibpkgconf.h353 PKGCONF_API bool pkgconf_bytecode_references_var(const pkgconf_buffer_t *buf, const char *key);