Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dfatal.c35 sshfatal(const char *file, const char *func, int line, int showfunc, in sshfatal() argument
41 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshfatal()
H A Dlog.c387 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() argument
393 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshlog()
398 sshlogdie(const char *file, const char *func, int line, int showfunc, in sshlogdie() argument
404 sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO, in sshlogdie()
411 sshlogv(const char *file, const char *func, int line, int showfunc, in sshlogv() argument
435 else if (showfunc) in sshlogv()