Home | History | Annotate | Download | only in processor

Lines Matching refs:tt

370 string TimeTToUTCString(time_t tt) {
373 gmtime_s(&timestruct, &tt);
375 gmtime_r(&tt, &timestruct);