Searched refs:s_logouttime (Results 1 – 1 of 1) sorted by relevance
95 char s_logintime[64], s_logouttime[64]; /* ctime() strings */ in testAPI() local171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime)); in testAPI()172 printf("at %d - %s", (int)logouttime, s_logouttime); in testAPI()