Lines Matching refs:tm
40 static struct tm *
41 copy_tm_result (struct tm *dest, struct tm const *src)
51 asctime_r (struct tm const * restrict tm, char * restrict buf)
53 return copy_string_result (buf, asctime (tm));
62 struct tm *
63 gmtime_r (time_t const * restrict t, struct tm * restrict tp)
68 struct tm *
69 localtime_r (time_t const * restrict t, struct tm * restrict tp)