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

/freebsd-13-stable/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
237 return (login_write(li));
254 return (login_write(li));
433 ** login_write: Call low-level recording functions based on autoconf
437 login_write(struct logininfo *li) function

Completed in 172 milliseconds