Home
last modified time | relevance | path

Searched refs:tm_year (Results 51 – 75 of 90) sorted by relevance

1234

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c246 ts.tm_year = 1000*c2i(s[0]) + 100*c2i(s[1]) + 10*c2i(s[2]) + c2i(s[3]) in asn1_decode_generaltime()
H A Dasn1_encode.c258 if (gtime->tm_year > 8099 || gtime->tm_mon > 11 || in asn1_encode_generaltime()
263 1900+gtime->tm_year, gtime->tm_mon+1, in asn1_encode_generaltime()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c161 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900; in unctime()
166 then.tm_yday, then.tm_wday, then.tm_year, then.tm_mon, in unctime()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c745 (ptm->tm_year % 100)); in applypasswd()
761 (ptm->tm_year % 100)); in applypasswd()
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c267 s = (uint16_t)htons(v->tm_year + 1900); in ipp_write_attribute()
H A Dread.c434 tm.tm_year = (uint16_t)ntohs(s) - 1900; in ipp_read_attribute_group()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1193 time->tm_year += 1900; in p_secstodate()
1196 time->tm_year, time->tm_mon, time->tm_mday, in p_secstodate()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c522 tm->tm_year = tod->tod_year - 1900; in srvsvc_net_remote_tod()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c133 year = tmp->tm_year; in main()
/illumos-gate/usr/src/lib/smhba/common/
H A Dsmhbaapi.h360 int tm_year; /* years since 1900 */ member
H A DSMHBAAPILIB.c1614 &attributes->build_date.tm_year, in HBA_GetWrapperLibraryAttributes()
1624 attributes->build_date.tm_year -= 1900; in HBA_GetWrapperLibraryAttributes()
3522 attributes->build_date.tm_year = tp.tm_year; in SMHBA_GetWrapperLibraryAttributes()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1592 dosday |= (tp->tm_year - 80) << 9; in write_DOS_label()
1725 dosday |= (tp->tm_year - 80) << 9; in write_NEC_DOS_label()
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c592 (td->tm_year % 100), in gmt()
H A Duustat.c1492 (td->tm_year % 100), in gmts()
1528 (td->tm_year % 100), in gmt()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2536 if (tm->tm_year < gmt->tm_year) /* cross new year */ in tzone()
2538 else if (tm->tm_year > gmt->tm_year) in tzone()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c519 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date()
542 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date_nq()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1503 tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec); in httpGetDateString()
1535 tdate.tm_year = year - 1900; in httpGetDateTime()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c319 local_tm->tm_year+1900, local_tm->tm_hour, in log_vwrite()
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c390 tm.tm_year + TM_YEAR_BASE, tm.tm_mon + 1, tm.tm_mday, in getauditdate()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c420 y.Y = pTm->tm_year + 1900; in localtimeOffset()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1130 if(fprintf(fp, "%04d%02d%02d%02d%02d%02d", t->tm_year + 1900, t->tm_mon + 1, in _glh_write_timestamp()
1361 t.tm_year = year - 1900; in _glh_decode_timestamp()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c841 dat = (tm.tm_year - 80) << YEARSHIFT; in getNow()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1627 (local->tm_year % 100), local->tm_hour, in search_vfstab()
1646 (local->tm_year % 100), local->tm_hour, in search_vfstab()
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c703 min_year = TM_YEAR_BASE + gmtime(&t)->tm_year; in setboundaries()
705 max_year = TM_YEAR_BASE + gmtime(&t)->tm_year; in setboundaries()
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c626 curt->tm_year + 1900); in prtmachid()

1234