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

  /src/lib/libc/time/
asctime.c 167 struct tm mytm; local
168 struct tm *tmp = localtime_rz(sp, timep, &mytm);
176 struct tm mytm; local
177 struct tm *tmp = localtime_r(timep, &mytm);
localtime.c 2724 struct tm yourtm, mytm; local
2834 if (! funcp(sp, &t, offset, &mytm)) {
2841 } else dir = tmcomp(&mytm, &yourtm);
2882 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF
2885 && (mytm.TM_GMTOFF <=
2893 <= mytm.TM_GMTOFF)))) {
2894 /* MYTM matches YOURTM except with the wrong UT offset.
2900 (mytm.TM_GMTOFF - yourtm.TM_GMTOFF);
2905 && alttm.tm_isdst == mytm.tm_isdst
2909 mytm = alttm
    [all...]

Completed in 19 milliseconds