Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c188 TZDL *tzdlp in get_mbg_tzdl() argument
191 tzdlp->offs = get_lsb_long(buffpp); in get_mbg_tzdl()
192 tzdlp->offs_dl = get_lsb_long(buffpp); in get_mbg_tzdl()
193 get_mbg_tm(buffpp, &tzdlp->tm_on); in get_mbg_tzdl()
194 get_mbg_tm(buffpp, &tzdlp->tm_off); in get_mbg_tzdl()
195 get_mbg_tzname(buffpp, (char *)tzdlp->name[0]); in get_mbg_tzdl()
196 get_mbg_tzname(buffpp, (char *)tzdlp->name[1]); in get_mbg_tzdl()