Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dlocaltime.c628 int my_is_in_dst; in localtime_r() local
638 my_is_in_dst = is_in_dst; in localtime_r()
639 offset = (my_is_in_dst) ? -altzone : -timezone; in localtime_r()
644 p_tm->tm_isdst = my_is_in_dst; in localtime_r()