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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1398 * Also update janfirst by a year, by adding the appropriate number of
1403 posix_daylight(int64_t *janfirst, int year, posix_daylight_t *pdaylightp) argument
1429 value = *janfirst;
1480 value = *janfirst + (rulep->r_day - 1) * SECSPERDAY;
1489 value = *janfirst + rulep->r_day * SECSPERDAY;
1494 *janfirst += __secs_year_lengths[leapyear];
2360 int64_t janfirst; local
2400 janfirst = JAN_01_1902;
2419 idx = posix_daylight(&janfirst, year, &pdaylight);

Completed in 30 milliseconds