/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 216 ssize_t leap; in http_date2time_t() local 575 leap = year; in http_date2time_t() 577 leap--; in http_date2time_t() 578 leap = leap / 4 - leap / 100 + leap / 400 - zeroleap; in http_date2time_t() 579 secs = ((((year - 1970) * 365 + dom[month] + day - 1 + leap) * 24 in http_date2time_t() 598 ssize_t leap; in http_today() local 632 leap = 1; in http_today() 634 leap = 0; in http_today() 638 leap = 0; in http_today() 639 if (now > dom[i] + leap) in http_today() [all …]
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmdata.c | 190 static Tm_leap_t leap[] = variable 282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
|
H A D | tmxleap.c | 47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++); in tmxleap()
|
H A D | tmxtime.c | 130 for (lp = &tm_data.leap[0]; t < lp->time - (lp+1)->total; lp++); in tmxtime()
|
H A D | tmxmake.c | 59 for (lp = &tm_data.leap[0]; n < lp->time; lp++); in tmxtm()
|
/titanic_50/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 335 int i, leap; in day_of_year() local 337 leap = year%4 == 0 && year%100 || year%400 == 0; in day_of_year() 339 day += day_tab[leap][i]; in day_of_year()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 359 uchar_t leap; /* receive */ member 397 uchar_t leap; /* clock update */ member 426 uchar_t leap; member
|
H A D | snoop_ntp.c | 377 show_leap(int leap) in show_leap() argument 379 switch (leap) { in show_leap()
|
/titanic_50/usr/src/cmd/cron/ |
H A D | at.c | 91 static int leap(int); 332 mday[1] = 28 + leap(at.tm_year); in main() 496 mday[1] = 28 + leap(a->tm_year); in atime() 501 mday[1] = 28 + leap(++a->tm_year); in atime() 508 leap(int year) in leap() function 534 if (!leap(tptr->tm_year) && at.tm_mday == 29 && at.tm_mon == 1) 537 if ((leap(tptr->tm_year)) && tptr->tm_mon >= 2)
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | tm.h | 122 Tm_leap_t* leap; /* leap second table */ member
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | verify.c | 265 int leap = sizeof (uint32_t); in compute_checksum() local 302 notyet = nread % leap; in compute_checksum() 305 for (; nread > 0; nread -= leap) { in compute_checksum()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 131 Tm_leap_t* leap; /* leap second table */ member
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 131 Tm_leap_t* leap; /* leap second table */ member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 131 Tm_leap_t* leap; /* leap second table */ member
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 131 Tm_leap_t* leap; /* leap second table */ member
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | systemv | 14 # Compile this *without* leap second correction for true conformance.
|
H A D | etcetera | 25 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
|
H A D | asia | 1340 # leap year calculation involved. There has never been any serious
|
H A D | northamerica | 3306 # The alterpresse.org source seems to show a US-style leap from 2:00 a.m. to
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 92 08-12-21 tm/tmdata.c: add 2008-12-31+23:59:60-0000 leap second event 545 tm/tmfix.c: fix leap year adjustments 1185 99-05-18 tmtime: add century leap year calc anticipating unsigned time_t 1274 tmfix: fix leap year bug that forgot to add 1900
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 13283 leap
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 13281 leap
|