Home
last modified time | relevance | path

Searched refs:sys_auth_get_lastlogin_msg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dport-aix.h96 char *sys_auth_get_lastlogin_msg(const char *, uid_t);
H A Dport-aix.c303 sys_auth_get_lastlogin_msg(const char *user, uid_t uid) in sys_auth_get_lastlogin_msg() function
/freebsd-14.2/crypto/openssh/
H A Dsshlogin.c105 time_string = sys_auth_get_lastlogin_msg(user, uid); in store_lastlog_message()