Lines Matching refs:tm

72 **  5.  They might reference tm.TM_ZONE after calling offtime.
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
153 struct tm *);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
158 struct tm *);
189 static struct tm tm;
1401 static struct tm *
1403 struct tm *const tmp)
1407 register struct tm * result;
1482 struct tm *
1483 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp)
1490 static struct tm *
1491 localtime_tzset(time_t const *timep, struct tm *tmp)
1511 struct tm *
1514 return localtime_tzset(timep, &tm);
1517 struct tm *
1518 localtime_r(const time_t *timep, struct tm *tmp)
1527 static struct tm *
1529 struct tm *tmp)
1531 register struct tm * result;
1550 struct tm *
1551 gmtime_r(const time_t *timep, struct tm *tmp)
1557 struct tm *
1560 return gmtime_r(timep, &tm);
1565 struct tm *
1569 return gmtsub(gmtptr, timep, offset, &tm);
1586 static struct tm *
1588 const struct state *sp, struct tm *tmp)
1719 struct tm *tmp = localtime(timep);
1726 struct tm mytm;
1727 struct tm *tmp = localtime_r(timep, &mytm);
1817 tmcomp(register const struct tm *const atmp,
1818 register const struct tm *const btmp)
1833 time2sub(struct tm *const tmp,
1834 struct tm *(*funcp)(struct state const *, time_t const *,
1835 int_fast32_t, struct tm *),
1850 struct tm yourtm, mytm;
1933 ** a struct tm; arrange things so that it is less
1975 struct tm alttm;
2030 time2(struct tm * const tmp,
2031 struct tm *(*funcp)(struct state const *, time_t const *,
2032 int_fast32_t, struct tm *),
2049 time1(struct tm *const tmp,
2050 struct tm *(*funcp) (struct state const *, time_t const *,
2051 int_fast32_t, struct tm *),
2084 ** and did some math on it that yielded a "struct tm" that's bad.
2121 mktime_tzname(struct state *sp, struct tm *tmp, bool setname)
2134 mktime_z(struct state *sp, struct tm *tmp)
2142 mktime(struct tm *tmp)
2167 timelocal(struct tm *tmp)
2175 timegm(struct tm *tmp)
2181 timeoff(struct tm *tmp, long offset)