Home
last modified time | relevance | path

Searched refs:isdst (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_tmzn.c80 int isdst, sunday_mday, month, after, day; in localtime_r() local
145 isdst = 1; /* isdst=1 if before boundary date */ in localtime_r()
150 isdst = 0; in localtime_r()
159 isdst = 1; /* isdst=1 if before boundary date */ in localtime_r()
164 isdst = 0; in localtime_r()
178 isdst=after; in localtime_r()
182 isdst=after; in localtime_r()
184 isdst=after; in localtime_r()
186 temp->tm_isdst = isdst; in localtime_r()
187 if ( isdst ) { in localtime_r()