Searched refs:hour (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_wwvb.c36 * The WWVB and GPS clocks should be configured for 24-hour display,
140 u_char lasthour; /* last hour (for monitor) */
305 &syncchar, &pp->day, &pp->hour, &pp->minute,
317 &pp->hour, &pp->minute, &pp->second, &pp->nsec,
329 &syncchar, &pp->year, &month, &day, &pp->hour,
473 if (pp->sloppyclockflag & CLK_FLAG4 && pp->hour <
476 up->lasthour = (u_char)pp->hour;
H A Drefclock_datum.c151 int hour; /* hour */ member in struct:datum_pts_unit
646 ** Convert the seven bytes received in our time buffer to day, hour, minute,
656 datum_pts->hour = 10*((datum_pts->retbuf[2] & 0x30)>>4) +
673 printf("day %d, hour %d, minute %d, second %d, msec %d\n",
675 datum_pts->hour,
705 ** pick the one that gives the smallest error (+- one half hour). The time
712 ** a half hour of the Datum time (even with time zone differences).
717 datum_pts->hour,
758 datum_pts->hour,
[all...]
H A Drefclock_leitch.c83 short hour; member in struct:leitchunit
450 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
468 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
485 if (!clocktime(leitch->yearday,leitch->hour,leitch->minute,
615 leitch->hour = ATOB(0)*10 +ATOB(1);
619 if ((leitch->hour > 23) || (leitch->minute > 60) ||
H A Drefclock_heath.c54 * external DIPswitches should be set to GMT and 24-hour format.
78 * AM/PM/bb = blank in 24-hour mode
105 * allows the timebase trimming process to be observed. UTC hour 00 is
142 * indication of hourly propagation. These bytes are updated each hour
143 * to reflect the previous 24 hour period. UTC hour 00 is always
301 "%2d:%2d:%2d.%c%5c%2d/%2d/%2d", &pp->hour,
314 if (sscanf(pp->a_lastcode, "%2d:%2d:%2d.%c", &pp->hour,
H A Drefclock_hopfpci.c215 pp->hour = m_time.wHour;
225 m_time.wStatus, pp->hour, pp->minute, pp->second,
H A Drefclock_pcf.c198 pp->hour = tp->tm_hour;
208 unit, pp->year, tp->tm_mon + 1, tp->tm_mday, pp->hour,
H A Drefclock_dumbclock.c40 * hh:mm:ss -- what you'd expect, with a 24 hour clock. (Heck, that's the only
69 u_char lasthour; /* last hour (for monitor) */
198 int hours; /* hour-of-day */
199 int minutes; /* minutes-past-the-hour */
303 pp->hour = gmtp->tm_hour;
309 adjyear,adjmon,gmtp->tm_mday,pp->hour,pp->minute,
336 up->lasthour = (u_char)pp->hour;
H A Drefclock_mx4200.c891 pp->year, pp->day, pp->hour, pp->minute, pp->second,
964 int hour, minute, second, leapsec_warn; local
974 &hour, &minute, &second, &time_sync, &op_mode,
1003 if (second > 60 || minute > 59 || hour > 23 ||
1004 second < 0 || minute < 0 || hour < 0) {
1007 hour, minute, second);
1017 hour, minute, second);
1046 hour--;
1047 if (hour < 0) {
1048 hour
[all...]
H A Drefclock_ulink.c311 &pp->hour, &syncchar, &pp->minute, &pp->second,
383 &pp->hour, &syncchar, &pp->minute, &pp->second,
421 * S = 'S' -- sync'd in last hour,
431 * HH = UTC hour 0 to 23
432 * MM = Minutes of current hour from 0 to 59
443 &pp->hour, &pp->minute, &pp->second,
/macosx-10.10/cron-39/cron/
H A Dcron.c208 register int minute, hour, dom, month, dow; local
215 hour = tm->tm_hour -FIRST_HOUR;
221 getpid(), minute, hour, dom, month, dow))
302 && bit_test(e->hour, otzhour)
321 && bit_test(e->hour, hour)
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_strptime.c312 set_hash("hour", n);
329 set_hash("hour", n);
682 VALUE hour; local
684 hour = ref_hash("hour");
685 if (!NIL_P(hour)) {
686 hour = f_mod(hour, INT2FIX(12));
687 set_hash("hour", f_add(hour, meri
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el173 (nth arg '(nil "year" "mnth" "day" "hour" "minu"
176 calcFunc-day calcFunc-hour
376 ;;; an integer code, or (year month day hour minute second), corresponding
512 ;; math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour,
522 (defvar math-fd-hour)
537 math-fd-hour math-fd-minute math-fd-second
575 math-fd-hour (nth 3 math-fd-dt)
663 (and math-fd-hour (format "%d" math-fd-hour)))
665 (and math-fd-hour (forma
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDateMath.cpp518 static inline double ymdhmsToSeconds(int year, long mon, long day, long hour, long minute, double second) argument
523 return (second + minute * secondsPerMinute + hour * secondsPerHour + (mday + day - 1 + ydays) * secondsPerDay);
927 long hour = 0; local
937 // There was no year; the number was the hour.
945 parseLong(dateString, &newPosStr, 10, &hour);
954 if (hour < 0 || hour > 23)
990 if (hour > 12)
992 if (hour == 12)
993 hour
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dgregocal.h117 * cout << "Current Time, with hour reset to 3" << endl;
252 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
268 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftimezone.py94 hour = 12,
106 hour = 12,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftimezone.py80 hour = 12,
91 hour = 12,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cftimezone.py98 hour = 12,
109 hour = 12,
/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date_attr.rb49 assert_equal(false, d.respond_to?(:hour))
56 assert_equal(22, d.hour)
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl502 ([[:digit:]]{1,2}) # field 1 - hour
512 } $tod -> hour minute second ind]} then {
516 scan $hour %d hour
530 return [list [expr {($hour * 60 + $minute) * 60 + $second}] $ind]
554 ([[:digit:]]{1,2}) # field 2 - hour
561 } $offset -> signum hour minute second]} then {
566 scan $hour %d hour
577 return [expr {(($hour * 6
[all...]
/macosx-10.10/vim-55/runtime/spell/
H A Dcleanadd.vim8 " (one hour)
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbicst.pl228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dnanoftp.h54 * @hour: the hour
64 const char *month, int day, int hour,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanoftp.h34 * @hour: the hour
44 const char *month, int day, int hour,
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_setup_maker_0.9.rb47 skipHours.each do |hour|
49 new_hour.content = hour
83 skipHours.each_with_index do |hour, i|
84 assert_equal(hour.to_i, channel.skipHours.hours[i].content)
H A Dtest_setup_maker_2.0.rb53 skipHours.each do |hour|
55 new_hour.content = hour
90 skipHours.each_with_index do |hour, i|
91 assert_equal(hour.to_i, channel.skipHours.hours[i].content)

Completed in 222 milliseconds

1234567891011>>