Lines Matching full:tm
20 struct tm * tm;23 tm = localtime(&cursec);24 if (!tm)30 tm->tm_mday, months[tm->tm_mon],31 tm->tm_hour, tm->tm_min, tm->tm_sec);47 struct tm * tm;49 tm = localtime(&cursec);50 if (!tm)56 tm->tm_hour, tm->tm_min, tm->tm_sec);