Searched refs:tm_hour (Results 1 - 25 of 49) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/comp/
H A Dstrftime.c65 tm->tm_hour < 0 || tm->tm_hour > 23 ||
75 if (tm->tm_hour >= 0 && tm->tm_hour <= 23)
76 tl.tm_hour = tm->tm_hour;
90 tl.tm_hour = tm->tm_hour;
H A Dmktime.c57 tm.tm_hour = ts->tm_hour;
67 ts->tm_hour = tm.tm_hour;
H A Dstrptime.c58 tm.tm_hour = ts->tm_hour;
72 ts->tm_hour = tm.tm_hour;
H A Dgetdate.c73 ts.tm_hour = tm->tm_hour;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dgmt_mktime.c61 assert_time(t->tm_hour>=0);
62 assert_time(t->tm_hour<=23);
86 accum += t->tm_hour;
103 .tm_hour = 0, .tm_min = 0, .tm_sec = 0,
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dtime.c34 datetime->hour = mytm->tm_hour;
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmfix.c90 tm->tm_hour -= (60 - n) / 60;
95 tm->tm_hour += n / 60;
98 if ((n = tm->tm_hour) < 0)
101 tm->tm_hour = 24 - (-n) % 24;
106 tm->tm_hour %= 24;
H A Dtmxmake.c88 tm->tm_hour = n % 24;
95 tm->tm_hour = x % 24;
H A Dtmxdate.c398 tm->tm_hour += p;
575 if (++tm->tm_hour > 59)
590 if (k && !hit[i = tm->tm_hour])
598 tm->tm_hour = i;
602 tm->tm_hour = i;
948 tm->tm_hour = j;
1001 k = tm->tm_hour;
1002 tm->tm_hour = i;
1014 tm->tm_hour = i = 0;
1018 tm->tm_hour
[all...]
H A Dtmxscan.c110 if (set->hour < tm->tm_hour && set->yday < 0 && set->mday < 0 && set->wday < 0)
112 tm->tm_hour = set->hour;
127 if (tm->tm_hour < 12)
128 tm->tm_hour += 12;
132 if (tm->tm_hour >= 12)
133 tm->tm_hour -= 12;
H A Dtmxtime.c75 t += tm->tm_hour;
H A Dtmxfmt.c303 cp = number(cp, ep, (long)tm->tm_hour, 2, width, pad);
309 if ((n = tm->tm_hour) > 12) n -= 12;
360 n = TM_MERIDIAN + (tm->tm_hour >= 12);
363 p = tm_info.format[TM_MERIDIAN + (tm->tm_hour >= 12)];
H A Dtminit.c152 h = tp->tm_hour;
168 return (h - tp->tm_hour - n * 24) * 60 + m - tp->tm_min;
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c72 time.tm_hour = datepart(cp + 8, 2, 00, 23, errp);
88 result += time.tm_hour * (60*60); /*%< Hours */
/osnet-11/usr/src/cmd/sendmail/src/
H A Darpadate.c130 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm13 $tm_sec $tm_min $tm_hour $tm_mday
26 $tm_sec, $tm_min, $tm_hour, $tm_mday,
H A Dlocaltime.pm13 $tm_sec $tm_min $tm_hour $tm_mday
26 $tm_sec, $tm_min, $tm_hour, $tm_mday,
/osnet-11/usr/src/lib/libc/port/gen/
H A Dctime.c133 cp = ct_numb(cp, t->tm_hour, '0');
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h140 int tm_hour; member in struct:Tm_s
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Ddebug.c151 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h149 int tm_hour; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h149 int tm_hour; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h149 int tm_hour; member in struct:Tm_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h149 int tm_hour; member in struct:Tm_s
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c194 tm->tm_hour, tm->tm_min, tm->tm_sec);

Completed in 31 milliseconds

12