Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-14.2/contrib/tzdata/
H A Dzonenow.tab73 # -06/-05 (Chile DST)
97 # -04/-03 (Chile DST)
109 # -03/-02 (North America DST)
115 # -02/-01 (EU DST)
121 # -01/+00 (EU DST)
127 # +00/+01 - GMT/BST (EU DST)
130 # +00/+01 - WET/WEST (EU DST)
133 # +00/+02 - Troll DST
145 # +01/+00 - (Morocco DST)
280 # +11/+12 (Australia DST)
[all …]
H A DNEWS548 Yellowknife did not observe DST in 1965, and did observe DST
603 Fiji no longer observes DST.
1046 DST was observed in 1942-1944
1507 Detroit observed DST in 1967 and 1968 following the US DST rules,
1516 ended DST on 09-29 not 10-13, and Vienna ended DST on 10-07 not
1905 just as DST strings specifying DST have always done.
2488 discontinues DST.
2914 Asia/Baku's 1992-09-27 transition from +04 (DST) to +04 (non-DST) was
3384 will shift from Central Time with DST to Eastern Time without DST
5109 correct DST in Pakistan
[all …]
H A Dsouthamerica153 # Argentina will start DST on Sunday October 19, 2008.
375 # Argentina (UTC-3) (no DST).
763 # Tocantins state will have DST.
788 # revoked DST.
797 # revoked DST.
816 # revoked DST.
902 # Decree 5,223 (2004-10-01) reestablishes DST in MT.
1239 # they will end DST later and start DST earlier than planned. They
1336 # similar DST rules will continue thereafter.
1341 # -04/-03-with-DST to -03 all year...
[all …]
H A Dnorthamerica210 # no DST in Samoa, and the claim that there is DST in Alaska and the
826 # tribal nations don't use DST.)
1355 # new US DST rules,
1980 # title: DST Starts Monday ...
2017 # * O.I.C. 1980/02 established DST.
2359 # S&P report no DST during summer 1931.
2612 # Also, the new zone will not use DST.
2634 # This abolishes DST except where US DST rules are observed,
2640 # DST, matching El Paso, and Ojinaga in UTC-6 with DST, matching Presidio....
2867 # DST was observed in 1942-44.
[all …]
H A Dafrica64 # they are paired with better-attested non-DST abbreviations.
212 # unless discontinued, next DST may end Thursday 28 August 2008.
292 # Egypt will start DST on midnight after Thursday, April 30, 2015.
311 # decision to abandon DST permanently. See Ahram Online 2015-04-24.
315 # Egypt will have DST from July 7 until the end of October....
318 # Egyptian government took the decision to cancel the DST,
464 # The scheduled end of DST in Libya on Friday, October 25, 2013 was
520 # Follow Thorsen on DST in 1982/1983, instead of Shanks & Pottenger.
570 # DST the coming summer...
679 # of Public Sectors has announced that Morocco will have DST from
[all …]
H A Daustralasia325 # Fiji will end DST on 2014-01-19 02:00:
329 # DST will start Nov. 2 this year.
362 # than guessing no DST.
767 # DST
1187 # to extend DST together in 2006.
1244 # WA are trialing DST for three years.
1376 # end DST the first Sunday in April and start DST the first Sunday in October.
1430 # Tasmania observed DST in 1916-1919.
1610 # clocks by 30 minutes when DST finishes. Since DST was most recently
1970 # started DST on June 3. Possibly DST was observed other years
[all …]
H A Dasia181 # Finally we've got the official mail regarding DST start time where DST start
185 # No DST end date has been announced yet.
862 # Taipei has DST in 1979 between July 1st and Sep 30.
1489 # daylight-saving time (DST) on 26 May 1979."
2244 # (non-DST) at the point where DST would otherwise have ended.
3026 # there will be no DST in Pakistan this year:
3067 # introduce DST from April 15, 2009
3131 # "People laud PM's announcement to end DST"
3210 # the PA has decided to implement DST in April.
3990 # Country Time Standard --- DST Start --- --- DST End --- DST
[all …]
H A Deurope846 # GMT+3 without DST (was GMT+2 with DST).
1134 # - The bill to stop observing DST did not (Greenland will stop observing DST
1139 # 1. The shift *to* DST in 2023 happens as normal.
1978 # decision to abolish DST this winter.
2304 # specify DST practices for the islands.
3639 # DST began on Monday, 4 May 1942 at 01:00 am
3640 # DST ended on Monday, 5 Oct 1942 at 02:00 am
4012 # Since 1992 they had normal DST procedure:
4014 # 09 27 1992 03:00 -02.00 0 DST ended
4036 # uses the WE DST rules. The Western USSR uses EET+1 and ME DST rules.
[all …]
H A Dbackzone53 # communist army. And they should also follow the DST setting of
122 # These regulations abolished DST and changed the time to GMT+0:30.
135 # This Ordinance abolished DST.
141 # This Ordinance restored DST but with thirty minutes offset.
152 # This Ordinance abolished DST.
458 # says that Atikokan, Ontario currently does not observe DST,
707 # There were two periods of DST observed in 1942-1945: 1942-05-01
895 # War,... [t]he cities agreed to implement DST during the summer
991 # adopted DST effective 1941-05-24. Alban suggested adopting DST, R.B. Coomb
1110 # + 7 and _no_ DST was applied.
[all …]
/freebsd-14.2/crypto/openssl/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[3]
/freebsd-14.2/contrib/dialog/
H A Dheaders-sh.in64 DST=$1
66 LEAF=`basename $DST`
69 case $DST in
71 END=`basename $DST`
143 DST=$1
177 test -f $DST/$NAME.gz && rm -f $DST/$NAME.gz
185 test -d $DST/$PACKAGE || mkdir -p $DST/$PACKAGE
196 eval $PRG $TMPSRC $DST/$NAME
/freebsd-14.2/tools/test/stress2/misc/
H A Dnullfs7.sh51 DST="$mntpoint/$i"
52 [ -d "$DST" ] || mkdir $DST
53 mount -oro -t nullfs $RUNDIR $DST
54 mount -orw -t nullfs /bin $DST
/freebsd-14.2/sys/contrib/ck/include/
H A Dck_pr.h182 ((void)sizeof(*(DST) = (VAL)), (DST)), \
185 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) argument
186 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char) argument
188 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double) argument
190 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), uint) argument
191 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) argument
192 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) argument
193 #define ck_pr_store_16(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 16) argument
194 #define ck_pr_store_8(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 8) argument
196 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) argument
[all …]
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h67 #define STORE64_LE(DST, W) store64_le((DST), (W)) argument
102 #define STORE32_LE(DST, W) store32_le((DST), (W)) argument
139 #define STORE64_BE(DST, W) store64_be((DST), (W)) argument
174 #define STORE32_BE(DST, W) store32_be((DST), (W)) argument
/freebsd-14.2/contrib/ncurses/misc/
H A Dmakellib62 DST="$HOME/lib/$ARCH/lint"
71 DST="$DST `echo "$1"|sed -e 's/^-L//'`"
159 for p in $DST
/freebsd-14.2/contrib/libfido2/man/
H A DCMakeLists.txt332 list(GET MAN_ALIAS ${j} DST)
333 add_custom_command(OUTPUT ${DST}.${EXT}
334 COMMAND ln -sf ${SRC}.${EXT} ${DST}.${EXT})
335 list(APPEND ${NAME}_LINK_FILES ${DST}.${EXT})
371 list(GET MAN_ALIAS ${j} DST)
372 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.html
392 list(GET MAN_ALIAS ${j} DST)
393 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.3.gz
409 list(GET MAN_ALIAS ${j} DST)
410 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.3
/freebsd-14.2/contrib/tzcode/
H A DNEWS445 Yellowknife did not observe DST in 1965, and did observe DST
500 Fiji no longer observes DST.
943 DST was observed in 1942-1944
1404 Detroit observed DST in 1967 and 1968 following the US DST rules,
1413 ended DST on 09-29 not 10-13, and Vienna ended DST on 10-07 not
1802 just as DST strings specifying DST have always done.
2385 discontinues DST.
2811 Asia/Baku's 1992-09-27 transition from +04 (DST) to +04 (non-DST) was
3281 will shift from Central Time with DST to Eastern Time without DST
5006 correct DST in Pakistan
[all …]
/freebsd-14.2/contrib/elftoolchain/libelf/
H A D_libelf.h179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument
184 (DST)->NAME = (SRC)->NAME & 0xFFFFFFFFU; \
187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
193 (DST)->NAME = (int32_t) (SRC)->NAME; \
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c80 #define DST ((char *)s1) macro
86 if ((DST + n > SRC) && (SRC + n > DST)) { in _nc_memmove()
99 DST[n] = SRC[n]; in _nc_memmove()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td117 (outs DST.Op:$dst), (ins SRC.Op:$src),
140 [(store TYPE.VT:$src, DST.Pat:$dst)], ENC>;
142 class MxMove_MI<MxType TYPE, MxOpBundle DST, MxMoveEncoding ENC,
145 [(store SRC.ImmPat:$src, DST.Pat:$dst)], ENC>;
171 : MxMove<TYPE.Prefix, (outs DST.Op:$dst), (ins SRC.Op:$src),
189 : MxMove<TYPE.Prefix, (outs DST.Op:$dst), (ins SRC.Op:$src),
215 class MxMove_MM<MxType TYPE, MxOpBundle DST, MxOpBundle SRC,
218 [(store (TYPE.Load SRC.Pat:$src), DST.Pat:$dst)],
425 /// 0 1 0 0 | DST REG | 1 1 1 | MODE | REG
495 : MxPseudo<(outs DST.ROp:$dst), (ins SRC.ROp:$src), PAT>;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
50 DST &= ~MSK; \
51 DST |= ((VAL << MSK ## _SHIFT) & MSK)
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_ssse3.c167 : : [DST] "r" (dst)); \
173 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx512bw.c169 : : [DST] "r" (dst)); \
175 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx2.c166 : : [DST] "r" (dst)); \
172 : : [DST] "r" (dst)); \
/freebsd-14.2/contrib/libpcap/
H A Dgrammar.y.in388 %token DST SRC HOST GATEWAY
623 | DST { $$ = Q_DST; }
624 | SRC OR DST { $$ = Q_OR; }
625 | DST OR SRC { $$ = Q_OR; }
626 | SRC AND DST { $$ = Q_AND; }
627 | DST AND SRC { $$ = Q_AND; }

123