Home | History | Annotate | Download | only in time

Lines Matching defs:cuthitime

470 	time_t		cuthitime;
476 cuthitime = absolute_max_time;
534 cuthitime = yeartot(cuthiyear);
540 if (hi < cuthitime) {
543 cuthitime = hi;
553 if (hi < cuthitime) {
556 cuthitime = hi;
623 while (t < cuthitime - 1) {
625 && t + SECSPERDAY / 2 < cuthitime - 1)
627 : cuthitime - 1);
655 t = cuthitime;