Searched refs:hour (Results 76 - 100 of 133) sorted by relevance

123456

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_pst.c25 * The DIPswitches should be set for 9600 bps line speed, 24-hour day-
43 * a = AM/PM indicator (' ' for 24-hour mode)
46 * s = daylight-saving indicator (' ' for 24-hour mode)
239 &ampmchar, &pp->hour, &pp->minute, &pp->second, &pp->nsec,
H A Drefclock_tpro.c183 &pp->hour, &pp->minute, &pp->second, &pp->nsec)
H A Drefclock_tt560.c216 &pp->day, &pp->hour, &pp->minute, &pp->second, &pp->usec)
H A Drefclock_zyfer.c268 &pp->year, &pp->day, &pp->hour, &pp->minute, &pp->second,
H A Drefclock_bancomm.c141 #define GMT 0 /* hour offset from Greenwich */
381 pp->hour = tptr->hr;
389 pp->day, pp->hour, pp->minute, pp->second,
476 /* Get hour */
H A Dcheck_y2k.c415 ct.hour = ct.minute = ct.second = ct.usecond = 0;
588 ot.hour = ot.minute = ot.second = 0;
H A Dntp_leapsec.c956 * second request on the 1st hour of the 1st day of the month.
958 if (fts.monthday == 1 && fts.hour == 0) {
965 fts.hour = 0;
1016 if (fts.monthday != 1 || fts.hour || fts.minute || fts.second) {
1170 tm.hour, tm.minute, tm.second);
H A Drefclock_arbiter.c351 &syncchar, &pp->year, &pp->day, &pp->hour,
H A Drefclock_as2201.c302 &pp->day, &pp->hour, &pp->minute, &pp->second, &pp->nsec)
H A Drefclock_irig.c50 * hour and day of the year and sometimes the year and synchronization
907 &syncdig, spare, &pp->day, &pp->hour,
948 pp->hour, pp->minute, pp->second,
H A Drefclock_true.c526 &pp->day, &pp->hour, &pp->minute,
551 if (!clocktime(pp->day, pp->hour, pp->minute,
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos.h122 * @hour: Hour (0 .. 23)
132 int os_mktime(int year, int month, int day, int hour, int min, int sec,
138 int hour; /* 0..23 */ member in struct:os_tm
/freebsd-11.0-release/crypto/openssl/crypto/
H A Do_time.c227 short year, month, day, hour, minute, second, centi_second; member in struct:vms_vectime
252 result->tm_hour = time_values.hour;
/freebsd-11.0-release/sys/dev/mk48txx/
H A Dmk48txx.c179 ct.hour = FROMBCD(FROMREG(MK48TXX_IHOUR, MK48TXX_HOUR_MASK));
248 TOREG(MK48TXX_IHOUR, MK48TXX_HOUR_MASK, TOBCD(ct.hour));
/freebsd-11.0-release/sys/dev/iicbus/
H A Dds133x.c299 ct.hour = ds133x_get_hours(date[2]);
327 date[2] = TOBCD(ct.hour) & 0x3f; /* We use 24-hours mode. */
/freebsd-11.0-release/sys/x86/isa/
H A Datrtc.c166 writertc(RTC_HRS, bin2bcd(ct.hour)); /* Write back Hours */
356 ct.hour = readrtc(RTC_HRS);
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; local
674 &yy, &mo, &day, &hour, &min, &sec)
690 tm->tm_hour > hour) ||
691 (tm->tm_hour == hour &&
2103 int yy, mo, day, hour, min, sec; local
2105 &day, &hour, &min, &sec);
2108 mo, day, yy, hour, min, sec);
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dparse.c460 /* hour */
461 if (clock_time->hour < 0 || clock_time->hour >= 24)
464 return -1; /* bad hour */
467 t = TIMES24(t) + clock_time->hour;
H A Dclk_meinberg.c76 * <hh>,<mm>,<ss> = hour, minute, second
85 * <A> = '!' during the hour preceeding an daylight saving time
99 * <hh>,<mm>,<ss> = hour, minute, second
105 * <A> = '!' during the hour preceeding an daylight saving time
128 * <hh>,<mm>,<ss> = hour, minute, second
133 * <A> = '!' during the hour preceeding an daylight saving time
308 Stoi(&buffer[format->field_offsets[O_HOUR].offset], &clock_time->hour,
488 Stoi(&buffer[format->field_offsets[O_HOUR].offset], &clock_time->hour,
H A Ddata_mbg.c145 tmp->hour = *(*buffpp)++;
269 tmp->hour, tmp->min, tmp->sec, (long) tmp->frac,
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1500 local($sec,$min,$hour,$mday,$mon,$year)
1591 warn("$0: implausible hour $1\n"), return undef
1593 $hour = $1;
1639 $hour = 0 if $last > $[ + 2;
1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0);
1646 if $hour == (localtime($rtime))[$[+2];
1648 &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 1)
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dvendstat.c79 uint16_t hour; member in struct:__anon5136
/freebsd-11.0-release/contrib/ntp/include/
H A Dparse.h308 long hour; member in struct:clocktime
/freebsd-11.0-release/sys/fs/udf/
H A Decma167-udf.h113 uint8_t hour; member in struct:timestamp
/freebsd-11.0-release/usr.sbin/cron/cron/
H A Dcron.h173 bitstr_t bit_decl(hour, HOUR_COUNT);

Completed in 229 milliseconds

123456