Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_tmzn.c225 long timezone, altzone; variable
230 static long timezone; variable
327 timezone = hour * 60 * 60 + minute * 60 + second; in tzset()
365 return(timezone/60); in __gh_timezone()
368 struct timezone tz; in __gh_timezone()