Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2121 std::tm timeInfo = {}; in convert() local
2122 gmtime_s(&timeInfo, &converted); in convert()
2124 std::tm* timeInfo = std::gmtime(&converted); in convert() local
2132 std::strftime(timeStamp, timeStampSize, fmt, &timeInfo); in convert()
2134 std::strftime(timeStamp, timeStampSize, fmt, timeInfo); in convert()
16473 std::tm timeInfo = {}; in getCurrentTimestamp() local
16474 gmtime_s(&timeInfo, &rawtime); in getCurrentTimestamp()
16476 std::tm* timeInfo; in getCurrentTimestamp() local
16477 timeInfo = std::gmtime(&rawtime); in getCurrentTimestamp()
16484 std::strftime(timeStamp, timeStampSize, fmt, &timeInfo); in getCurrentTimestamp()
[all …]