Home
last modified time | relevance | path

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

/external/openssh/
Dlogintest.c93 time_t t0, t1, t2, logintime, logouttime; in testAPI() local
170 (void)time(&logouttime); in testAPI()
171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime)); in testAPI()
172 printf("at %d - %s", (int)logouttime, s_logouttime); in testAPI()