Searched defs:century (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c390 int century = 0; local
413 century = atoi_for2(t);
419 if (century == 0) {
423 tm.tm_year += (century - 19) * 100;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c80 uint8_t century; member in struct:rtc_offset
115 pc_rtc_offset.century = fadt->Century;
203 "wrong century: %d.\nSolaris will still operate "
349 unsigned char century = RTC_CENTURY; local
357 if (pc_rtc_offset.century != 0) {
358 century = pc_rtc_offset.century;
380 outb(RTC_ADDR, century); /* do century */
413 unsigned char century local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c387 int century = 0; local
410 if (!atoi_for2(t, &century))
418 if (century == 0) {
422 tm->tm_year += (century - 19) * 100;
/illumos-gate/usr/src/cmd/cron/
H A Dat.c936 int century = 0; local
959 century = atoi_for2(t);
964 if (century == 0) {
968 tm.tm_year += (century - 19) * 100;

Completed in 86 milliseconds