Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1232 tm tm_epoch; in GetOSXEpoch() local
1233 tm_epoch.tm_sec = 0; in GetOSXEpoch()
1234 tm_epoch.tm_hour = 0; in GetOSXEpoch()
1235 tm_epoch.tm_min = 0; in GetOSXEpoch()
1236 tm_epoch.tm_mon = 0; in GetOSXEpoch()
1237 tm_epoch.tm_mday = 1; in GetOSXEpoch()
1238 tm_epoch.tm_year = 2001 - 1900; in GetOSXEpoch()
1239 tm_epoch.tm_isdst = -1; in GetOSXEpoch()
1240 tm_epoch.tm_gmtoff = 0; in GetOSXEpoch()
1241 tm_epoch.tm_zone = nullptr; in GetOSXEpoch()
[all …]