Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dcalendar.c152 long utcoffset, hh, mm, ss; in main() local
157 utcoffset = tm.tm_gmtoff; in main()
159 hh = utcoffset / SECSPERHOUR; in main()
160 utcoffset %= SECSPERHOUR; in main()
161 mm = utcoffset / SECSPERMINUTE; in main()
162 utcoffset %= SECSPERMINUTE; in main()
163 ss = utcoffset; in main()
H A Dpom.c72 pom(int year, double utcoffset, int *fms, int *nms) in pom() argument
78 fpom(year, utcoffset, ffms, fnms); in pom()
90 fpom(int year, double utcoffset, double *ffms, double *fnms) in fpom() argument
153 utcoffset / FHOURSPERDAY; in fpom()
H A Dcalendar.h194 void fpom(int year, double utcoffset, double *ffms, double *fnms);
/freebsd/contrib/ntp/libparse/
H A Dclk_meinberg.c339 clock_time->utcoffset = 0; /* UTC */ in cvt_meinberg()
354 clock_time->utcoffset = -1*60*60; /* MET */ in cvt_meinberg()
358 clock_time->utcoffset = -2*60*60; /* MED */ in cvt_meinberg()
365 clock_time->utcoffset = 0; /* UTC */ in cvt_meinberg()
516 if (Stoi(&buffer[format->field_offsets[O_UTCMOFFSET].offset], &clock_time->utcoffset, in cvt_mgps()
522 clock_time->utcoffset += TIMES60(h); in cvt_mgps()
523 clock_time->utcoffset = TIMES60(clock_time->utcoffset); in cvt_mgps()
527 clock_time->utcoffset = -clock_time->utcoffset; in cvt_mgps()
[all...]
H A Dclk_wharton.c107 clock_time->utcoffset = -1*60*60; in cvt_wharton_400a()
109 clock_time->utcoffset = 0; in cvt_wharton_400a()
112 clock_time->utcoffset += -1*60*60; in cvt_wharton_400a()
H A Dclk_hopf6021.c177 clock_time->utcoffset = 0; in cvt_hopf6021()
182 clock_time->utcoffset = -2*60*60; /* MET DST */ in cvt_hopf6021()
186 clock_time->utcoffset = -1*60*60; /* MET */ in cvt_hopf6021()
H A Dclk_schmid.c147 clock_time->utcoffset = -1*60*60; in cvt_schmid()
151 clock_time->utcoffset = -2*60*60; in cvt_schmid()
H A Dclk_dcf7000.c132 clock_time->utcoffset = -2*60*60; in cvt_dcf7000()
134 clock_time->utcoffset = -1*60*60; in cvt_dcf7000()
H A Dclk_trimtsip.c255 l_fp utcoffset; in cvt_trimtsip() local
274 if (fetch_ieee754(&bp, IEEE_SINGLE, &utcoffset, trim_offsets) != IEEE_OK) in cvt_trimtsip()
277 L_SUB(&secs, &utcoffset); /* adjust GPS time to UTC time */ in cvt_trimtsip()
H A Dclk_varitext.c165 clock_time->utcoffset = 0; in cvt_varitext()
169 clock_time->utcoffset = -1*60*60; in cvt_varitext()
H A Dclk_sel240x.c151 clock_time->utcoffset = 0; in cvt_sel240x()
H A Dclk_computime.c139 clock_time->utcoffset = 0; /* We have UTC time */ in cvt_computime()
H A Dclk_rcc8000.c97 clock_time->utcoffset = 0; in cvt_rcc8000()
H A Dclk_trimtaip.c133 clock_time->utcoffset = 0; in cvt_trimtaip()
H A Dclk_rawdcf.c349 clock_time->utcoffset = -1*60*60; in convert_rawdcf()
354 clock_time->utcoffset = -2*60*60; in convert_rawdcf()
H A Dparse.c487 t += clock_time->utcoffset; /* warp to UTC */ in parse_to_unixtime()
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c64 long utcoffset; /* in minutes */ member
258 clock_time->utcoffset = -60; in convert_rawdcf()
263 clock_time->utcoffset = -120; in convert_rawdcf()
H A Ddcfd.c213 long utcoffset; /* in minutes */ member
483 clock_time->utcoffset = -60; in convert_rawdcf()
488 clock_time->utcoffset = -120; in convert_rawdcf()
862 t += clock_time->utcoffset; in dcf_to_unixtime()
1312 ct.utcoffset = 0; in check_y2k()
/freebsd/contrib/ntp/include/
H A Dparse.h311 long utcoffset; /* in seconds */ member
/freebsd/contrib/ntp/ntpd/
H A Dcheck_y2k.c416 ct.utcoffset = 0; in main()