Searched refs:p_tm_local (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dutilities.c143 struct tm *p_tm_local; local
153 p_tm_local = localtime(&gmt_time);
164 p_tm_local->tm_year + 1900,
165 p_tm_local->tm_mon + 1,
166 p_tm_local->tm_mday,
167 p_tm_local->tm_hour,
168 p_tm_local->tm_min,
169 p_tm_local->tm_sec,

Completed in 62 milliseconds