HomeSort by: relevance | last modified time | path
    Searched refs:t_tm (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_true.c 163 enum true_type {t_unknown, t_goes, t_tm, t_tcu, t_omega, t_tl3, t_Max}; enumerator in enum:true_type
710 case t_tm:
851 up->type = t_tm;
  /src/external/mpl/bind/dist/lib/isc/
time.c 370 struct tm t_tm; local
377 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);
381 when = isc_tm_timegm(&t_tm);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
time.c 403 struct tm t_tm; local
410 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);
414 when = isc_tm_timegm(&t_tm);

Completed in 32 milliseconds