HomeSort by relevance Sort by last modified time
    Searched refs:login_write (Results 1 - 5 of 5) sorted by null

  /external/openssh/
loginrec.h 109 int login_write (struct logininfo *li);
logintest.c 139 login_write(li1);
loginrec.c 111 * 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
    [all...]
  /external/dropbear/
loginrec.h 173 int login_write (struct logininfo *li);
loginrec.c 92 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
    [all...]

Completed in 248 milliseconds