Home | History | Annotate | Download | only in include

Lines Matching refs:tm

42 struct tm *gmtime64_r (const time64_t *, struct tm *);
43 struct tm *localtime64_r (const time64_t *, struct tm *);
44 struct tm *gmtime64 (const time64_t *);
45 struct tm *localtime64 (const time64_t *);
47 char *asctime64 (const struct tm *);
48 char *asctime64_r (const struct tm *, char *);
53 time64_t timegm64 (const struct tm *);
54 time64_t mktime64 (const struct tm *);
55 time64_t timelocal64 (const struct tm *);