Home
last modified time | relevance | path

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

/freebsd/lib/libdevdctl/
H A Devent.cc262 struct tm tm_timestamp; in GetTimestamp() local
268 strptime(Value(string("timestamp")).c_str(), "%s", &tm_timestamp); in GetTimestamp()
269 tv_timestamp.tv_sec = mktime(&tm_timestamp); in GetTimestamp()