Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dfatal.c37 sshfatal(const char *file, const char *func, int line, int showfunc, in sshfatal() argument
43 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshfatal()
H A Dlog.c429 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() argument
435 sshlogv(file, func, line, showfunc, level, suffix, fmt, args); in sshlog()
440 sshlogdie(const char *file, const char *func, int line, int showfunc, in sshlogdie() argument
446 sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO, in sshlogdie()
453 sshlogv(const char *file, const char *func, int line, int showfunc, in sshlogv() argument
477 else if (showfunc) in sshlogv()
/src/crypto/openssh/regress/misc/sk-dummy/
H A Dfatal.c13 sshfatal(const char *file, const char *func, int line, int showfunc, in sshfatal() argument
18 if (showfunc) in sshfatal()