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

/systemd/src/basic/
H A Dsyslog-util.c28 int syslog_parse_priority(const char **p, int *priority, bool with_facility) { argument
58 (!with_facility && (a || b || c > 7)))
61 if (with_facility)

Completed in 69 milliseconds