Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dfileio.c111 if (pkgconf_buffer_lastc(buffer) == '\n') in pkgconf_fgetline()
114 if (pkgconf_buffer_lastc(buffer) == '\r') in pkgconf_fgetline()
H A Dlibpkgconf.h668 static inline char pkgconf_buffer_lastc(const pkgconf_buffer_t *buffer) in pkgconf_buffer_lastc() function
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-buffer.c30 TEST_ASSERT_EQ(pkgconf_buffer_lastc(&buf), '\0'); in test_buffer_empty()
48 TEST_ASSERT_EQ(pkgconf_buffer_lastc(&buf), 'd'); in test_buffer_append()