Searched defs:linebuf (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-hwdb/
H A Dsd-hwdb.c58 struct linebuf { struct
64 static void linebuf_init(struct linebuf *buf) {
69 static const char *linebuf_get(struct linebuf *buf) {
76 static bool linebuf_add(struct linebuf *buf, const char *s, size_t len) {
84 static bool linebuf_add_char(struct linebuf *buf, char c) {
91 static void linebuf_rem(struct linebuf *buf, size_t count) {
96 static void linebuf_rem_char(struct linebuf *buf) {
169 struct linebuf *buf, const char *search) {
202 struct linebuf buf;

Completed in 11 milliseconds