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

/macosx-10.9.5/ntp-88/libntp/
H A Dmktime.c188 struct tm yourtm, mytm; local
229 mytm = *localtime(&t);
231 mytm = *gmtime(&t);
232 dir = tmcomp(&mytm, &yourtm);
243 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1993 struct tm yourtm, mytm; local
2102 bits = ((*funcp)(&t, offset, &mytm) == NULL || tmcomp(&mytm, &yourtm) < 0) ? TYPE_BIT(time_t) - 1 : TYPE_BIT(int) - 1;
2122 if ((*funcp)(&t, offset, &mytm) == NULL) {
2128 (*funcp)(&t, offset, &mytm);
2130 dir = tmcomp(&mytm, &yourtm);
2147 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2168 if ((*funcp)(&newt, offset, &mytm) == NULL)
2171 (*funcp)(&newt, offset, &mytm);
2173 if (tmcomp(&mytm,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c1582 struct tm mytm; local
1584 return asctime_r(localtime_r(timep, &mytm), buf);
1692 struct tm yourtm, mytm; local
1784 if ((*funcp)(&t, offset, &mytm) == NULL) {
1791 } else dir = tmcomp(&mytm, &yourtm);
1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1833 if ((*funcp)(&newt, offset, &mytm) == NULL)
1835 if (tmcomp(&mytm, &yourtm) != 0)
1837 if (mytm.tm_isdst != yourtm.tm_isdst)

Completed in 121 milliseconds