| /src/sys/dev/dec/ |
| mcclock.c | 156 uint32_t yearsecs; local in function:mcclock_get 172 yearsecs = clock_ymdhms_to_secs(&dt) - (72 - 70) * SECS_PER_COMMON_YEAR; 185 tvp->tv_sec = yearsecs + clock_ymdhms_to_secs(&dt); 203 uint32_t yearsecs; local in function:mcclock_set 216 yearsecs = tvp->tv_sec - clock_ymdhms_to_secs(&dt); 219 clock_secs_to_ymdhms(first72 + yearsecs, &dt); 224 yearsecs, time_second);
|
| mcclock.c | 156 uint32_t yearsecs; local in function:mcclock_get 172 yearsecs = clock_ymdhms_to_secs(&dt) - (72 - 70) * SECS_PER_COMMON_YEAR; 185 tvp->tv_sec = yearsecs + clock_ymdhms_to_secs(&dt); 203 uint32_t yearsecs; local in function:mcclock_set 216 yearsecs = tvp->tv_sec - clock_ymdhms_to_secs(&dt); 219 clock_secs_to_ymdhms(first72 + yearsecs, &dt); 224 yearsecs, time_second);
|
| /src/lib/libc/time/ |
| 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))
|
| 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))
|