Home
last modified time | relevance | path

Searched refs:SYSLOG_FACILITY_NOT_SET (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/openssh/
H A Dlog.c91 { NULL, SYSLOG_FACILITY_NOT_SET }
126 return SYSLOG_FACILITY_NOT_SET; in log_facility_number()
H A Dlog.h37 SYSLOG_FACILITY_NOT_SET = -1 enumerator
H A Dreadconf.c1482 if (value == SYSLOG_FACILITY_NOT_SET) { in process_config_line_depth()
2376 options->log_facility = SYSLOG_FACILITY_NOT_SET; in initialize_options()
2563 if (options->log_facility == SYSLOG_FACILITY_NOT_SET) in fill_default_options()
H A Dservconf.c123 options->log_facility = SYSLOG_FACILITY_NOT_SET; in initialize_server_options()
344 if (options->log_facility == SYSLOG_FACILITY_NOT_SET) in fill_default_server_options()
1731 if (value == SYSLOG_FACILITY_NOT_SET) in process_server_config_line_depth()
H A Dsshd.c1716 options.log_facility == SYSLOG_FACILITY_NOT_SET ?
H A Dsftp-server.c1952 if (log_facility == SYSLOG_FACILITY_NOT_SET) in sftp_server_main()
H A Dssh.c1148 options.log_facility == SYSLOG_FACILITY_NOT_SET ? in main()