OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isdst
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/
utilities.c
146
int hh, mm, lto,
isdst
;
local
157
isdst
= ptm->tm_isdst;
159
ptm->tm_isdst =
isdst
;
/src/external/gpl2/mkhybrid/dist/libhfs_iso/
data.c
248
int
isdst
;
local
252
isdst
= localtime(&t)->tm_isdst;
258
tm.tm_isdst =
isdst
;
/src/external/bsd/cron/dist/
cron.c
440
static int
isdst
;
local
445
if (initialize || tm.tm_isdst !=
isdst
) {
446
isdst
= tm.tm_isdst;
/src/external/gpl2/xcvs/dist/lib/
mktime.c
297
int
isdst
= tp->tm_isdst;
local
409
|| (
isdst
< 0
411
: (
isdst
!= 0) != (tm.tm_isdst != 0))))
427
if (
isdst
!= tm.tm_isdst && 0 <=
isdst
&& 0 <= tm.tm_isdst)
433
looking for the desired
isdst
. This should work for all real
466
if (otm.tm_isdst ==
isdst
)
549
printf ("%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d
isdst
%d",
654
\t%s YYYY-MM-DD HH:MM:SS [
ISDST
] # Test given time.\n\
/src/lib/libc/time/
localtime.c
690
/* Initialize *S to a value based on UTOFF,
ISDST
, and DESIGIDX. */
692
init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool
isdst
,
696
s->tt_isdst =
isdst
;
760
tzgetname(const timezone_t sp, int
isdst
)
766
if (ttisp->tt_isdst ==
isdst
)
776
tzgetgmtoff(const timezone_t sp, int
isdst
)
783
if (ttisp->tt_isdst ==
isdst
) {
1220
unsigned char
isdst
, desigidx;
local
1225
isdst
= *p++;
1226
if (! (
isdst
< 2)
1890
register bool
isdst
;
local
[
all
...]
zic.c
2114
getsave(char *field, bool *
isdst
)
2127
*
isdst
= dst < 0 ? save != 0 : dst;
3117
bool
isdst
, zic_t save, bool doquotes)
3134
} else if (
isdst
) {
3684
bool
isdst
= startoff != zp->z_stdoff;
local
3688
isdst
, save, false);
3694
int type = addtype(startoff, startbuf,
isdst
,
3696
if (defaulttype < 0 && !
isdst
)
3788
addtype(zic_t utoff, char const *abbr, bool
isdst
, bool ttisstd, bool ttisut)
3807
if (utoff == utoffs[i] &&
isdst
== isdsts[i] && j == desigidx[i
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026