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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dmktime.c194 struct tm yourtm, mytm; local
235 mytm = *localtime(&t);
237 mytm = *gmtime(&t);
238 dir = tmcomp(&mytm, &yourtm);
249 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dlocaltime.c1682 struct tm mytm, *rtm; local
1684 rtm = localtime_r(timep, &mytm);
1693 struct tm mytm, *rtm; local
1695 rtm = localtime_rz(sp, timep, &mytm);
1801 struct tm yourtm, mytm; local
1904 if ((*funcp)(sp, &t, offset, &mytm) == NULL) {
1911 } else dir = tmcomp(&mytm, &yourtm);
1949 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1967 if ((*funcp)(sp, &newt, offset, &mytm) == NULL)
1969 if (tmcomp(&mytm,
[all...]

Completed in 139 milliseconds