Searched refs:tm_year (Results 76 - 100 of 100) sorted by relevance

1234

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2402 if (tm->tm_year < gmt->tm_year) /* cross new year */
2404 else if (tm->tm_year > gmt->tm_year)
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c429 numtab[YR].val = tm->tm_year;
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1505 tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec);
1537 tdate.tm_year = year - 1900;
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1592 dosday |= (tp->tm_year - 80) << 9;
1725 dosday |= (tp->tm_year - 80) << 9;
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1494 (td->tm_year % 100),
1530 (td->tm_year % 100),
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c521 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday,
544 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday,
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1132 if(fprintf(fp, "%04d%02d%02d%02d%02d%02d", t->tm_year + 1900, t->tm_mon + 1,
1363 t.tm_year = year - 1900;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1620 (local->tm_year % 100), local->tm_hour,
1639 (local->tm_year % 100), local->tm_hour,
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c923 tstruct.tm_mday, tstruct.tm_mon, tstruct.tm_year,
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c626 curt->tm_year + 1900);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c837 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
H A Dqueue.c5404 idbuf[0] = QueueIdChars[tm->tm_year % QIC_LEN];
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c843 dat = (tm.tm_year - 80) << YEARSHIFT;
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1612 &attributes->build_date.tm_year,
1622 attributes->build_date.tm_year -= 1900;
3520 attributes->build_date.tm_year = tp.tm_year;
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1299 &attributes->build_date.tm_year,
1310 attributes->build_date.tm_year -= 1900;
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c701 min_year = TM_YEAR_BASE + gmtime(&t)->tm_year;
703 max_year = TM_YEAR_BASE + gmtime(&t)->tm_year;
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1297 tmp->tm_year % 100);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c323 * If tm_year is zero, we matched [%b %d] %H:%M[:%S]; use
326 if (tm.tm_year == 0) {
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c513 tp->ts_year = 1900 + res.tm_year;
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2112 tstruct.tm_mon, tstruct.tm_year, tstruct.tm_yday,
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c1427 (void) sprintf(tstr, "%04d%02d%02d%02d%02d%02d", tp->tm_year + 1900,
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3175 if (tms.tm_year < 69)
3176 tms.tm_year += 100;
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2788 dosday |= (tp->tm_year - 80) << 9;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1868 tod->tod_year = tm.tm_year+1900;
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c657 &pdatetime->tm_mday, &pdatetime->tm_year);
660 pdatetime->tm_year -= 1900;

Completed in 523 milliseconds

1234