Home
last modified time | relevance | path

Searched refs:TM_YEAR_BASE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c142 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt()
312 base = TM_YEAR_BASE; in _fmt()
393 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, in _fmt()
397 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, in _fmt()
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c220 result->tm_year = year - TM_YEAR_BASE; in smb_gmtime_r()
274 year = tm->tm_year + TM_YEAR_BASE; in smb_timegm()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h74 #define TM_YEAR_BASE 1900 macro
H A Dtime.c132 tmp->tm_year = y - TM_YEAR_BASE; in gmtime()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c363 #undef TM_YEAR_BASE
364 #define TM_YEAR_BASE 1900 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h130 #define TM_YEAR_BASE 1900 macro
/illumos-gate/usr/src/head/
H A Dtzfile.h200 #define TM_YEAR_BASE 1900 macro
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c484 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
621 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
622 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c83 tmp->tm_year = y - TM_YEAR_BASE; in localtime()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c724 if (isleap(tmptr->tm_year + TM_YEAR_BASE)) in mktime1()
1227 tmptr->tm_year = (int)(y - TM_YEAR_BASE); in offtime_u()
1239 if ((y > (long)INT_MAX + TM_YEAR_BASE) || in offtime_u()
1240 (y < (long)INT_MIN + TM_YEAR_BASE)) { in offtime_u()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c509 return (isleap(year + TM_YEAR_BASE)); in leap()
525 for (i = 1970; i != tptr->tm_year+TM_YEAR_BASE; i++) in gtime()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1300 result->tm_year = year - TM_YEAR_BASE; in smb_gmtime_r()
1354 year = tm->tm_year + TM_YEAR_BASE; in smb_timegm()
/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/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()