/freebsd/usr.bin/calendar/ |
H A D | calendar.c | 152 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 D | pom.c | 72 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 D | calendar.h | 194 void fpom(int year, double utcoffset, double *ffms, double *fnms);
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_meinberg.c | 339 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 D | clk_wharton.c | 107 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 D | clk_hopf6021.c | 177 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 D | clk_schmid.c | 147 clock_time->utcoffset = -1*60*60; in cvt_schmid() 151 clock_time->utcoffset = -2*60*60; in cvt_schmid()
|
H A D | clk_dcf7000.c | 132 clock_time->utcoffset = -2*60*60; in cvt_dcf7000() 134 clock_time->utcoffset = -1*60*60; in cvt_dcf7000()
|
H A D | clk_trimtsip.c | 255 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 D | clk_varitext.c | 165 clock_time->utcoffset = 0; in cvt_varitext() 169 clock_time->utcoffset = -1*60*60; in cvt_varitext()
|
H A D | clk_sel240x.c | 151 clock_time->utcoffset = 0; in cvt_sel240x()
|
H A D | clk_computime.c | 139 clock_time->utcoffset = 0; /* We have UTC time */ in cvt_computime()
|
H A D | clk_rcc8000.c | 97 clock_time->utcoffset = 0; in cvt_rcc8000()
|
H A D | clk_trimtaip.c | 133 clock_time->utcoffset = 0; in cvt_trimtaip()
|
H A D | clk_rawdcf.c | 349 clock_time->utcoffset = -1*60*60; in convert_rawdcf() 354 clock_time->utcoffset = -2*60*60; in convert_rawdcf()
|
H A D | parse.c | 487 t += clock_time->utcoffset; /* warp to UTC */ in parse_to_unixtime()
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 64 long utcoffset; /* in minutes */ member 258 clock_time->utcoffset = -60; in convert_rawdcf() 263 clock_time->utcoffset = -120; in convert_rawdcf()
|
H A D | dcfd.c | 213 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 D | parse.h | 311 long utcoffset; /* in seconds */ member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | check_y2k.c | 416 ct.utcoffset = 0; in main()
|