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

/systemd/src/basic/
H A Dsyslog-util.h32 int syslog_parse_priority(const char **p, int *priority, bool with_facility);
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 13 milliseconds