Searched refs:UTCOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.c65 double UTCOffset = UTCOFFSET_NOTSET; variable
134 UTCOffset = strtod(optarg, NULL);
154 if (UTCOffset == UTCOFFSET_NOTSET &&
177 UTCOffset = uo;
178 EastLongitude = UTCOffset * 15;
179 } else if (UTCOffset == UTCOFFSET_NOTSET) {
181 UTCOffset = EastLongitude / 15;
184 EastLongitude = UTCOffset * 15;
H A Dcalendar.h58 extern double UTCOffset;
H A Dparsedata.c502 fpom(year, UTCOffset, yearinfo->ffullmoon,
506 fequinoxsolstice(year, UTCOffset,
1069 printf("UTCOffset: %g\n", UTCOffset);
1077 fpom(year, UTCOffset, ffullmoon, fnewmoon);
1099 fequinoxsolstice(year, UTCOffset, equinoxdays,

Completed in 102 milliseconds