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

/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c53 int yleap; local
80 while (days < 0 || days >= (long) year_lengths[yleap = isleap(y)]) {
93 ip = mon_lengths[yleap];
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c410 int yleap, *ip, month; local
427 while (days < 0 || days >= (long) year_lengths[yleap = ips_isleap(y)]) {
440 ip = mon_lengths[yleap];

Completed in 62 milliseconds