Lines Matching full:tm
19 .B [[deprecated]] char *asctime(struct tm const *tm);
22 .B "char *asctime_r(struct tm const *restrict tm,"
25 .B struct tm *localtime(time_t const *clock);
27 .B "struct tm *localtime_r(time_t const *restrict clock,"
28 .B " struct tm *restrict result);"
30 .B "struct tm *localtime_rz(timezone_t restrict zone,"
32 .B " struct tm *restrict result);"
34 .B struct tm *gmtime(time_t const *clock);
36 .B "struct tm *gmtime_r(time_t const *restrict clock,"
37 .B " struct tm *restrict result);"
39 .B time_t mktime(struct tm *tm);
42 .B " struct tm *restrict tm);"
108 .q "tm"
125 .q "tm"
140 .I tm
245 .q "tm"
251 .B struct tm
285 .B "struct tm"