Searched refs:__lyday_to_month (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dtime_data.c54 const int __lyday_to_month[12] = {0, 31, 60, 91, 121, 152, 182, 213, variable
H A Dlocaltime.c150 extern const int __lyday_to_month[];
738 t += SECSPERDAY * __lyday_to_month[tmptr->tm_mon];

Completed in 20 milliseconds