Home
last modified time | relevance | path

Searched refs:__year_lengths (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c43 const int __year_lengths[2] = { variable
122 while (days < 0 || days >= (long)__year_lengths[isleap(y)]) { in gmtime()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtime_data.c46 const int __year_lengths[2] = { variable
H A Dlocaltime.c212 extern const int __year_lengths[2];
1216 while (days < 0 || days >= (long)__year_lengths[yleap = isleap(y)]) { in offtime_u()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in550 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|__year_lengths