localtime.c | 1352 int_fast32_t yearsecs local in function:tzparse 1356 if (increment_overflow_time(&janfirst1, -yearsecs)) { 1357 janoffset = -yearsecs; 1365 int_fast32_t yearsecs local in function:tzparse 1369 if (increment_overflow_time(&janfirst1, yearsecs) 1385 yearsecs = (year_lengths[isleap(year)] local in function:tzparse 1395 && endtime - starttime < yearsecs)) { 1419 (&janfirst, janoffset + yearsecs))
|