Searched refs:mytm (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c1556 struct tm mytm;
1558 return asctime_r(localtime_r(timep, &mytm), buf);
1677 struct tm yourtm, mytm; local
1769 if ((*funcp)(&t, offset, &mytm, sp) == NULL) {
1776 } else dir = tmcomp(&mytm, &yourtm);
1796 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1819 if ((*funcp)(&newt, offset, &mytm, sp) == NULL)
1821 if (tmcomp(&mytm, &yourtm) != 0)
1823 if (mytm.tm_isdst != yourtm.tm_isdst)

Completed in 15 milliseconds