Searched refs:pkgconf_buffer_lastc (Results 1 – 3 of 3) sorted by relevance
111 if (pkgconf_buffer_lastc(buffer) == '\n') in pkgconf_fgetline()114 if (pkgconf_buffer_lastc(buffer) == '\r') in pkgconf_fgetline()
668 static inline char pkgconf_buffer_lastc(const pkgconf_buffer_t *buffer) in pkgconf_buffer_lastc() function
30 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()