Home
last modified time | relevance | path

Searched refs:tmInfo (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/cmdline/
H A DRootCommands.cpp464 struct tm* tmInfo; in PrintLaunchInformation() local
478 tmInfo = localtime(&timer); in PrintLaunchInformation()
479 strftime(buffer, sizeof(buffer), "%Y/%m/%d %H:%M:%S", tmInfo); in PrintLaunchInformation()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DChat.cpp215 auto tmInfo = localtime(&timer); in chat_history_add() local
217 strcatftime(timeBuffer, sizeof(timeBuffer), "[%H:%M] ", tmInfo); in chat_history_add()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkBase.cpp1060 auto tmInfo = localtime(&timer); in BeginLog() local
1061 if (strftime(filename, sizeof(filename), filenameFormat.c_str(), tmInfo) == 0) in BeginLog()
1082 auto tmInfo = localtime(&timer); in AppendLog() local
1083 if (strftime(buffer, sizeof(buffer), "[%Y/%m/%d %H:%M:%S] ", tmInfo) != 0) in AppendLog()