Searched defs:tm (Results 1 – 6 of 6) sorted by relevance
123 std::tm* tm = std::localtime(&time); in GetCurrentDate() local136 std::tm* tm = std::localtime(&time); in GetCurrentLogFilePath() local283 std::tm* tm = std::localtime(&time); in WriteMessage() local
363 let tm = { variable
50 tm tm; in GetRealTime() local
271 std::string PKCS7Data::GetASN1Time(const ASN1_TIME* tm) in GetASN1Time()328 ASN1_TIME* tm = ASN1_TIME_new(); in CheckSignTimeInValidPeriod() local
25258 struct tm { struct25259 int tm_sec; argument25260 int tm_min; argument25261 int tm_hour; argument25262 int tm_mday; argument25263 int tm_mon; argument25264 long int tm_year; argument25265 int tm_wday; argument25266 int tm_yday; argument