HomeSort by relevance Sort by last modified time
    Searched full:s_t2 (Results 1 - 1 of 1) sorted by null

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

Completed in 52 milliseconds