Home | History | Annotate | Download | only in libexif

Lines Matching defs:tm

1628 		struct tm tms;
1630 struct tm *tm;
1634 tm
1636 tm = localtime (&t);
1645 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
1646 tm->tm_hour, tm->tm_min, tm->tm_sec);