Searched defs:login_write (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dloginrec.c92 or log out) is to be taken. They both then call login_write(), which
205 return login_write(li);
221 return login_write(li);
324 ** login_write: Call low-level recording functions based on autoconf
328 login_write (struct logininfo *li) function
/external/openssh/
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));
430 ** login_write: Call low-level recording functions based on autoconf
434 login_write(struct logininfo *li) function

Completed in 496 milliseconds