Searched refs:tm_isdst (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_time.h48 int tm_isdst; member in struct:ibcs2_tm
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c50 * setting of tm_isdst when comparing tm values, causing the search to be
54 * portable code, I have to take care of tm_isdst in the comparison routine.
142 tmbuf.tm_isdst = 1;
167 if(atmp->tm_isdst == 1 && !btmp->tm_isdst)
169 else if(btmp->tm_isdst == 1 && !atmp->tm_isdst)
248 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
[all...]
/freebsd-11-stable/sbin/dump/
H A Dunctime.c54 then.tm_isdst = -1;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dtm2time.c51 tm.tm_isdst = local ? -1 : 0;
H A Dstrftime.c351 tm->tm_isdst ?
367 tzname[tm->tm_isdst]
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c218 .tm_isdst = 0 };
273 tm.tm_isdst = -1;
279 tm.tm_isdst = -1;
288 tm.tm_isdst = -1;
294 tm.tm_isdst = -1;
303 tm.tm_isdst = -1;
313 tm.tm_isdst = -1;
318 tm.tm_isdst = -1;
324 tm.tm_isdst = -1;
335 tm.tm_isdst
[all...]
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c59 if (tm->tm_isdst)
108 xt->tm_isdst = tm.tm_isdst;
195 (*ostime)->tm_isdst = aprtime->tm_isdst;
226 aprtime->tm_isdst = (*ostime)->tm_isdst;
268 tmpdate.tm_isdst = -1;
318 savings is in effect, gmtime()will set the tm_isdst field
338 t.tm_isdst
[all...]
H A Dtimestr.c145 tm.tm_isdst = xt->tm_isdst;
/freebsd-11-stable/contrib/sendmail/src/
H A Darpadate.c160 if (lt->tm_isdst > 0)
162 else if (lt->tm_isdst == 0)
172 tz = timezone(off, lt->tm_isdst);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_pcf.c156 tm.tm_isdst = (buf[8] & 1) ? 1 : (buf[8] & 2) ? 0 : -1;
171 if ((tm.tm_isdst > 0 && tm.tm_gmtoff != 7200)
172 || (tm.tm_isdst == 0 && tm.tm_gmtoff != 3600)
173 || tm.tm_isdst < 0) {
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c180 initial_isdst = local.tm_isdst;
181 local.tm_isdst = initial_isdst;
227 final_isdst = diff < 0 ? initial_isdst : local.tm_isdst;
235 local.tm_isdst = final_isdst;
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dptimes.c358 (adjtime.did_adj4dst == dstsrc->tm.tm_isdst))
362 if (dstsrc->tm.tm_isdst != adjtime.tm.tm_isdst) {
363 if (adjtime.tm.tm_isdst == 1)
365 else if (adjtime.tm.tm_isdst == 0)
369 adjtime.did_adj4dst = dstsrc->tm.tm_isdst;
615 nextmatch.tm.tm_isdst = -1;
/freebsd-11-stable/bin/date/
H A Dvary.c436 t->tm_isdst = -1;
469 t->tm_isdst = -1;
474 t->tm_isdst = -1;
479 t->tm_isdst = -1;
484 t->tm_isdst = -1;
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c193 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
358 newtm.tm_isdst != tm.tm_isdst ||
504 tm.tm_isdst == lotm.tm_isdst &&
565 (void) printf(" isdst=%d", tmp->tm_isdst);
583 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1)
585 result = tzname[tmp->tm_isdst];
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c122 int tt_isdst; /* used to set tm_isdst */
1421 tmp->tm_isdst = ttisp->tt_isdst;
1422 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
1724 tmp->tm_isdst = 0;
1971 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1986 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
1989 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
1997 if (mytm.tm_isdst !
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c62 * to completely fill in an apr_time_exp_t: tm_yday, tm_isdst,
103 tm_isdst to be not set. We also ignore the weekday and yearday,
166 exploded_time.tm_isdst = 0;
190 &exploded_time.tm_isdst,
/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c97 tmp->tm_isdst = 0;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h29 # define TZONE(tm) tzname[(tm).tm_isdst]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_time.h117 apr_int32_t tm_isdst; member in struct:apr_time_exp_t
/freebsd-11-stable/usr.bin/touch/
H A Dtouch.c269 t->tm_isdst = -1; /* Figure out DST. */
302 t->tm_isdst = -1; /* Figure out DST. */
320 t.tm_isdst = -1;
/freebsd-11-stable/usr.bin/at/
H A Dparsetime.c320 tm->tm_isdst = -1;
606 runtime.tm_isdst = 0;
666 runtime.tm_isdst = -1;
/freebsd-11-stable/lib/libc/stdtime/
H A Dstrftime.c488 if (t->tm_isdst >= 0)
489 pt = _add(tzname[t->tm_isdst != 0],
502 if (t->tm_isdst < 0)
510 * tm_isdst. This requirement is
526 if (t->tm_isdst == 0)
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c134 lt->tm_isdst = -1;
/freebsd-11-stable/include/
H A Dtime.h136 int tm_isdst; /* Daylight Savings Time flag */ member in struct:tm
/freebsd-11-stable/contrib/file/src/
H A Dcdf_time.c129 tm.tm_isdst = 0;

Completed in 349 milliseconds

123