Searched refs:tm_isdst (Results 1 - 25 of 97) sorted by last modified time

1234

/netbsd-current/lib/libc/time/
H A Dzdump.c379 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
640 || newtm.tm_isdst != tm.tm_isdst
756 || (ab && tm.tm_isdst == lotm.tm_isdst
871 (void) printf(" isdst=%d", tmp->tm_isdst);
1125 = (tm->tm_isdst
1126 ? my_snprintf(b, s, &"\t\t%d"[show_abbr], tm->tm_isdst)
1170 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst])
[all...]
H A Dstrptime.c138 tm->tm_isdst = 0; /* XXX */
140 tm->TM_GMTOFF = tzgetgmtoff(tz, tm->tm_isdst);
499 tm->tm_isdst = 0;
570 tm->tm_isdst = 1;
587 tm->tm_isdst = i;
644 tm->tm_isdst = 0; /* XXX */
H A Dlocaltime.c98 bool tt_isdst; /* used to set tm_isdst */
1657 result->tm_isdst = ttisp->tt_isdst;
1939 tmp->tm_isdst = 0;
2070 dest->tm_isdst = src->tm_isdst;
2210 if (ilo != lo && lo - 1 == hi && yourtm.tm_isdst < 0 &&
2260 && alttm.tm_isdst == mytm.tm_isdst
2269 if (yourtm.tm_isdst < 0 || mytm.tm_isdst
[all...]
H A Dstrftime.c384 tm.tm_isdst = t->tm_isdst;
574 if (t->tm_isdst >= 0) {
575 int oerrno = errno, dst = t->tm_isdst;
599 if (t->tm_isdst < 0)
607 ** tm_isdst. This requirement is
624 if (t->tm_isdst == 0)
671 negative = t->tm_isdst < 0;
673 if (tzname[t->tm_isdst != 0][0] == '-')
/netbsd-current/lib/libutil/
H A Dparsedate.y812 case DSTon: tm.tm_isdst = 1; break;
813 case DSToff: tm.tm_isdst = 0; break;
814 default: tm.tm_isdst = -1; break;
820 tm.tm_isdst = 0; /* hence cannot be summer time */
/netbsd-current/tests/lib/libc/time/
H A Dt_strptime.c547 fprintf(stderr, "tm_isdst=%d\n", tm.tm_isdst);
/netbsd-current/usr.bin/ftp/
H A Dfetch.c907 parsed.tm_isdst = -1;
/netbsd-current/usr.bin/touch/
H A Dtouch.c306 t->tm_isdst = -1; /* Figure out DST. */
340 t->tm_isdst = -1; /* Figure out DST. */
493 tm.tm_isdst = -1;
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dftp.c540 tm.tm_isdst = -1;
/netbsd-current/bin/date/
H A Ddate.c228 lt->tm_isdst = -1; /* Divine correct DST */
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1829 parsed.tm_isdst = -1;
1841 parsed.tm_isdst = -1;
1847 parsed.tm_isdst = current->tm_isdst;
/netbsd-current/usr.bin/mail/
H A Dformat.c298 const char *user, const char *subj, int tm_isdst)
350 * When 'tm_isdst' was not determined (i.e., < 0), a C99
356 if (tm_isdst < 0) {
362 if (tm_isdst < 0) {
764 tm->tm_isdst = -1; /* let timegm(3) determine tm_isdst */
788 /* tm->tm_isdst = -1; */ /* Set above */
805 tm->tm_isdst = -1; /* let mktime(3) determine tm_isdst */
1020 fp = subformat(&p, mp, addr, user, subj, tm->tm_isdst);
297 subformat(const char **src, struct message *mp, const char *addr, const char *user, const char *subj, int tm_isdst) argument
[all...]
/netbsd-current/include/
H A Dtime.h84 int tm_isdst; /* Daylight Saving Time flag */ member in struct:tm
/netbsd-current/external/bsd/tcpdump/dist/
H A Dsmbutil.c80 t.tm_isdst = 0;
/netbsd-current/external/bsd/file/dist/src/
H A Dcdf_time.c135 tm.tm_isdst = 0;
/netbsd-current/external/bsd/file/dist/
H A Dconfigure14067 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tm_isdst in struct tm" >&5
14068 printf %s "checking for tm_isdst in struct tm... " >&6; }
14080 struct tm tm; tm.tm_isdst;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h235 int tm_isdst; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.cc2446 CHECK_SIZE_AND_OFFSET(tm, tm_isdst);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h228 int tm_isdst; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.cc2631 CHECK_SIZE_AND_OFFSET(tm, tm_isdst);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h228 int tm_isdst; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.cpp2632 CHECK_SIZE_AND_OFFSET(tm, tm_isdst);
H A Dsanitizer_platform_limits_solaris.h195 int tm_isdst; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cpp1125 CHECK_SIZE_AND_OFFSET(tm, tm_isdst);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c114 newdate.tm_isdst=-1;

Completed in 446 milliseconds

1234