Lines Matching refs:tm

92 **	5.	They might reference tm.TM_ZONE after calling offtime.
183 static struct tm * gmtsub P((const time_t * timep, long offset,
184 struct tm * tmp));
185 static struct tm * localsub P((const time_t * timep, long offset,
186 struct tm * tmp, const struct state *sp));
195 static time_t time1 P((struct tm * tmp,
196 struct tm * (*funcp) P((const time_t *,
197 long, struct tm *, const struct state* sp)),
199 static time_t time2 P((struct tm *tmp,
200 struct tm * (*funcp) P((const time_t *,
201 long, struct tm*, const struct state* sp)),
203 static time_t time2sub P((struct tm *tmp,
204 struct tm * (*funcp) P((const time_t*, long, struct tm*,const struct state *sp)),
207 static struct tm * timesub P((const time_t * timep, long offset,
208 const struct state * sp, struct tm * tmp));
209 static int tmcomp P((const struct tm * atmp,
210 const struct tm * btmp));
258 static struct tm tm;
1180 static struct tm *
1184 struct tm * const tmp;
1189 register struct tm * result;
1277 struct tm *
1282 return localsub(timep, 0L, &tm);
1292 localtime_tz(const time_t * const timep, struct tm * tmp, const char* tz)
1307 static struct tm *
1311 struct tm * const tmp;
1313 register struct tm * result;
1348 struct tm *
1352 return gmtsub(timep, 0L, &tm);
1362 struct tm *
1365 struct tm * tmp;
1375 struct tm *
1380 return gmtsub(timep, offset, &tm);
1399 static struct tm *
1404 register struct tm * const tmp;
1556 struct tm mytm;
1645 register const struct tm * const atmp;
1646 register const struct tm * const btmp;
1661 struct tm * const tmp;
1662 struct tm * (* const funcp) P((const time_t*, long, struct tm*,const struct state *sp));
1677 struct tm yourtm, mytm;
1772 ** a struct tm; arrange things so that it is less
1846 struct tm * const tmp;
1847 struct tm * (* const funcp) P((const time_t*, long, struct tm*,
1866 struct tm * const tmp;
1867 struct tm * (* const funcp) P((const time_t *, long, struct tm *, const struct state* sp));
1899 ** and did some math on it that yielded a "struct tm" that's bad.
1942 mktime_tz(struct tm * const tmp, char const * tz)