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

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c262 struct tm *tm0 = 0; local
265 tm0 = 0; /* Keep gcc -Wall happy. */
272 tm0 = time2tm(default_time, localzone);
274 adjzone(tm0, pt->zone);
279 (tm0->tm_year + TM_YEAR_ORIGIN)/pt->ymodulus * pt->ymodulus;
282 tm.tm_year = tm0->tm_year + TM_YEAR_ORIGIN;
284 tm.tm_mon = tm0->tm_mon;
286 tm.tm_mday = tm0->tm_mday;
/freebsd-11-stable/usr.bin/calendar/
H A Dday.c43 const struct tm tm0; variable in typeref:struct:tm
94 tm = tm0;
H A Dcalendar.h156 extern const struct tm tm0;
H A Ddates.c111 td = tm0;

Completed in 73 milliseconds