Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dservconf.c1291 SyslogFacility *log_facility_ptr; in process_server_config_line_depth() local
1738 log_facility_ptr = &options->log_facility; in process_server_config_line_depth()
1744 if (*log_facility_ptr == -1) in process_server_config_line_depth()
1745 *log_facility_ptr = (SyslogFacility) value; in process_server_config_line_depth()
Dreadconf.c962 SyslogFacility *log_facility_ptr; in process_config_line_depth() local
1492 log_facility_ptr = &options->log_facility; in process_config_line_depth()
1500 if (*log_facility_ptr == -1) in process_config_line_depth()
1501 *log_facility_ptr = (SyslogFacility) value; in process_config_line_depth()