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

/bind-9.11.3/lib/isc/win32/
H A Dtime.c321 struct tm t_tm; local
328 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);
331 when = isc_tm_timegm(&t_tm);
/bind-9.11.3/lib/isc/unix/
H A Dtime.c432 struct tm t_tm; local
439 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);
442 when = isc_tm_timegm(&t_tm);

Completed in 20 milliseconds