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

/netbsd-current/lib/libc/time/
H A Dlocaltime.c2257 struct tm alttm; local
2259 if (funcp(sp, &xaltt, offset, &alttm)
2260 && alttm.tm_isdst == mytm.tm_isdst
2261 && alttm.TM_GMTOFF == yourtm.TM_GMTOFF
2262 && tmcomp(&alttm, &yourtm) == 0) {
2264 mytm = alttm;

Completed in 97 milliseconds