Home
last modified time | relevance | path

Searched refs:equinoxsolstice (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/calendar/
H A Dcalendar.h197 void equinoxsolstice(int year, double UTCoffset, int *equinoxdays, int *solsticedays);
H A Dsunpos.c200 equinoxsolstice(int year, double UTCoffset, int *equinoxdays, int *solsticedays) in equinoxsolstice() function
444 equinoxsolstice(strtol(argv[1], NULL, 10), 0.0, eq, sol); in main()