Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dtime.c403 struct tm t_tm; in isc_time_parsehttptimestamp() local
410 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm); in isc_time_parsehttptimestamp()
414 when = isc_tm_timegm(&t_tm); in isc_time_parsehttptimestamp()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtime.c370 struct tm t_tm; in isc_time_formattimestamp()
377 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm); in isc_time_formattimestamp()
381 when = isc_tm_timegm(&t_tm); in isc_time_formattimestamp()
413 struct tm t_tm; isc_time_parsehttptimestamp() local