Searched refs:leap (Results 1 – 17 of 17) sorted by relevance
337 int i, leap; in day_of_year() local339 leap = year%4 == 0 && year%100 || year%400 == 0; in day_of_year()341 day += day_tab[leap][i]; in day_of_year()
190 static Tm_leap_t leap[] = variable282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++); in tmxleap()
130 for (lp = &tm_data.leap[0]; t < lp->time - (lp+1)->total; lp++); in tmxtime()
59 for (lp = &tm_data.leap[0]; n < lp->time; lp++); in tmxtm()
357 uchar_t leap; /* receive */ member395 uchar_t leap; /* clock update */ member424 uchar_t leap; member
375 show_leap(int leap) in show_leap() argument377 switch (leap) { in show_leap()
92 static int leap(int);333 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() function533 if (!leap(tptr->tm_year) && at.tm_mday == 29 && at.tm_mon == 1) in gtime()536 if ((leap(tptr->tm_year)) && tptr->tm_mon >= 2) in gtime()
122 Tm_leap_t* leap; /* leap second table */ member
265 int leap = sizeof (uint32_t); in compute_checksum() local302 notyet = nread % leap; in compute_checksum()305 for (; nread > 0; nread -= leap) { in compute_checksum()
14 # Compile this *without* leap second correction for true conformance.
23 # Functions like gmtime load the "GMT" file to handle leap seconds properly.
3334 # The alterpresse.org source seems to show a US-style leap from 2:00 a.m. to
1527 # leap year calculation involved. There has never been any serious
280 08-12-21 tm/tmdata.c: add 2008-12-31+23:59:60-0000 leap second event733 tm/tmfix.c: fix leap year adjustments1373 99-05-18 tmtime: add century leap year calc anticipating unsigned time_t1462 tmfix: fix leap year bug that forgot to add 1900
13280 leap
13282 leap