Searched refs:UTC (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh9 TZ=UTC; export TZ
H A Dvalues.sh9 TZ=UTC; export TZ
/freebsd-13-stable/contrib/file/src/
H A Dcdf_time.c103 static char UTC[] = "UTC"; local
134 tm.tm_zone = UTC;
/freebsd-13-stable/bin/date/tests/
H A Dformat_string_test.sh14 # To create a new one, make sure you are using the UTC timezone!
137 format_string_test Z Z UTC UTC
140 format_string_test plus + "Sat Feb 7 07:04:03 UTC 1970" "Mon Nov 12 21:20:00 UTC 2001"
/freebsd-13-stable/usr.sbin/sa/tests/
H A Dprime.sh9 TZ=UTC; export TZ
/freebsd-13-stable/sbin/camcontrol/
H A Dtimestamp.c63 #define UTC "utc" macro
273 if (strcmp(format_string, UTC) == 0) {
483 format_string = strdup(UTC);
/freebsd-13-stable/contrib/file/tests/
H A DMakefile.am87 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
H A DMakefile.in693 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
/freebsd-13-stable/contrib/ntp/include/
H A Dmbg_gps166.h234 GPS_UTC, ///< (rw-) ::UTC, GPS %UTC correction parameters
338 BVAR_BIT_UTC_INVALID, ///< %UTC offset parameters incomplete
368 * the epoch starting at %UTC midnight at the beginning of January 6, 1980.
376 * %UTC time differs from GPS time since a number of leap seconds have
377 * been inserted in the %UTC time scale after the GPS epoche. The number
378 * of leap seconds is disseminated by the satellites using the ::UTC
393 * The current number of leap seconds have to be added to get %UTC
399 * @note Conversion from GPS time to %UTC and/or local time can only be
400 * done if some valid ::UTC correctio
843 } UTC; typedef in typeref:struct:__anon5215
[all...]
/freebsd-13-stable/usr.bin/diff/tests/
H A Ddiff_test.sh81 export TZ=UTC
92 export TZ=UTC
/freebsd-13-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c302 * 8 9 direction from UTC '+' / '-'
303 * 9 10 hours from UTC* 0..13
304 * 10 11 minutes from UTC 0..59
341 static const char UTC[3] = "UTC"; local
448 /* 'UTC' - optional */
450 if (strncmp(ptr, UTC, sizeof(UTC)) == 0)
451 ptr += sizeof(UTC);
559 /* 'HH:' - offset from UTC */
[all...]
/freebsd-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c224 { TM_UTC, "UTC CORR" },
320 UTC *utcp
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile449 ENV.depsrc-optional+= TZ=UTC
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile453 ENV.depsrc-optional+= TZ=UTC
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c724 /* query time & UTC correction data */
2524 { PARSEB_UTC, "UTC DISPLAY" },
4276 nc = snprintf( t, size, "UTC offset transition from %is to %is due to leap second %s",
4283 snprintf( t + nc, size - nc, " at UTC midnight at the end of %s, %04i-%02i-%02i",
4288 snprintf( t, size, "UTC offset parameter: %is, no leap second announced.\n", dtls );
4360 { BVAR_UTC_INVALID, "UTC Correction" },
4598 UTC utc;
4615 p = ap(buffer, sizeof(buffer), p, "gps_utc_correction=\"<NO UTC DATA>\"");
4945 * the change of the UTC second +/- ~1 microsecond. Some other clocks
4986 * 2F Request UTC inf
[all...]

Completed in 401 milliseconds