Searched refs:TM_YEAR_BASE (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 142 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()
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | time.h | 74 #define TM_YEAR_BASE 1900 macro
|
H A D | time.c | 132 tmp->tm_year = y - TM_YEAR_BASE; in gmtime()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tzfile.h | 132 #define TM_YEAR_BASE 1900 macro
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | asctime.c | 46 cp = ct_numb(cp, (t->tm_year + TM_YEAR_BASE)/100); in asctime()
|
H A D | localtime.c | 1173 tmp->tm_year = y - TM_YEAR_BASE; 1261 TM_YEAR_BASE)][--yourtm.tm_mon]; 1269 TM_YEAR_BASE)][yourtm.tm_mon];
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | str_conv.c | 363 #undef TM_YEAR_BASE 364 #define TM_YEAR_BASE 1900 macro
|
/titanic_50/usr/src/head/ |
H A D | tzfile.h | 202 #define TM_YEAR_BASE 1900 macro
|
/titanic_50/usr/src/cmd/zdump/ |
H A D | zdump.c | 479 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE); 616 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 617 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctime.c | 83 tmp->tm_year = y - TM_YEAR_BASE; in localtime()
|
/titanic_50/usr/src/cmd/cron/ |
H A D | at.c | 510 return (isleap(year + TM_YEAR_BASE)); in leap() 527 for (i = 1970; i != tptr->tm_year+TM_YEAR_BASE; i++)
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 724 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()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kutil.c | 1079 result->tm_year = year - TM_YEAR_BASE; in smb_gmtime_r() 1133 year = tm->tm_year + TM_YEAR_BASE; in smb_timegm()
|
/titanic_50/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 390 tm.tm_year + TM_YEAR_BASE, tm.tm_mon + 1, tm.tm_mday, in getauditdate()
|
/titanic_50/usr/src/cmd/zic/ |
H A D | zic.c | 701 min_year = TM_YEAR_BASE + gmtime(&t)->tm_year; in setboundaries() 703 max_year = TM_YEAR_BASE + gmtime(&t)->tm_year; in setboundaries()
|