Searched refs:sshlogdie (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | log.h | 78 void sshlogdie(const char *, const char *, int, int, 95 #define logdie(...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS… 107 #define logdie_f(...) sshlogdie(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_ERROR, NULL, __VA_AR… 119 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),… 129 #define logdie_fr(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_ERROR, ssh_err(r)…
|
| H A D | log.c | 438 sshlogdie(const char *file, const char *func, int line, int showfunc, in sshlogdie() function
|
| H A D | ssh_namespace.h | 846 #define sshlogdie Fssh_sshlogdie macro
|
| H A D | ChangeLog | 5729 upstream: make the log functions that exit (sshlogdie(),
|