Searched refs:with_facility (Results 1 – 3 of 3) sorted by relevance
15 int syslog_parse_priority(const char **p, int *priority, bool with_facility) { in syslog_parse_priority() argument47 (!with_facility && (a || b || c > 7))) in syslog_parse_priority()50 if (with_facility) in syslog_parse_priority()
14 int syslog_parse_priority(const char **p, int *priority, bool with_facility);
24 static void test_syslog_parse_priority_one(const char *str, bool with_facility, int priority, int r… in test_syslog_parse_priority_one() argument27 ret2 = syslog_parse_priority(&str, &priority2, with_facility); in test_syslog_parse_priority_one()