Home
last modified time | relevance | path

Searched refs:__yday_to_month (Results 1 – 3 of 3) sorted by relevance

/titanic_50/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.c210 extern const int __yday_to_month[];
727 t += SECSPERDAY * __yday_to_month[tmptr->tm_mon]; in mktime1()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2942 __yday_to_month;