Searched refs:minute (Results 101 - 125 of 260) sorted by relevance

1234567891011

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_filegen.c355 cal.hour = cal.minute = cal.second = 0;
372 cal.hour = cal.minute = cal.second = 0;
380 cal.hour = cal.minute = cal.second = 0;
H A Drefclock_wwvb.c305 &syncchar, &pp->day, &pp->hour, &pp->minute,
317 &pp->hour, &pp->minute, &pp->second, &pp->nsec,
330 &pp->minute, &pp->second, &dstchar, &leapchar) == 8)
H A Drefclock_dumbclock.c304 pp->minute = gmtp->tm_min;
309 adjyear,adjmon,gmtp->tm_mday,pp->hour,pp->minute,
H A Drefclock_gpsvme.c192 pp->minute = BCD2INT2(thi & 0x000000FF);
200 pp->day, pp->hour, pp->minute, pp->second, pp->nsec, status, thi,
H A Drefclock_palisade.c534 pp->minute = secint / 60;
545 up->unit, mb(0) & 0xff, event, pp->hour, pp->minute,
615 pp->minute = mb(12);
621 up->unit, mb(0) & 0xff, event, pp->hour, pp->minute,
758 pp->minute = mb(11);
764 printf("TSIP_decode: unit %d: %02X #%d %02d:%02d:%02d.%06ld %02d/%02d/%04d ",up->unit, mb(0) & 0xff, event, pp->hour, pp->minute, pp->second, pp->nsec, mb(14), mb(13), pp->year);
913 up->unit, pp->year, pp->day, pp->hour, pp->minute,
924 pp->year,pp->day,pp->hour,pp->minute, pp->second,pp->nsec);
H A Drefclock_acts.c484 &pp->minute, &pp->second, &dst, &leap, &dut1,
515 &mjd, &pp->day, &pp->hour, &pp->minute,
540 &pp->minute, &mjd, &dut1, &leapdir, &leapmonth,
565 &synchar, &pp->day, &pp->hour, &pp->minute,
585 &pp->hour, &pp->minute, &pp->second, &pp->nsec,
H A Drefclock_nmea.c661 pp->minute = ((dp[2] - '0') * 10) + dp[3] - '0';
683 * minute and hour fields appopriately
688 if (pp->minute == 0) {
689 pp->minute = 59;
697 if (pp->hour > 23 || pp->minute > 59 ||
701 pp->hour, pp->minute, pp->second, pp->nsec));
H A Drefclock_arc.c1153 || !get2(pp->a_lastcode + 3, &pp->minute)
1179 (pp->minute < 0) || (pp->minute > 59) ||
1221 pp->hour, pp->minute, pp->second,
1291 local.tm_min = pp->minute;
1354 pp->minute = gmtp->tm_min;
1360 pp->year,month,gmtp->tm_mday,pp->hour,pp->minute,
H A Drefclock_neoclock4x.c563 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_MINUTE], &pp->minute, 2);
585 (pp->minute < 0) || (pp->minute > 59) ||
611 calc_utc = neol_mktime(pp->year, month, day, pp->hour, pp->minute, pp->second);
616 neol_localtime(calc_utc, &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second);
629 pp->hour, pp->minute, pp->second,
642 up->utc_minute = pp->minute;
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAutoWake.c208 pmMaintenanceDate.minute = maintGregorian.minute;
290 cal_date->minute = gmt_calendar.minute;
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DDateConversion.cpp96 appendNumber<2>(builder, t.minute());
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDateComponents.h44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
73 int minute() const { return m_minute; } function in class:WebCore::DateComponents
110 // Sets hour, minute, second and millisecond.
112 // Sets year, month, monthDay, hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm142 minute => { type => SCALAR, default => 0,
205 $class->_time_as_seconds( @p{ qw( hour minute second ) } );
252 qw( year month day hour minute second nanosecond
408 @{ $self->{local_c} }{ qw( hour minute second ) } =
423 @{ $self->{utc_c} }{ qw( hour minute second ) } =
442 return @{ $self->{utc_c} }{ qw( hour minute second ) };
468 @args{ qw( second minute hour day month year ) } =
522 @args{ qw( hour minute second ) } =
759 sub minute { subroutine
760 Carp::carp('minute() i
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/lib/DateTime/Format/
H A DStrptime.pm256 $minute, $ampm, $second, $week_sun_0,
291 minute = $minute
323 or ( $self->{parser} =~ /\$minute\b/ and $minute eq '' )
396 $Minute = $epoch_dt->minute;
627 $self->local_croak("$minute is too large to be a minute.")
629 unless $minute <= 59;
630 $Minute ||= $minute;
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.04/lib/DateTime/Format/
H A DStrptime.pm248 $minute, $ampm, $second, $week_sun_0,
281 minute = $minute
313 ($self->{parser}=~/\$minute\b/ and $minute eq '') or
363 $Minute = $epoch_dt->minute;
488 $self->local_croak("$minute is too large to be a minute.") and return undef unless $minute <= 59;
489 $Minute = $minute;
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm256 $minute, $ampm, $second, $week_sun_0,
291 minute = $minute
323 or ( $self->{parser} =~ /\$minute\b/ and $minute eq '' )
396 $Minute = $epoch_dt->minute;
625 $self->local_croak("$minute is too large to be a minute.")
627 unless $minute <= 59;
628 $Minute ||= $minute;
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D20infinite.t82 foreach my $m ( qw( year month day hour minute second
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm22 my @fields = qw/ year month day hour minute second fraction time_zone /;
47 # if (defined($p{hour}) and defined($p{minute}) and defined($p{second})) {
49 # if ($p{second} eq '00' and $p{minute} eq '00') {
82 $dt->hour, $dt->minute, $dt->second
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dcredential.c47 str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("credential: right=%s, shared=%i, creation=%01i:%01i:%01i, valid=%i"), cred->name, cred->shared, date.hour,date.minute,(int32_t)date.second, cred->valid);
49 str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("credential: uid=%i, name=%s, shared=%i, creation=%01i:%01i:%01i valid=%i"), cred->uid, cred->name, cred->shared, date.hour,date.minute,(int32_t)date.second, cred->valid);
/macosx-10.9.5/Security-55471.14.18/include/security_ocspd/
H A DocspdUtils.cpp120 greg.minute = atoi( szTemp );
269 greg.minute, seconds);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ocspd/common/
H A DocspdUtils.cpp120 greg.minute = atoi( szTemp );
269 greg.minute, seconds);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-forms.el177 calcFunc-minute calcFunc-second
376 ;;; an integer code, or (year month day hour minute second), corresponding
513 ;; math-fd-minute, math-fd-second, math-fd-bc-flag are local
523 (defvar math-fd-minute)
537 math-fd-hour math-fd-minute math-fd-second
576 math-fd-minute (nth 4 math-fd-dt)
687 (and math-fd-minute (format "%d" math-fd-minute)))
689 (and math-fd-minute (format "%02d" math-fd-minute)))
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmssiginfo.c92 long year, month, mday, hour, minute, second, hourOff, minOff; local
110 CAPTURE(minute,string+8,loser);
111 if (minute > 59) goto loser;
137 gdate.minute = minute;
186 d[8] = HIDIGIT(gdate.minute);
187 d[9] = LODIGIT(gdate.minute);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmssiginfo.c92 long year, month, mday, hour, minute, second, hourOff, minOff; local
110 CAPTURE(minute,string+8,loser);
111 if (minute > 59) goto loser;
137 gdate.minute = minute;
186 d[8] = HIDIGIT(gdate.minute);
187 d[9] = LODIGIT(gdate.minute);
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_itunes.rb181 def _assert_itunes_duration(hour, minute, second, value,
188 assert_equal(minute, duration.minute)

Completed in 236 milliseconds

1234567891011