Searched refs:pkgconf_bytecode_references_var (Results 1 – 4 of 4) sorted by relevance
336 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()
213 if (pkgconf_bytecode_references_var(&rhs_bcbuf, key)) in pkgconf_tuple_add()
447 pkgconf_bytecode_references_var(const pkgconf_buffer_t *buf, const char *key) in pkgconf_bytecode_references_var() function
353 PKGCONF_API bool pkgconf_bytecode_references_var(const pkgconf_buffer_t *buf, const char *key);