Searched defs:y (Results 1 – 3 of 3) sorted by relevance
755 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) argument
601 yeartot(intmax_t y) in yeartot()
3323 register zic_t t, y; in rpytime() local
Completed in 16 milliseconds