Searched defs:isleap (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c253 #define isleap(yr) (((yr) & 3) == 0 && (((yr) % 100) != 0 || \ macro
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Dtime.c57 #define isleap(y) (((y) % 4) == 0 && \ macro
/freebsd-11-stable/contrib/file/src/
H A Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c89 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c33 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c62 isleap(y) function
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dtzfile.h168 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.h61 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
H A Dpom.c76 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
/freebsd-11-stable/usr.bin/pom/
H A Dpom.c74 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c88 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c2221 int minute, day, isleap; local

Completed in 145 milliseconds