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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c193 struct tm yourtm, mytm; local
234 mytm = *localtime(&t);
236 mytm = *gmtime(&t);
237 dir = tmcomp(&mytm, &yourtm);
248 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1746 struct tm mytm; local
1748 return asctime_r(localtime_r(timep, &mytm), buf);
1849 struct tm yourtm, mytm; local
1944 if ((*funcp)(&t, offset, &mytm) == NULL) {
1951 } else dir = tmcomp(&mytm, &yourtm);
1971 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1993 if ((*funcp)(&newt, offset, &mytm) == NULL)
1995 if (tmcomp(&mytm, &yourtm) != 0)
1997 if (mytm.tm_isdst != yourtm.tm_isdst)

Completed in 58 milliseconds