Searched defs:tm (Results 1 – 4 of 4) sorted by relevance
125 std::tm tm = *std::localtime(&time); in GetCurrentDate() local135 std::tm tm = *std::localtime(&time); in GetCurrentLogFilePath() local268 std::tm tm = *std::localtime(&time); in WriteMessage() local
49 tm tm; in GetRealTime() local
363 let tm = { variable
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