Lines Matching refs:tm
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; variable
1401 static struct tm *
1403 struct tm *const tmp) in localsub()
1407 register struct tm * result; in localsub()
1482 struct tm *
1483 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) in localtime_rz()
1490 static struct tm *
1491 localtime_tzset(time_t const *timep, struct tm *tmp) in localtime_tzset()
1511 struct tm *
1514 return localtime_tzset(timep, &tm); in localtime()
1517 struct tm *
1518 localtime_r(const time_t *timep, struct tm *tmp) in localtime_r()
1527 static struct tm *
1529 struct tm *tmp) in gmtsub()
1531 register struct tm * result; in gmtsub()
1550 struct tm *
1551 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r()
1557 struct tm *
1560 return gmtime_r(timep, &tm); in gmtime()
1565 struct tm *
1569 return gmtsub(gmtptr, timep, offset, &tm); in offtime()
1586 static struct tm *
1588 const struct state *sp, struct tm *tmp) in timesub()
1719 struct tm *tmp = localtime(timep); in ctime()
1726 struct tm mytm; in ctime_r()
1727 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
1817 tmcomp(register const struct tm *const atmp, in tmcomp()
1818 register const struct tm *const btmp) in tmcomp()
1833 time2sub(struct tm *const tmp, in time2sub()
1834 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
1835 int_fast32_t, struct tm *), in time2sub() argument
1850 struct tm yourtm, mytm; in time2sub()
1975 struct tm alttm; in time2sub()
2030 time2(struct tm * const tmp, in time2()
2031 struct tm *(*funcp)(struct state const *, time_t const *, in time2()
2032 int_fast32_t, struct tm *), in time2() argument
2049 time1(struct tm *const tmp, in time1()
2050 struct tm *(*funcp) (struct state const *, time_t const *, in time1()
2051 int_fast32_t, struct tm *), in time1() argument
2121 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) in mktime_tzname()
2134 mktime_z(struct state *sp, struct tm *tmp) in mktime_z()
2142 mktime(struct tm *tmp) in mktime()
2167 timelocal(struct tm *tmp) in timelocal()
2175 timegm(struct tm *tmp) in timegm()
2181 timeoff(struct tm *tmp, long offset) in timeoff()