Searched refs:tmbuf (Results 1 – 1 of 1) sorted by relevance
135 tm tmbuf; in GetIsoDate() local137 localtime_s(&tmbuf, &now); in GetIsoDate()138 tm* ptm = &tmbuf; in GetIsoDate()140 tm* ptm = localtime_r(&now, &tmbuf); in GetIsoDate()