Searched defs:is_in_dst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c314 static int is_in_dst; /* Set if t is in DST */ variable
618 * my_is_in_dst to reference local copy of is_in_dst outside locks.
638 my_is_in_dst = is_in_dst;
752 if (is_in_dst) {
755 if (is_in_dst) {
770 if (is_in_dst) {
773 if (is_in_dst) {
787 if (is_in_dst) {
805 } else if (is_in_dst) {
951 is_in_dst
[all...]

Completed in 71 milliseconds