| /src/sys/arch/mac68k/mac68k/ |
| pram.c | 64 long year, month, day, hour, minute, seconds, i, dayperyear; local 70 minute = 0; 111 minute++; 119 monstr[month], day, year, hour, minute, seconds);
|
| /src/sys/dev/ofw/ |
| ofrtc.c | 191 int sec, minute, hr, dom, mon, yr; local 194 minute = dt->dt_min; 201 sec, minute, hr, dom, mon, yr))
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| clocktime.c | 60 const int yday=175, hour=12, minute=50, second=0, tzoff=0; local 65 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, 86 const int yday=175, hour=12, minute=0, second=0, tzoff=0; local 91 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, 110 const int yday=175, hour=4, minute=0, second=0, tzoff=8; local 115 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp, 131 const int yday=2, hour=11, minute=0, second=0, tzoff=0; local 136 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp, 152 const int yday=365, hour=23, minute=0, second=0, tzoff=0; local 157 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp 173 const int yday=1, hour=1, minute=0, second=0, tzoff=0; local 190 const int yday=100, hour=12, minute=0, second=0, tzoff=0; local 223 int minute; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| time.c | 134 int year, month, day, hour, minute, second; local 158 &minute, &second) != 6) 176 RANGE(0, 59, minute); 183 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| time.c | 135 int year, month, day, hour, minute, second; local 159 &minute, &second) != 6) 177 RANGE(0, 59, minute); 184 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
|
| /src/sys/fs/cd9660/ |
| cd9660_node.c | 249 int y, m, d, hour, minute, second, tz; local 255 minute = pi[4]; 275 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second; 315 /* minute:" 0"-"59" -> 0 - 59 */
|
| /src/sys/arch/powerpc/powerpc/ |
| rtas.c | 266 int status, year, month, day, hour, minute, second, nanosecond; local 272 &month, &day, &hour, &minute, &second, &nanosecond) < 0) 279 t->dt_min = minute; 288 int status, year, month, day, hour, minute, second, nanosecond; local 297 minute = t->dt_min; 302 day, hour, minute, second, nanosecond, &status) < 0)
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| load.c | 78 int year, month, date, hour, minute, second; local 84 &year, &month, &date, &hour, &minute, &second) != 6) 90 tm.tm_min = minute;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-thread.c | 114 int minute = (int)((seconds / 60) % 60); local 118 DEBUG(PUB_S_SRP " %p at %llu %d:%d:%d.%d", what, at, when, hour, minute, second, microseconds);
|
| /src/external/bsd/cron/dist/ |
| cron.c | 170 * minute until caught up. 189 * skipped if we use up our minute (possible, 197 /* run wildcard jobs for current minute */ 200 /* run fixed-time jobs for each minute missed */ 339 printone(result, sizeof(result), bitprint(e->minute, MINUTE_COUNT)); 353 int minute, hour, dom, month, dow; local 369 minute = tm->tm_min -FIRST_MINUTE; \ 383 (long)getpid(), minute, hour, dom, month, dow, 407 if (bit_test(e->minute, minute) & [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_datum.c | 98 ** defined. If you really want to force GMT without the funny +- 30 minute 142 int minute; /* minutes */ member in struct:datum_pts_unit 553 ** Convert the seven bytes received in our time buffer to day, hour, minute, 566 datum_pts->minute = 10*((datum_pts->retbuf[3] & 0x70)>>4) + 580 printf("day %d, hour %d, minute %d, second %d, msec %d\n", 583 datum_pts->minute, 625 datum_pts->minute, 666 datum_pts->minute, 774 printf("PTS: day %d, hour %d, minute %d, second %d, msec %d, Time Error %f\n", 777 datum_pts->minute, [all...] |
| refclock_leitch.c | 81 short minute; member in struct:leitchunit 425 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, 443 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, 460 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute, 591 leitch->minute = ATOB(2)*10 +ATOB(3); 594 if ((leitch->hour > 23) || (leitch->minute > 60) ||
|
| refclock_mx4200.c | 486 double minute, lat, lon, alt; local 572 minute = (lat - (double)(int)lat) * 60.0; 573 snprintf(lats, sizeof(lats), "%02d%02.4f", (int)lat, minute); 574 minute = (lon - (double)(int)lon) * 60.0; 575 snprintf(lons, sizeof(lons), "%03d%02.4f", (int)lon, minute); 885 pp->year, pp->day, pp->hour, pp->minute, pp->second, 958 int hour, minute, second, leapsec_warn; local 968 &hour, &minute, &second, &time_sync, &op_mode, 997 if (second > 60 || minute > 59 || hour > 23 || 998 second < 0 || minute < 0 || hour < 0) [all...] |
| refclock_tsyncpci.c | 193 unsigned int minute; member in struct:DoyTimeObj 623 pp->minute = TimeContext.timeObj.minutes; 636 jt.minute = 0; 642 offset.l_ui = (offset.l_ui * 60) + (long)pp->minute; 829 pSt->seconds += pDt->minute * SECSPERMIN; 898 // Calculate the minute 906 pDt->minute = mins;
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 34 * year, hh the hour of day and mm the minute of hour. For instance, 121 #define MIN 3 /* minute pulse */ 131 {MIN, 800}, /* 0 minute sync pulse */ 141 {COEF, 1}, /* 10 1 minute units */ 146 {COEF, 1}, /* 15 10 minute tens */ 265 int minute, hour, day, year; local 314 &hour, &minute); 356 minute = tm->tm_min; 378 year, day, hour, minute, second, tone); 380 year / 10, day, hour, minute, year % 10) [all...] |
| /src/usr.bin/at/ |
| parsetime.c | 89 {"minute", MINUTES, false}, /* minutes multiplier */ 362 int hour, minute; local 365 minute = 0; 375 minute = atoi(sc_token); 378 minute = hour % 100; 382 if (minute > 59) 409 (tm->tm_hour == hour && tm->tm_min > minute))) { 415 tm->tm_min = minute;
|
| /src/external/bsd/ntp/dist/clockstuff/ |
| chutest.c | 420 #define NCHUCODES 9 /* expect 9 CHU codes per minute */ 433 * fixed 10 ms for each missing code in the minute and add to this 550 int day, hour, minute, second; local 597 * Collect the day, the hour, the minute and the second. 604 minute = *code++; 605 minute = MULBY10(minute) + *code++; 612 * of the minute. 615 || hour > 23 || minute > 59 618 day, hour, minute, second) [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_calendar.h | 20 uint8_t minute; /* minute of hour */ member in struct:calendar 21 uint8_t second; /* second of minute */ 33 uint8_t minute; /* minute of hour */ member in struct:isodate 34 uint8_t second; /* second of minute */ 89 #define SECSPERMIN (60) /* seconds per minute */
|
| ntp_refclock.h | 161 int minute; /* minute of hour */ member in struct:refclockproc 162 int second; /* second of minute */
|
| parse.h | 310 long minute; member in struct:clocktime
|
| /src/external/bsd/ntp/dist/parseutil/ |
| testdcf.c | 63 long minute; member in struct:clocktime 94 * next minute mark 119 * 28 P1 - Minute Parity (even) 131 * 59 - usually missing (minute indication), except for leap insertion 245 clock_time->minute = ext_bf(buffer, DCF_M10); 246 clock_time->minute = TIMES10(clock_time->minute) + ext_bf(buffer, DCF_M1); 420 clock_time.minute = 0; 461 clock_time.minute = 0; 494 (int)clock_time.hour, (int)clock_time.minute, (int)i, (int)clock_time.day, (int)clock_time.month [all...] |
| /src/sys/compat/linux/common/ |
| linux_cdrom.h | 77 u_char cdmsf_min0; /* start minute */ 80 u_char cdmsf_min1; /* end minute */ 98 u_char minute; member in struct:linux_cdrom_msf0
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_rtc.c | 99 uint32_t wk_no, hour, minute, second; member in struct:sunxi_rtc_config 120 .minute = SUN4I_RTC_MINUTE, 134 .minute = SUN6I_RTC_MINUTE, 151 .minute = SUN7I_RTC_MINUTE, 165 .minute = SUN6I_RTC_MINUTE, 182 .minute = SUN6I_RTC_MINUTE, 199 .minute = SUN6I_RTC_MINUTE, 215 .minute = SUN6I_RTC_MINUTE, 233 .minute = SUN6I_RTC_MINUTE, 454 dt->dt_min = __SHIFTOUT(hhmmss, conf->minute); [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_calendar.c | 302 unsigned short hour, minute, second, day, year; local 328 &hour, &minute, &second, monstr, &day, &year)) { 335 jd->minute = (uint8_t)minute; 1075 jd->minute = (uint8_t)ts[1]; 1445 * Convert elapsed days and the hour/minute/second information into 1560 return ntpcal_etime_to_seconds(jd->hour, jd->minute, 1917 id->minute = (uint8_t)ts[1]; 1972 secs = ntpcal_etime_to_seconds(id->hour, id->minute, id->second); 2229 cdp->hour, cdp->minute, cdp->second) [all...] |
| /src/sys/dev/usb/ |
| utoppy.c | 995 uint8_t hour, minute, sec; local 999 utoppy_get_8(sc, &minute) || utoppy_get_8(sc, &sec)) 1002 if (mjd == 0xffffu && hour == 0xffu && minute == 0xffu && sec == 0xffu){ 1014 rv += (uint32_t)minute * 60; 1024 u_int mjd, hour, minute; local 1032 minute = t / 60; 1033 t -= minute * 60; 1037 utoppy_add_8(sc, minute);
|