Searched refs:TM_YEAR_BASE (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c357 #undef TM_YEAR_BASE
358 #define TM_YEAR_BASE 1900
355 #undef TM_YEAR_BASE macro
356 #define TM_YEAR_BASE macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c737 if (isleap(tmptr->tm_year + TM_YEAR_BASE))
1315 tmptr->tm_year = (int)(y - TM_YEAR_BASE);
1327 if ((y > (long)INT_MAX + TM_YEAR_BASE) ||
1328 (y < (long)INT_MIN + TM_YEAR_BASE)) {
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c992 /* tm_year is the offset of number of years from TM_YEAR_BASE */
993 t.tm_year = century - TM_YEAR_BASE;
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c420 * structure only keeps the year as an offset from TM_YEAR_BASE.
421 * I have used TM_YEAR_BASE in this code so that if they change
423 * code does not have to change. TM_YEAR_BASE is defined in
427 tm.tm_year + TM_YEAR_BASE, tm.tm_mon + 1, tm.tm_mday,

Completed in 30 milliseconds