Searched refs:hour (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t15 #year,mon,day,hour,min,sec
40 my($year, $mon, $mday, $hour, $min, $sec) = @$_;
46 my $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
52 $h == $hour &&
68 $time = timegm($sec,$min,$hour,$mday,$mon,$year);
73 $h == $hour &&
107 my $hour = (localtime(timelocal(0, 0, 2, 7, 3, 102)))[2];
110 print "not " unless $hour == 2 || $hour == 3;
H A Dgmtime.t34 print "not " unless $gmtime->hour == $gmtime[2];
H A Dlocaltime.t34 print "not " unless $localtime->hour == $localtime[2];
H A Dtm.pm8 map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst }
27 min, hour, mday, mon, year, wday, yday, and isdst.
H A DLocal.pm72 my ($sec,$min,$hour,$mday,$month,$year) = @_;
84 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
93 croak "Hour '$hour' out of range 0..23" if $hour > 23 or $hour < 0;
102 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
105 $sec += $SecOff + 60*$min + 3600*$hour;
166 $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
167 $time = timegm($sec,$min,$hour,$mday,$mon,$year);
185 input $sec, $min, $hour,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dctime.pl36 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
43 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
57 $DoW[$wday], $MoY[$mon], $mday, $hour, $min, $sec, $TZ, $year);
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c46 datetime->hour = efi_time.hour;
70 efi_time.hour = datetime->hour;
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c65 grub_ieee1275_cell_t hour; member in struct:get_time_args
98 datetime->hour = args.hour;
116 grub_ieee1275_cell_t hour; member in struct:set_time_args
143 args.hour = datetime->hour;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h30 grub_uint8_t hour; member in struct:grub_datetime
109 ret += datetime->hour * SECPERHOUR;
110 if (datetime->hour > 23)
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dtime.c34 datetime->hour = mytm->tm_hour;
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c92 int sec, min, hour, day, month, year; local
97 hour = BCD_TO_BYTE(mostek[2] & 0x3f);
105 utc = (utc << 3) + (utc << 4) + hour; /* 24 * day + hour */
106 utc = (utc << 6) - (utc << 2) + min; /* 60 * hour + min */
/osnet-11/usr/src/grub/grub2/grub-core/lib/arc/
H A Ddatetime.c37 datetime->hour = dt->h;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtime.t44 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($beg);
59 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime($beg);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Ddate.c51 datetime.hour, datetime.minute, datetime.second,
121 datetime.hour = value[3];
141 N_("[[year-]month-day] [hour:minute[:second]]"),
H A Dls.c184 datetime.hour, datetime.minute,
190 datetime.day, datetime.hour,
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c220 time->hour = bcd_to_hex (read_cmos (0x4));
221 if (time->hour >= 81)
222 time->hour -= 80 - 12;
223 if (time->hour == 24)
224 time->hour = 0;
233 time->hour = read_cmos (0x4);
234 if (time->hour >= 0x81)
235 time->hour -= 0x80 - 12;
236 if (time->hour == 24)
237 time->hour
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/hook/
H A Ddatehook.c69 n = datetime.hour;
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c702 int hour; local
709 hour = (seconds / 60) / 60;
712 cp = _conv_gmt_posix(hour);
714 cp = _conv_gmt_zoneinfo(hour);
723 _conv_gmt_posix(int hour) argument
728 if (hour == 0) {
734 if (hour < 0) {
736 /* make hour positive for snprintf() */
737 hour = -hour;
752 _conv_gmt_zoneinfo(int hour) argument
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxscan.c48 int hour; member in struct:__anon1190
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
108 if (set->hour >= 0)
110 if (set->hour < tm->tm_hour && set->yday < 0 && set->mday < 0 && set->wday < 0)
112 tm->tm_hour = set->hour;
278 set.hour = n;
283 set.hour = n;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c64 grub_uint8_t hour; member in struct:grub_iso9660_date2
90 grub_uint8_t hour[2]; member in struct:grub_iso9660_date
188 && ! i->hour[0] && ! i->hour[1]
197 datetime.hour = (i->hour[0] - '0') * 10 + (i->hour[1] - '0');
215 datetime.hour = i->hour;
1020 && ! data->voldesc.modified.hour[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcmos_datetime.c88 datetime->hour = value;
151 value = datetime->hour;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c97 datetime->hour = (nix / SECPERHOUR);
H A Dmisc.c92 datetime.hour, datetime.minute, datetime.second,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi43 Come back to this page any time within the next hour and the list of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1686 asctime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1689 int hour
1702 mytm.tm_hour = hour;
1740 mktime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1743 int hour
1756 mytm.tm_hour = hour;
1772 strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
1776 int hour
1785 char *buf = my_strftime(fmt, sec, min, hour, mday, mon, year, wday, yday, isdst);

Completed in 65 milliseconds

12