Home
last modified time | relevance | path

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

/external/openssh/
Dlogintest.c94 char s_t0[64],s_t1[64],s_t2[64]; in testAPI() local
186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2)); in testAPI()
187 printf("After logging in, lastlog time is %d - %s\n", (int)t2, s_t2); in testAPI()