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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dtime_data.c52 const int __yday_to_month[12] = {0, 31, 59, 90, 120, 151, 181, 212, variable
H A Dlocaltime.c151 extern const int __yday_to_month[];
740 t += SECSPERDAY * __yday_to_month[tmptr->tm_mon];

Completed in 27 milliseconds