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

/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c419 int this_year; local
473 this_year = lt->tm_year;
480 if (lt->tm_year < (this_year % 100) - 1)
483 lt->tm_year += (this_year - (this_year % 100));

Completed in 53 milliseconds