Lines Matching defs:fts
939 struct calendar fts;
952 ntpcal_ntp64_to_date(&fts, now64);
956 if (fts.monthday == 1 && fts.hour == 0) {
962 fts.monthday = 1;
963 fts.hour = 0;
964 fts.minute = 0;
965 fts.second = 0;
966 starttime = ntpcal_date_to_ntp64(&fts);
967 fts.month++;
968 ttime = ntpcal_date_to_ntp64(&fts);
991 struct calendar fts;
1012 ntpcal_ntp64_to_date(&fts, ttime);
1014 if (fts.monthday != 1 || fts.hour || fts.minute || fts.second) {
1018 fts.month--; /* was in range 1..12, no overflow here! */
1019 starttime = ntpcal_date_to_ntp64(&fts);