Lines Matching defs:fts
937 struct calendar fts;
950 ntpcal_ntp64_to_date(&fts, now64);
954 if (fts.monthday == 1 && fts.hour == 0) {
960 fts.monthday = 1;
961 fts.hour = 0;
962 fts.minute = 0;
963 fts.second = 0;
964 starttime = ntpcal_date_to_ntp64(&fts);
965 fts.month++;
966 ttime = ntpcal_date_to_ntp64(&fts);
989 struct calendar fts;
1010 ntpcal_ntp64_to_date(&fts, ttime);
1012 if (fts.monthday != 1 || fts.hour || fts.minute || fts.second) {
1016 fts.month--; /* was in range 1..12, no overflow here! */
1017 starttime = ntpcal_date_to_ntp64(&fts);