| /src/sys/arch/playstation2/playstation2/ |
| clock.c | 80 time_t utc; local 92 /* convert to UTC */ 93 utc = clock_ymdhms_to_secs(dt) - 9*60*60; 94 clock_secs_to_ymdhms(utc, dt);
|
| /src/external/apache2/mDNSResponder/dist/unittests/ |
| mdns_macosx_ut.c | 28 mDNSs32 utc = mDNSPlatformUTC(); local 30 MarkAllInterfacesInactive(utc); 31 UpdateInterfaceList(utc); 32 ClearInactiveInterfaces(utc); 33 SetupActiveInterfaces(utc);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_time.c | 45 ULARGE_INTEGER utc; local 46 utc.HighPart = filetime->dwHighDateTime; 47 utc.LowPart = filetime->dwLowDateTime; 48 return utc.QuadPart;
|
| /src/usr.bin/touch/ |
| touch.c | 368 int utc = 0; local 487 utc = 1; 495 if (utc)
|
| /src/lib/libc/time/ |
| strptime.c | 82 static char utc[] = { "UTC" }; variable 463 * Z = Zulu time/UTC 469 * North American : UTC offsets 504 tm->TM_ZONE = utc;
|
| localtime.c | 490 static char const etc_utc[] = "Etc/UTC"; 493 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable 585 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), 840 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); 2029 strcpy(sp->chars, utc); 2414 : gmtptr ? gmtptr->chars : utc); 3194 ** shall correspond to "Wed Dec 31 23:59:59 UTC 1986", which
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 19 * a leap second in UTC. Note however, the ultimate accuracy is limited 248 int utc = 0; /* option epoch */ variable 315 utc++; 353 if (!utc) {
|
| tg2.c | 19 * a leap second in UTC. Note however, the ultimate accuracy is limited 150 * - Added ability to offset actual time sent, from the UTC time 523 int utc = 0; /* option epoch */ variable 775 case 'l': /* use time offset from UTC */ 858 utc++; 1062 if (utc) 1293 /* Must adjust offset to keep consistent with UTC. */ 1324 /* Must adjust offset to keep consistent with UTC. */ 2472 printf ( "\n -l time_offset Set offset of time sent to UTC as per computer, +/- float hours");
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_acts.c | 87 * 47999 90-04-18 21:39:15 50 0 +.1 045.0 UTC(NIST) *<CR><LF> 90 * MJD, DST, DUT1 and UTC are not used by this driver. The "*" or "#" is 102 * jjjjj nnn hhmmss UTC<CR><LF> 732 char utc[10]; /* ACTS timescale */ local 766 * UTC(NIST) *". 773 &msADV, utc, &flag) != 13) { 791 * USNO format: "jjjjj nnn hhmmss UTC" 796 &pp->second, utc) != 6) {
|
| refclock_parse.c | 727 /* query time & UTC correction data */ 2527 { PARSEB_UTC, "UTC DISPLAY" }, 4292 nc = snprintf( t, size, "UTC offset transition from %is to %is due to leap second %s", 4299 snprintf( t + nc, size - nc, " at UTC midnight at the end of %s, %04i-%02i-%02i", 4304 snprintf( t, size, "UTC offset parameter: %is, no leap second announced.", dtls ); 4376 { BVAR_UTC_INVALID, "UTC Correction" }, 4614 UTC utc; local 4620 get_mbg_utc(&bufp, &utc); 4622 if (utc.valid [all...] |
| refclock_ripencc.c | 95 #define UTCF_UTC_AVAIL (unsigned char) (1) /* UTC available */ 139 typedef struct { /* Universal Coordinated Time (UTC) parms */ 246 *PPSTimeBaseText[] = {"GPS", "UTC", "USER"}, 248 *MaskText[] = { "Almanac ", "Ephemeris", "UTC ", "Iono ", 574 0x01, /* Timebase UTC */ 812 /* poll for UTC superpacket */ 952 case 0xAD: /* UTC Time */ 979 * Parse primary utc time packet 1052 case 0x4F: /* UTC parameters, for leap info */ 1095 /* request UTC params * 3935 *utc; local [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| skr_test.c | 192 char utc[sizeof("YYYYMMDDHHSSMM")]; local 205 isc_buffer_init(&b, utc, sizeof(utc));
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-ksr.c | 658 char utc[sizeof("YYYYMMDDHHSSMM")]; local 664 isc_buffer_init(&b, utc, sizeof(utc)); 1120 char utc[sizeof("YYYYMMDDHHSSMM")]; local 1126 isc_buffer_init(&b, utc, sizeof(utc));
|
| /src/external/mpl/bind/dist/lib/isc/ |
| log.c | 1481 bool printtime, iso8601, utc, printtag, printcolon; local 1728 utc = ((channel->flags & ISC_LOG_UTC) != 0); 1743 if (utc) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 1512 bool printtime, iso8601, utc, printtag, printcolon; local 1752 utc = ((channel->flags & ISC_LOG_UTC) != 0); 1767 if (utc) {
|
| /src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| mDNSPosix.c | 41 #include <time.h> // platform support for UTC time 1609 const mDNSs32 utc = mDNSPlatformUTC(); local 1613 if (utc - pi->LastSeen < 60) ri = (PosixNetworkInterface **)&pi->coreIntf.next;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_api.c | 1981 char utc[sizeof("YYYYMMDDHHSSMM")]; local 1991 isc_buffer_init(&b, utc, sizeof(utc));
|
| zone.c | 22573 char utc[sizeof("YYYYMMDDHHSSMM")]; local 22576 isc_buffer_init(&b, utc, sizeof(utc));
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_api.c | 2036 char utc[sizeof("YYYYMMDDHHSSMM")]; local 2046 isc_buffer_init(&b, utc, sizeof(utc));
|