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

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.c66 int EastLongitude = LONGITUDE_NOTSET; variable
126 EastLongitude = strtol(optarg, NULL, 10);
155 EastLongitude == LONGITUDE_NOTSET) {
178 EastLongitude = UTCOffset * 15;
181 UTCOffset = EastLongitude / 15;
182 } else if (EastLongitude == LONGITUDE_NOTSET) {
184 EastLongitude = UTCOffset * 15;
H A Dcalendar.h59 extern int EastLongitude;
H A Dparsedata.c1070 printf("eastlongitude: %d\n", EastLongitude);

Completed in 104 milliseconds