Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1245 struct tm yourtm, mytm; local
1293 (*funcp)(&t, offset, &mytm);
1294 dir = tmcomp(&mytm, &yourtm);
1305 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1325 (*funcp)(&newt, offset, &mytm);
1326 if (tmcomp(&mytm, &yourtm) != 0)
1328 if (mytm.tm_isdst != yourtm.tm_isdst)