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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c268 static int is_in_dst; /* Set if t is in DST */ variable
610 * my_is_in_dst to reference local copy of is_in_dst outside locks.
630 my_is_in_dst = is_in_dst;
758 if (is_in_dst) {
761 if (is_in_dst) {
773 if (is_in_dst) {
776 if (is_in_dst) {
784 if (is_in_dst) { /* In fallback, force DST */
799 } else if (is_in_dst) {
1039 is_in_dst
[all...]

Completed in 26 milliseconds