Home
last modified time | relevance | path

Searched refs:with_facility (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dsyslog-util.c15 int syslog_parse_priority(const char **p, int *priority, bool with_facility) { in syslog_parse_priority() argument
47 (!with_facility && (a || b || c > 7))) in syslog_parse_priority()
50 if (with_facility) in syslog_parse_priority()
Dsyslog-util.h14 int syslog_parse_priority(const char **p, int *priority, bool with_facility);
/systemd-251/src/journal/
Dtest-journal-syslog.c24 static void test_syslog_parse_priority_one(const char *str, bool with_facility, int priority, int r… in test_syslog_parse_priority_one() argument
27 ret2 = syslog_parse_priority(&str, &priority2, with_facility); in test_syslog_parse_priority_one()