Searched defs:timestamp2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c218 time_t timestamp2 = timestamp;
224 (void) localtime_r(&timestamp2, &tmbuf);
226 memcpy(&tmbuf, localtime(&timestamp2), sizeof(tmbuf));
240 time_t timestamp2 = timestamp;
253 tmp = localtime_r(&timestamp2, &tmbuf);
255 memcpy((tmp = &tmbuf), localtime(&timestamp2), sizeof(tmbuf));
217 time_t timestamp2 = timestamp; local
239 time_t timestamp2 = timestamp; local

Completed in 45 milliseconds