Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dutilities.c143 struct tm *ptm, tm_local; in tv_to_str() local
154 memcpy (&tm_local, ptm, sizeof(tm_local)); in tv_to_str()
169 tm_local.tm_year + 1900, in tv_to_str()
170 tm_local.tm_mon + 1, in tv_to_str()
171 tm_local.tm_mday, in tv_to_str()
172 tm_local.tm_hour, in tv_to_str()
173 tm_local.tm_min, in tv_to_str()
174 tm_local.tm_sec, in tv_to_str()