/freebsd/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 53 static struct tm utc; in Render() local 66 (void)gmtime_r(&now, &utc); in Render() 67 i = strftime(buf, sizeof buf, opt_T, &utc); in Render()
|
/freebsd/sys/kern/ |
H A D | subr_fattime.c | 51 * The 'utc' argument determines if the resulting FATTIME timestamp 138 timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp, in timespec2fattime() 145 if (!utc) in timespec2fattime() 216 fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, 245 if (!utc) in fattime2timespec() 137 timespec2fattime(const struct timespec * tsp,int utc,uint16_t * ddp,uint16_t * dtp,uint8_t * dhp) timespec2fattime() argument 218 fattime2timespec(unsigned dd,unsigned dt,unsigned dh,int utc,struct timespec * tsp) fattime2timespec() argument
|
/freebsd/sys/sys/ |
H A D | clock.h | 172 void timespec2fattime(const struct timespec *tsp, int utc, u_int16_t *ddp, 174 void fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc,
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_neoclock4x.c | 851 neol_localtime(unsigned long utc, in neol_localtime() argument 859 *sec = utc % 60; in neol_localtime() 860 utc /= 60; in neol_localtime() 861 *min = utc % 60; in neol_localtime() 862 utc /= 60; in neol_localtime() 863 *hour = utc % 24; in neol_localtime() 864 utc /= 24; in neol_localtime() 867 neol_jdn_to_ymd(utc + 2440588L, year, month, day); in neol_localtime()
|
H A D | refclock_acts.c | 730 char utc[10]; /* ACTS timescale */ in acts_timecode() local 771 &msADV, utc, &flag) != 13) { in acts_timecode() 794 &pp->second, utc) != 6) { in acts_timecode()
|
H A D | refclock_ripencc.c | 977 * Parse primary utc time packet in ripencc_receive() 1453 * Parse primary utc time packet 3933 *utc; in rpt_GPS_system_data() local 4030 utc = (UTC_INFO*)data_packet; in rpt_GPS_system_data() 4031 pbuf += sprintf(pbuf, "\n A_0 = %g ", utc->A_0); in rpt_GPS_system_data() 4032 pbuf += sprintf(pbuf, "\n A_1 = %g ", utc->A_1); in rpt_GPS_system_data() 4033 pbuf += sprintf(pbuf, "\n delta_t_LS = %d ", utc->delta_t_LS); in rpt_GPS_system_data() 4034 pbuf += sprintf(pbuf, "\n t_ot = %.0f ", utc->t_ot ); in rpt_GPS_system_data() 4035 pbuf += sprintf(pbuf, "\n WN_t = %d ", utc->WN_t ); in rpt_GPS_system_data() 4036 pbuf += sprintf(pbuf, "\n WN_LSF = %d ", utc in rpt_GPS_system_data() [all...] |
H A D | refclock_parse.c | 4612 UTC utc; in gps16x_message() local 4618 get_mbg_utc(&bufp, &utc); in gps16x_message() 4620 if (utc.valid) in gps16x_message() 4623 …mk_utcinfo(p, utc.t0t.wn, utc.WNlsf, utc.DNt, utc.delta_tls, utc.delta_tlsf, BUFFER_SIZE(buffer, p… in gps16x_message()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 1154 ULARGE_INTEGER utc; in set_timefilter_find_data() local 1158 utc.HighPart = ftCreationTime_dwHighDateTime; in set_timefilter_find_data() 1159 utc.LowPart = ftCreationTime_dwLowDateTime; in set_timefilter_find_data() 1160 if (utc.QuadPart >= EPOC_TIME) { in set_timefilter_find_data() 1161 utc.QuadPart -= EPOC_TIME; in set_timefilter_find_data() 1162 ctime_sec = (time_t)(utc.QuadPart / 10000000); in set_timefilter_find_data() 1163 ctime_ns = (long)(utc.QuadPart % 10000000) * 100; in set_timefilter_find_data() 1168 utc.HighPart = ftLastWriteTime_dwHighDateTime; in set_timefilter_find_data() 1169 utc.LowPart = ftLastWriteTime_dwLowDateTime; in set_timefilter_find_data() 1170 if (utc.QuadPart >= EPOC_TIME) { in set_timefilter_find_data() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | tg.c | 246 int utc = 0; /* option epoch */ variable 313 utc++; in main() 351 if (!utc) { in main()
|
H A D | tg2.c | 521 int utc = 0; /* option epoch */ variable 856 utc++; 1060 if (utc)
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 194 ve_utc_set(time_t utc) in ve_utc_set() argument 196 if (utc > ve_utc && in ve_utc_set() 197 (ve_utc == 0 || (utc - ve_utc) < VE_UTC_MAX_JUMP)) { in ve_utc_set() 198 DEBUG_PRINTF(2, ("Set ve_utc=%jd\n", (intmax_t)utc)); in ve_utc_set() 199 ve_utc = utc; in ve_utc_set()
|
/freebsd/lib/libsecureboot/h/ |
H A D | libsecureboot.h | 64 void ve_utc_set(time_t utc);
|
/freebsd/contrib/ntp/html/hints/ |
H A D | mpeix | 43 at http://raven.utc.edu/Archives/hp3000-l.html or the associated Usenet
|
/freebsd/usr.sbin/tzsetup/ |
H A D | tzsetup.c | 168 static struct continent australia, europe, indian, pacific, utc; variable 174 { "UTC", &utc },
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | continents.subr | 53 utc
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 94 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable 349 tzname[0] = tzname[1] = (char *) (sp ? wildabbr : utc); in settzname() 1419 strcpy(sp->chars, utc); in tzparse() 1730 (offset ? wildabbr : gmtptr ? gmtptr->chars : utc));
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | chrono.cppm |
|
H A D | chrono.inc | 88 // [time.clock.utc], class utc_clock
|
/freebsd/contrib/tzdata/ |
H A D | southamerica | 326 # decided that next Sunday instead of "staying" @utc-03:00 they will go 327 # to utc-04:00 until the second Saturday in October...
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 1584 * gen_length.c: add utc time, make bit string work for bits
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 2792 The @option{-Z} or @option{--set-utc} option causes @command{patch} to 2799 @option{--set-utc}, except that it assumes that the context diff 2805 option is equivalent to @option{-Z} or @option{--set-utc}. 4270 @itemx --set-utc
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 2748 o var.c: allow specifying the utc value used by :{gm,local}time
|