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

/systemd/src/test/
H A Dtest-conf-parser.c43 static void test_config_parse_log_facility_one(const char *rvalue, int expected) { function
124 test_config_parse_log_facility_one("mail", LOG_MAIL);
125 test_config_parse_log_facility_one("user", LOG_USER);
127 test_config_parse_log_facility_one("garbage", 0);

Completed in 494 milliseconds