Searched refs:equinoxsolstice (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | calendar.h | 197 void equinoxsolstice(int year, double UTCoffset, int *equinoxdays, int *solsticedays);
|
H A D | sunpos.c | 200 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()
|