Searched defs:hour (Results 1 - 12 of 12) sorted by relevance

/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/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/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/lib/libldap4/common/
H A Dtmplout.c1039 hour,
1047 || (hour = tm -> tm_hour) < 0 || hour > 24
1051 if (hour == 24) {
1052 hour = 0;
1065 result = 24 * result + hour;
1038 hour, local
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c1003 hour,
1011 || (hour = tm -> tm_hour) < 0 || hour > 24
1015 if (hour == 24) {
1016 hour = 0;
1029 result = 24 * result + hour;
1002 hour, local
/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...]
H A Dudf.c152 grub_uint8_t hour; member in struct:grub_udf_timestamp
970 datetime.hour = tstamp->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/libslp/clib/
H A Dslp_ami.h166 short hour; member in struct:__anon2586
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3695 Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst) argument
3706 mytm.tm_hour = hour;
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h747 grub_efi_uint8_t hour; member in struct:grub_efi_time

Completed in 436 milliseconds