Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c202 TEST_ASSERT_TRUE(pkgconf_buffer_contains_byte(&hay, 'q')); in test_buffer_contains()
203 TEST_ASSERT_FALSE(pkgconf_buffer_contains_byte(&hay, 'z')); in test_buffer_contains()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbuffer.c428 pkgconf_buffer_contains_byte(const pkgconf_buffer_t *haystack, char needle) in pkgconf_buffer_contains_byte() function
H A Dlibpkgconf.h608 PKGCONF_API bool pkgconf_buffer_contains_byte(const pkgconf_buffer_t *haystack, char needle);