Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c217 time_t timestamp2 = timestamp; in krb5_timestamp_to_string() local
223 (void) localtime_r(&timestamp2, &tmbuf); in krb5_timestamp_to_string()
225 memcpy(&tmbuf, localtime(&timestamp2), sizeof(tmbuf)); in krb5_timestamp_to_string()
239 time_t timestamp2 = timestamp; in krb5_timestamp_to_sfstring() local
252 tmp = localtime_r(&timestamp2, &tmbuf); in krb5_timestamp_to_sfstring()
254 memcpy((tmp = &tmbuf), localtime(&timestamp2), sizeof(tmbuf)); in krb5_timestamp_to_sfstring()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh421 timestamp2="now2"