Home
last modified time | relevance | path

Searched refs:pkgconf_str_eq_slice (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c324 TEST_ASSERT_TRUE(pkgconf_str_eq_slice("hello", "hello", 5)); in test_str_eq_slice()
325 TEST_ASSERT_FALSE(pkgconf_str_eq_slice("hello!", "hello", 5)); in test_str_eq_slice()
326 TEST_ASSERT_FALSE(pkgconf_str_eq_slice("hello", "world", 5)); in test_str_eq_slice()
327 TEST_ASSERT_FALSE(pkgconf_str_eq_slice(NULL, "hello", 5)); in test_str_eq_slice()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c82 if (pkgconf_str_eq_slice(v->key, name, nlen)) in pkgconf_bytecode_eval_scan()
H A Dlibpkgconf.h746 static inline bool pkgconf_str_eq_slice(const char *s, const char *p, size_t n) in pkgconf_str_eq_slice() function