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

/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c545 int this_year; local
581 this_year = lt->tm_year;
588 if (lt->tm_year < (this_year % 100) - 1)
591 lt->tm_year += (this_year - (this_year % 100));
/macosx-10.10/ruby-106/ruby/
H A Dtime.c1288 static long this_year = 0; variable
1300 if (this_year == 0) {
1309 this_year = tm->tm_year;

Completed in 183 milliseconds