Home
last modified time | relevance | path

Searched refs:fatalperror_errno (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h144 void fatalperror_errno (int f, const char *msg, int error);
H A Dutility.c367 fatalperror_errno(int f, const char *msg, int error) in fatalperror_errno() function
378 fatalperror_errno(f, msg, errno); in fatalperror()
H A Dsys_term.c1388 fatalperror_errno(net, new_login, save_errno); in start_login()
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog372 * telnetd/utility.c (fatalperror_errno): add a new function with