Home
last modified time | relevance | path

Searched refs:EST (Results 1 – 25 of 53) sorted by relevance

123

/openbsd-src/gnu/lib/libreadline/doc/
H A Dmanvers.texinfo10 @set LASTCHANGE Mon Mar 4 12:00:16 EST 2002
/openbsd-src/gnu/usr.bin/binutils/gdb/config/m68k/
H A Dmonitor.mt1 # Target: Motorola m68k embedded (EST emulator, rom68k and bug monitors)
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D02core_dst.t139 cmp_ok($lt->strftime("%Y-%m-%d %H:%M:%S %Z"), 'eq', '2013-01-09 07:07:11 EST');
140 like ($lt->strftime("%z"), qr/-0500|EST/);
141 is ($lt->strftime("%s"), 1357733231, 'Epoch output is the same with EST');
H A D02core.t57 cmp_ok($lt->strftime("%Z"), 'eq', 'EST');
/openbsd-src/share/zoneinfo/datfiles/
H A Dzonenow.tab82 # -05 - EST
83 XX +175805-0764736 America/Jamaica Eastern Standard ("EST") - Caymans; Jamaica; eastern Mexico; Panama
88 # -05/-04 - EST/EDT (North America DST)
89 XX +404251-0740023 America/New_York Eastern ("EST/EDT") - US & Canada
H A Dnorthamerica430 -5:00 - EST 1936 Nov 15 2:00
897 # this rule is 2 a.m. EST Sunday, April 2, 2006, which is the
901 # was that 01:59:59 EST be followed by 02:00:00 CDT.
918 -5:00 - EST 1957 Sep 29 2:00
920 -5:00 - EST 1969
922 -5:00 - EST 2006
936 -5:00 - EST 1969
940 -5:00 - EST 2006
960 -5:00 - EST 1969
962 -5:00 - EST 200
[all...]
H A Daustralasia15 # Please see the notes below for the controversy about "EST" versus "AEST" etc.
242 # will produce a binary file with an [A]EST-type as the first 32-bit type;
1121 # file used "EST" for both Eastern Standard Time and Eastern Summer
1129 # strings like "EST" and "EDT", so I looked for pages that defined an
1147 # I tried several other variants (e.g., "Eastern Summer Time EST") but
1187 # EST CST WST EDT CDT
1191 # EST CST WST (no abbreviations given for DST)
1199 # EST CST WST preferred for standard time; AEST AEDT ACST ACDT also used
1576 # [I mean, of course, Australian EST, not any other kind] are in common
H A Dzone1970.tab243 PA,CA,KY +0858-07932 America/Panama EST - ON (Atikokan), NU (Coral H)
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/
H A DChanges315 2.2205 - Wed Mar 10 18:15:36 EST 2010
321 2.2204 - Wed Mar 10 14:23:52 EST 2010
329 2.2203 - Thu Feb 11 14:00:51 EST 2010
336 2.2202 - Wed Jan 27 15:04:59 EST 2010
346 2.2201 Mon Jan 25 16:12:05 EST 2010
352 2.22 - Mon Jan 11 15:00:07 EST 2010
356 2.21_02 - Sat Dec 19 10:55:41 EST 2009
362 2.21_01 - Sat Dec 19 07:22:44 EST 2009
663 1.98_01 Mon Dec 9 11:50:41 EST 2002
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DChanges214 0.280202 - Sun Jan 23 10:47:51 EST 2011
219 0.280201 - Fri Jan 21 15:16:36 EST 2011
228 0.2802 - Sun Dec 12 07:22:43 EST 2010
235 0.2801 - Wed Dec 8 21:36:56 EST 2010
242 0.2800 - Mon Dec 6 16:05:46 EST 2010
285 0.2702 - Mon Feb 22 15:10:52 EST 2010
290 0.2701 - Tue Feb 16 09:12:45 EST 2010
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h49 void emitKernelInit(CodeGenFunction &CGF, EntryFunctionState &EST,
53 void emitKernelDeinit(CodeGenFunction &CGF, EntryFunctionState &EST,
H A DCGOpenMPRuntimeGPU.cpp738 EntryFunctionState EST; in emitNonSPMDKernel() local
743 CGOpenMPRuntimeGPU::EntryFunctionState &EST; in emitNonSPMDKernel() member in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
746 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU::EntryFunctionState &EST) in emitNonSPMDKernel() argument
747 : EST(EST) {} in emitNonSPMDKernel()
751 RT.emitKernelInit(CGF, EST, /* IsSPMD */ false); in emitNonSPMDKernel()
759 RT.emitKernelDeinit(CGF, EST, /* IsSPMD */ false); in emitNonSPMDKernel()
761 } Action(EST); in emitNonSPMDKernel()
770 EntryFunctionState &EST, bool IsSPMD) { in emitKernelInit() argument
774 emitGenericVarsProlog(CGF, EST.Loc); in emitKernelInit()
778 EntryFunctionState &EST, in emitKernelDeinit() argument
[all …]
H A DCGException.cpp479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() local
483 if (EST == EST_Dynamic || in EmitStartEHSpec()
484 (EST == EST_DynamicNone && !getLangOpts().CPlusPlus17)) { in EmitStartEHSpec()
493 if (EST == EST_DynamicNone) in EmitStartEHSpec()
509 EST == EST_Dynamic) in EmitStartEHSpec()
586 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec() local
587 if (EST == EST_Dynamic || in EmitEndEHSpec()
588 (EST == EST_DynamicNone && !getLangOpts().CPlusPlus17)) { in EmitEndEHSpec()
597 if (EST == EST_DynamicNone) in EmitEndEHSpec()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec() argument
87 EST = EST_DependentNoexcept; in ActOnNoexceptSpec()
96 EST = EST_NoexceptFalse; in ActOnNoexceptSpec()
106 EST = EST_DependentNoexcept; in ActOnNoexceptSpec()
111 EST = !Result ? EST_NoexceptFalse : EST_NoexceptTrue; in ActOnNoexceptSpec()
259 auto EST = MD->getType()->castAs<FunctionProtoType>()->getExceptionSpecType(); in exceptionSpecNotKnownYet() local
260 return EST == EST_Unparsed || in exceptionSpecNotKnownYet()
261 (EST == EST_Unevaluated && MD->getParent()->isBeingDefined()); in exceptionSpecNotKnownYet()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfuture.options9 Date: Mon, 28 Jun 93 00:45:09 EST
/openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/
H A DChanges5 1.00: Thu Nov 30 23:34:29 EST 2000 by schwern@pobox.com
/openbsd-src/lib/libc/time/
H A DTheory322 like `EST' to be compatible with human tradition and POSIX.
349 e.g. `EST' for Eastern Standard Time in North America.
352 a French application might translate `EST' to `HNE'.
377 in practice: e.g. `EST' has a different meaning in Australia than
380 abbreviations like `EST'; this avoids the ambiguity.
/openbsd-src/usr.bin/vi/docs/
H A Dchangelog965 1.10 -> 1.11: Thu Mar 24 16:07:45 EST 1994 (PUBLICLY AVAILABLE VERSION)
987 1.09 -> 1.10: Sat Mar 19 15:40:29 EST 1994
989 1.08 -> 1.09: Sat Mar 19 10:11:14 EST 1994
1004 1.07 -> 1.08: Wed Mar 16 07:37:36 EST 1994
1014 1.06 -> 1.07: Mon Mar 14 11:10:33 EST 1994
1018 1.05 -> 1.06: Sun Mar 13 16:12:52 EST 1994
1029 1.04 -> 1.05: Thu Mar 24 16:07:45 EST 1994
1035 1.03 -> 1.04: Sun Mar 6 14:14:16 EST 1994
1056 1.01 -> 1.03: Sun Jan 23 17:50:35 EST 1994 (PUBLICLY AVAILABLE VERSION)
1069 1.00 -> 1.01: Wed Jan 12 13:37:18 EST 1994
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DChanges91 3.67 - Mon Feb 27 09:33:04 EST 2017
103 3.62 - Mon Jan 11 08:39:19 EST 2016
106 3.61 - Sun Dec 20 12:00:00 EST 2015 (bleadperl only release)
109 3.60 - Wed Nov 18 21:28:01 EST 2015
112 3.59 - Fri Nov 13 18:38:01 EST 2015
115 3.58_01 - Mon Nov 9 17:35:28 EST 2015 - TRIAL RELEASE
/openbsd-src/usr.bin/indent/
H A DREADME12 > Date: Tue, 8 Mar 88 18:36:25 EST
/openbsd-src/lib/libssl/test/
H A Dtimes92 built on Fri Sep 5 17:37:05 EST 1997
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp485 ExceptionSpecificationType EST in ParseLexedMethodDeclaration() local
495 Actions.actOnDelayedExceptionSpecification(LM.Method, EST, in ParseLexedMethodDeclaration()
/openbsd-src/lib/libcrypto/rc2/
H A Drrc2.doc1 …p.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news Mon Feb 12 18:48:17 EST 1996
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp757 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind() argument
758 switch (EST) { in getExternalExceptionSpecificationKind()
/openbsd-src/gnu/llvm/llvm/docs/_static/
H A DLoopOptWG_invite.ics18 TZNAME:EST

123