Searched refs:strfacility (Results 1 – 2 of 2) sorted by relevance
4272 int int_syslog_facility(const StringRef &strfacility) { in int_syslog_facility() argument4273 if (util::strieq_l("auth", strfacility)) { in int_syslog_facility()4278 if (util::strieq_l("authpriv", strfacility)) { in int_syslog_facility()4283 if (util::strieq_l("cron", strfacility)) { in int_syslog_facility()4287 if (util::strieq_l("daemon", strfacility)) { in int_syslog_facility()4292 if (util::strieq_l("ftp", strfacility)) { in int_syslog_facility()4297 if (util::strieq_l("kern", strfacility)) { in int_syslog_facility()4301 if (util::strieq_l("local0", strfacility)) { in int_syslog_facility()4305 if (util::strieq_l("local1", strfacility)) { in int_syslog_facility()4309 if (util::strieq_l("local2", strfacility)) { in int_syslog_facility()[all …]
1419 int int_syslog_facility(const StringRef &strfacility);