Home
last modified time | relevance | path

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

/external/openssh/
Dlogintest.c95 char s_logintime[64], s_logouttime[64]; /* ctime() strings */ in testAPI() local
171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime)); in testAPI()
172 printf("at %d - %s", (int)logouttime, s_logouttime); in testAPI()