| /freebsd-13.1/contrib/tzdata/ |
| H A D | leapseconds | 44 Leap 1972 Dec 31 23:59:60 + S 45 Leap 1973 Dec 31 23:59:60 + S 46 Leap 1974 Dec 31 23:59:60 + S 47 Leap 1975 Dec 31 23:59:60 + S 48 Leap 1976 Dec 31 23:59:60 + S 49 Leap 1977 Dec 31 23:59:60 + S 50 Leap 1978 Dec 31 23:59:60 + S 51 Leap 1979 Dec 31 23:59:60 + S 56 Leap 1987 Dec 31 23:59:60 + S 57 Leap 1989 Dec 31 23:59:60 + S [all …]
|
| H A D | calendars | 86 09/20 Dec 1582 - France, Lorraine 88 21 Dec 1582/ 103 14/25 Dec 1583 - Steiermark 115 14/25 Dec 1590 - Transylvania 120 13/24 Dec 1614 - Pfalz-Neuburg 141 12 Dec 1700 - Utrecht, Overijssel 143 31 Dec 1700/
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() argument 31 const Stmt *findMutation(const Decl *Dec); 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated() argument 37 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated() 40 const Stmt *findPointeeMutation(const Decl *Dec); 49 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
|
| /freebsd-13.1/usr.bin/calendar/tests/ |
| H A D | regress.a1.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.b1.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-4.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-5.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-6.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-7.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-3.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30
|
| H A D | regress.a2.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| H A D | regress.b2.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| H A D | regress.s1.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| H A D | regress.wn-2.out | 1 Dec 28 dec 28 2 Dec 29 dec 29
|
| H A D | regress.s2.out | 1 Dec 30 dec 30 2 Dec 31 dec 31
|
| H A D | regress.a3.out | 1 Dec 30 dec 30 2 Dec 31 dec 31
|
| H A D | regress.b3.out | 1 Dec 30 dec 30 2 Dec 31 dec 31
|
| H A D | regress.w0-3.out | 1 Dec 30 dec 30
|
| /freebsd-13.1/contrib/libarchive/ |
| H A D | NEWS | 7 Dec 26, 2020: libarchive 3.5.1 released 9 Dec 01, 2020: libarchive 3.5.0 released 27 Dec 30, 2019: libarchive 3.4.1 released 29 Dec 11, 2019: New pax write option "xattrhdr" 113 Dec 1, 2013: Rewrite Zip write logic 155 Dec 24, 2011: libarchive 3.0.2 released 191 Dec 22, 2010: CAB reader 192 Dec 20, 2010: LHA/LZH reader 281 Dec 28, 2008: libarchive 2.6.0 released 419 Dec 22, 2007: libarchive 2.4.9 released [all …]
|
| /freebsd-13.1/contrib/blacklist/diff/ |
| H A D | named.diff | 56 --- bin/named/Makefile 31 Dec 2013 20:23:12 -0000 1.8 74 --- dist/bin/named/client.c 10 Dec 2014 04:37:51 -0000 1.11 98 --- dist/bin/named/main.c 10 Dec 2014 04:37:51 -0000 1.15 124 --- dist/bin/named/query.c 10 Dec 2014 04:37:52 -0000 1.17 158 --- dist/bin/named/update.c 10 Dec 2014 04:37:52 -0000 1.9 198 --- dist/bin/named/xfrout.c 10 Dec 2014 04:37:52 -0000 1.7
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | mdate-sh | 58 Dec) month=December; nummonth=12;; 80 Dec) nummonthtod=12;;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 368 MachineInstr *Dec = nullptr; member 429 return Start && Dec && End; in FoundAllComponents() 454 if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec; in dump() 463 else if (!(Start && Dec && End)) in dump() 1318 LoLoop.Dec = &MI; in ProcessLoop() 1322 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop() 1351 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop() 1670 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand() 1697 if (LoLoop.Dec == LoLoop.End) in Expand() 1769 for (auto *Dec : Decs) in RevertNonLoops() local [all …]
|
| /freebsd-13.1/contrib/bsnmp/ |
| H A D | NEWS | 131 09-Dec-2003 137 03-Dec-2003 140 03-Dec-2003 144 03-Dec-2003 165 11-Dec-2002 173 04-Dec-2002
|
| /freebsd-13.1/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 195 * Sun Dec 18 2005 Paul Wouters <[email protected]> 1.0.0-8 198 * Sun Dec 18 2005 Paul Wouters <[email protected]> 1.0.0-7 201 * Sun Dec 13 2005 Paul Wouters <[email protected]> 1.0.0-6 205 * Sun Dec 11 2005 Tom "spot" Callaway <[email protected]> 1.0.0-5
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 154 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation() argument 155 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation() 162 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() argument 163 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation() 184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() argument 187 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
|