Home
last modified time | relevance | path

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

/dports/games/warzone2100/warzone2100/lib/netplay/
H A Dnetlog.cpp68 snprintf(buf, sizeof(buf), "NETPLAY log: %s\n", getAscTime(newtime).c_str()); in NETstartLogging()
189 …snprintf(buf, sizeof(buf), "%s \t: %s \t:%d\t\t%s", str, messageTypeToString(a), b, getAscTime(new… in NETlogEntry()
193 snprintf(buf, sizeof(buf), "%s \t: %d \t(Sync) \t%s", str, b, getAscTime(newtime).c_str()); in NETlogEntry()
197 snprintf(buf, sizeof(buf), "%s \t:%d \t\t\t:%d\t\t%s", str, a, b, getAscTime(newtime).c_str()); in NETlogEntry()
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dwztime.h42 std::string const getAscTime(tm const &tmVal);
H A Dwztime.cpp103 std::string const getAscTime(tm const &tmVal) in getAscTime() function