Home
last modified time | relevance | path

Searched refs:log_facility_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.c1145 SyslogFacility *log_facility_ptr; in process_config_line_depth() local
1681 log_facility_ptr = &options->log_facility; in process_config_line_depth()
1689 if (*log_facility_ptr == -1) in process_config_line_depth()
1690 *log_facility_ptr = (SyslogFacility) value; in process_config_line_depth()
H A Dservconf.c1338 SyslogFacility *log_facility_ptr; in process_server_config_line_depth() local
1806 log_facility_ptr = &options->log_facility; in process_server_config_line_depth()
1812 if (*log_facility_ptr == -1) in process_server_config_line_depth()
1813 *log_facility_ptr = (SyslogFacility) value; in process_server_config_line_depth()