HomeSort by: relevance | last modified time | path
    Searched defs:mytm (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
asctime.c 167 struct tm mytm; local in function:ctime_rz
168 struct tm *tmp = localtime_rz(sp, timep, &mytm);
176 struct tm mytm; local in function:ctime_r
177 struct tm *tmp = localtime_r(timep, &mytm);
localtime.c 2165 struct tm yourtm, mytm; local in function:time2sub
2274 if (! funcp(sp, &t, offset, &mytm)) {
2281 } else dir = tmcomp(&mytm, &yourtm);
2322 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF
2325 && (mytm.TM_GMTOFF <=
2333 <= mytm.TM_GMTOFF)))) {
2334 /* MYTM matches YOURTM except with the wrong UT offset.
2340 (mytm.TM_GMTOFF - yourtm.TM_GMTOFF);
2345 && alttm.tm_isdst == mytm.tm_isdst
2349 mytm = alttm
    [all...]

Completed in 13 milliseconds