Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dfileio.c106 if (pkgconf_buffer_lastc(buffer) == '\n') in pkgconf_fgetline()
109 if (pkgconf_buffer_lastc(buffer) == '\r') in pkgconf_fgetline()
H A Dlibpkgconf.h472 static inline char pkgconf_buffer_lastc(const pkgconf_buffer_t *buffer) { in pkgconf_buffer_lastc() function