| /src/sbin/dump/ | 
| unctime.c | 58 	then.tm_isdst = -1; 
 | 
| /src/tests/lib/libutil/ | 
| t_parsedate.c | 268 		.tm_isdst = 0 }; 323 		tm.tm_isdst = -1;
 329 		tm.tm_isdst = -1;
 338 		tm.tm_isdst = -1;
 344 		tm.tm_isdst = -1;
 353 		tm.tm_isdst = -1;
 363 		tm.tm_isdst = -1;
 368 		tm.tm_isdst = -1;
 374 		tm.tm_isdst = -1;
 385 		tm.tm_isdst = -1
 [all...]
 | 
| /src/usr.bin/at/ | 
| stime.c | 109 	t->tm_isdst = -1;		/* Figure out DST. */ 
 | 
| parsetime.c | 350 	tm->tm_isdst = -1; 643 	runtime.tm_isdst = -1;
 
 | 
| /src/lib/libc/time/ | 
| strftime.c | 449 					tm.tm_isdst = t->tm_isdst; 633 				if (t->tm_isdst >= 0) {
 634 					int oerrno = errno, dst = t->tm_isdst;
 658 				if (t->tm_isdst < 0)
 666 				** tm_isdst. This requirement is
 683 				if (t->tm_isdst == 0)
 730 				  negative = t->tm_isdst < 0;
 732 				  if (tzname[t->tm_isdst != 0][0] == '-')
 
 | 
| zdump.c | 364 			(void) fprintf(stderr, " isdst=%d", tmp->tm_isdst); 632 				       || newtm.tm_isdst != tm.tm_isdst
 748 			|| (ab && tm.tm_isdst == lotm.tm_isdst
 863 			(void) printf(" isdst=%d", tmp->tm_isdst);
 1115 	    = (tm->tm_isdst
 1116 	       ? snprintf(b, s, &"\t\t%d"[show_abbr], tm->tm_isdst)
 1160 	if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst])
 [all...]
 | 
| localtime.c | 225 	bool		tt_isdst;	/* used to set tm_isdst */ 1781 	  result->tm_isdst = ttisp->tt_isdst;
 2033 	tmp->tm_isdst = 0;
 2140   dest->tm_isdst = src->tm_isdst;
 2295 			if (ilo != lo && lo - 1 == hi && yourtm.tm_isdst < 0 &&
 2345 			&& alttm.tm_isdst == mytm.tm_isdst
 2354 		if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst
 [all...]
 | 
| strptime.c | 138 	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 */
 
 | 
| getdate.c | 99 		rtm.tm_wday = rtm.tm_yday = rtm.tm_isdst = TMSENTINEL; 
 | 
| /src/usr.bin/mail/ | 
| format.c | 288     const char *user, const char *subj, int tm_isdst) 335 	 * When 'tm_isdst' was not determined (i.e., < 0), a C99
 341 		if (tm_isdst < 0) {
 347 		if (tm_isdst < 0) {
 749 		tm->tm_isdst = -1;	/* let timegm(3) determine tm_isdst */
 773 		     /* tm->tm_isdst = -1; */ /* Set above */
 790 		tm->tm_isdst = -1; /* let mktime(3) determine tm_isdst */
 1005 			fp = subformat(&p, mp, addr, user, subj, tm->tm_isdst);
 [all...]
 | 
| /src/usr.bin/touch/ | 
| touch.c | 306 	t->tm_isdst = -1;		/* Figure out DST. */ 340 	t->tm_isdst = -1;		/* Figure out DST. */
 493 	tm.tm_isdst = -1;
 
 | 
| /src/bin/date/ | 
| date.c | 336 	tm.tm_isdst = -1; 362 	lt->tm_isdst = -1;			/* Divine correct DST */
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | 
| sanitizer_platform_limits_openbsd.h | 184   int tm_isdst;  member in struct:__sanitizer::__sanitizer_tm 
 | 
| sanitizer_platform_limits_solaris.h | 195   int tm_isdst;  member in struct:__sanitizer::__sanitizer_tm 
 | 
| sanitizer_platform_limits_freebsd.h | 211     int tm_isdst;  member in struct:__sanitizer::__sanitizer_tm 
 | 
| sanitizer_platform_limits_openbsd.cc | 222 CHECK_SIZE_AND_OFFSET(tm, tm_isdst); 
 | 
| sanitizer_platform_limits_solaris.cc | 290 CHECK_SIZE_AND_OFFSET(tm, tm_isdst); 
 | 
| sanitizer_platform_limits_freebsd.cc | 451 CHECK_SIZE_AND_OFFSET(tm, tm_isdst); 
 | 
| /src/usr.bin/cvslatest/ | 
| cvslatest.c | 149 		tm.tm_isdst = 0;	// We are in GMT anyway 
 | 
| /src/lib/libutil/ | 
| parsedate.y | 812 	    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 */
 
 | 
| /src/include/ | 
| time.h | 84 	int	tm_isdst;	/* Daylight Saving Time flag */  member in struct:tm 
 | 
| /src/tests/lib/libc/time/ | 
| t_strptime.c | 547 		fprintf(stderr, "tm_isdst=%d\n", tm.tm_isdst); 
 | 
| /src/usr.bin/calendar/ | 
| calendar.c | 691 	ttm.tm_isdst = -1; 
 | 
| /src/common/dist/zlib/contrib/minizip/ | 
| miniunz.c | 110   newdate.tm_isdst=-1; 
 | 
| /src/share/examples/refuse/ian/libfetch/ | 
| ftp.c | 465 	tm.tm_isdst = -1; 
 |