Searched defs:line_begins (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-socket.c | 257 static bool line_begins(const char *s, size_t m, const char *word) { function 407 if (line_begins(line, l, "AUTH ANONYMOUS")) { 419 } else if (line_begins(line, l, "AUTH EXTERNAL")) { 431 } else if (line_begins(line, l, "AUTH")) 434 line_begins(line, l, "ERROR")) { 457 } else if (line_begins(line, l, "DATA")) {
|
Completed in 20 milliseconds