Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dlog.c398 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() argument
404 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshlog()
409 sshlogdie(const char *file, const char *func, int line, int showfunc, in sshlogdie() argument
415 sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO, in sshlogdie()
422 sshlogv(const char *file, const char *func, int line, int showfunc, in sshlogv() argument
446 else if (showfunc) in sshlogv()
H A Dfatal.c39 sshfatal(const char *file, const char *func, int line, int showfunc, in sshfatal() argument
45 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshfatal()