Searched refs:tstruct (Results 1 – 4 of 4) sorted by relevance
21 struct tm* tstruct; in GetDateTime() local22 tstruct = localtime(&m_time); in GetDateTime()24 dt->fYear = tstruct->tm_year; in GetDateTime()25 dt->fMonth = SkToU8(tstruct->tm_mon + 1); in GetDateTime()26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday); in GetDateTime()27 dt->fDay = SkToU8(tstruct->tm_mday); in GetDateTime()28 dt->fHour = SkToU8(tstruct->tm_hour); in GetDateTime()29 dt->fMinute = SkToU8(tstruct->tm_min); in GetDateTime()30 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
725 struct tm * tstruct; in xmlMemDisplay() local739 tstruct = localtime(¤tTime); in xmlMemDisplay()740 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct); in xmlMemDisplay()
722 struct tm * tstruct; in xmlMemDisplay() local736 tstruct = localtime(¤tTime); in xmlMemDisplay()737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct); in xmlMemDisplay()