Searched refs:idays (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/unbound/sldns/
H A Dparseutil.c122 int idays = result->tm_yday; local
127 while (idays >= mon_lengths[result->tm_mon]) {
128 idays -= mon_lengths[result->tm_mon++];
130 result->tm_mday = idays + 1;
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1620 int idays; /* unsigned would be so 2003 */ local
1690 idays = tdays;
1694 --idays;
1698 ++idays;
1700 while (idays < 0) {
1703 idays += year_lengths[isleap(y)];
1705 while (idays >= year_lengths[isleap(y)]) {
1706 idays -= year_lengths[isleap(y)];
1713 tmp->tm_yday = idays;
1722 idays;
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dutil.c250 int idays = result->tm_yday; local
255 while (idays >= mon_lengths[result->tm_mon]) {
256 idays -= mon_lengths[result->tm_mon++];
258 result->tm_mday = idays + 1;

Completed in 176 milliseconds