Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c1203 struct tm yourtm, mytm; local
1248 (*funcp)(&t, offset, &mytm);
1249 dir = tmcomp(&mytm, &yourtm);
1260 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1282 (*funcp)(&newt, offset, &mytm);
1283 if (tmcomp(&mytm, &yourtm) != 0)
1285 if (mytm.tm_isdst != yourtm.tm_isdst)