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

12

/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_time.h48 int tm_isdst; member in struct:ibcs2_tm
/freebsd-9.3-release/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-9.3-release/sbin/dump/
H A Dunctime.c54 then.tm_isdst = -1;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dtm2time.c54 tm.tm_isdst = local ? -1 : 0;
H A Dstrftime.c355 tm->tm_isdst ?
371 tzname[tm->tm_isdst]
/freebsd-9.3-release/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-9.3-release/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) {
H A Drefclock_arc.c1309 local.tm_isdst = (flags & 2);
1312 local.tm_isdst = (flags & 2);
1321 local.tm_isdst = 0;
1328 local.tm_isdst = -1;
1335 local.tm_isdst = -1;
1342 local.tm_isdst = 1;
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c178 initial_isdst = local.tm_isdst;
179 local.tm_isdst = initial_isdst;
225 final_isdst = diff < 0 ? initial_isdst : local.tm_isdst;
233 local.tm_isdst = final_isdst;
/freebsd-9.3-release/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;
546 nextmatch.tm.tm_isdst = -1;
/freebsd-9.3-release/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;
H A Ddate.c207 lt->tm_isdst = -1; /* divine correct DST */
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c193 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
357 newtm.tm_isdst != tm.tm_isdst ||
503 tm.tm_isdst == lotm.tm_isdst &&
564 (void) printf(" isdst=%d", tmp->tm_isdst);
582 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1)
584 result = tzname[tmp->tm_isdst];
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c122 int tt_isdst; /* used to set tm_isdst */
1427 tmp->tm_isdst = ttisp->tt_isdst;
1428 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
1739 tmp->tm_isdst = 0;
1996 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
2011 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst)
2014 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst)
2022 if (mytm.tm_isdst !
[all...]
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h29 # define TZONE(tm) tzname[(tm).tm_isdst]
/freebsd-9.3-release/usr.bin/at/
H A Dparsetime.c323 tm->tm_isdst = -1;
573 runtime.tm_isdst = 0;
624 runtime.tm_isdst = -1;
/freebsd-9.3-release/usr.bin/touch/
H A Dtouch.c297 t->tm_isdst = -1; /* Figure out DST. */
327 t->tm_isdst = -1; /* Figure out DST. */
345 t.tm_isdst = -1;
/freebsd-9.3-release/include/
H A Dtime.h134 int tm_isdst; /* Daylight Savings Time flag */ member in struct:tm
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrftime.c486 if (t->tm_isdst >= 0)
487 pt = _add(tzname[t->tm_isdst != 0],
500 if (t->tm_isdst < 0)
508 ** tm_isdst. This requirement is
524 if (t->tm_isdst == 0)
H A Dstrptime.c548 tm->tm_isdst = 0;
550 tm->tm_isdst = 1;
/freebsd-9.3-release/usr.bin/chpass/
H A Dutil.c134 lt->tm_isdst = -1;
/freebsd-9.3-release/contrib/file/src/
H A Dcdf_time.c129 tm.tm_isdst = 0;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_time.c220 result->tm_isdst = 0; /* There's no way to know... */
/freebsd-9.3-release/lib/libncp/
H A Dncpl_misc.c53 u_time.tm_isdst = -1;
196 u_time.tm_isdst = -1;
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c329 tm_to_set.tm_isdst = 0;

Completed in 150 milliseconds

12