Searched refs:login_write (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dloginrec.h109 int login_write (struct logininfo *li);
H A Dlogintest.c139 login_write(li1);
H A Dloginrec.c111 * or log out) is to be taken. They both then call login_write(), which
233 return (login_write(li));
250 return (login_write(li));
426 ** login_write: Call low-level recording functions based on autoconf
430 login_write(struct logininfo *li) function

Completed in 78 milliseconds