| /freebsd-12.1/contrib/serf/ |
| H A D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 46 the Work and Derivative Works thereof. 50 to that Work or Derivative Works thereof, that is intentionally 64 subsequently incorporated within the Work. 71 Work and such Derivative Works in Source or Object form. 86 granted to You under this License for that Work shall terminate 90 Work or Derivative Works thereof in any medium, with or without 94 (a) You must give any other recipients of the Work or 102 attribution notices from the Source form of the Work, 106 (d) If the Work includes a "NOTICE" text file as part of its [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 47 the Work and Derivative Works thereof. 51 to that Work or Derivative Works thereof, that is intentionally 65 subsequently incorporated within the Work. 72 Work and such Derivative Works in Source or Object form. 87 granted to You under this License for that Work shall terminate 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or 103 attribution notices from the Source form of the Work, 107 (d) If the Work includes a "NOTICE" text file as part of its [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.lgplv3 | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 81 You may convey a Combined Work under terms of your choice that, 83 portions of the Library contained in the Combined Work and reverse 94 c) For a Combined Work that displays copyright notices during [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Action.cpp | 221 void OffloadAction::doOnHostDependence(const OffloadActionWorkTy &Work) const { in doOnHostDependence() 226 Work(A, HostTC, A->getOffloadingArch()); in doOnHostDependence() 230 const OffloadActionWorkTy &Work) const { in doOnEachDeviceDependence() 248 Work(*I, *TI, (*I)->getOffloadingArch()); in doOnEachDeviceDependence() 251 void OffloadAction::doOnEachDependence(const OffloadActionWorkTy &Work) const { in doOnEachDependence() 252 doOnHostDependence(Work); in doOnEachDependence() 253 doOnEachDeviceDependence(Work); in doOnEachDependence() 257 const OffloadActionWorkTy &Work) const { in doOnEachDependence() 259 doOnHostDependence(Work); in doOnEachDependence() 261 doOnEachDeviceDependence(Work); in doOnEachDependence()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 46 the Work and Derivative Works thereof. 50 to that Work or Derivative Works thereof, that is intentionally 64 subsequently incorporated within the Work. 71 Work and such Derivative Works in Source or Object form. 86 granted to You under this License for that Work shall terminate 90 Work or Derivative Works thereof in any medium, with or without 94 (a) You must give any other recipients of the Work or 102 attribution notices from the Source form of the Work, 106 (d) If the Work includes a "NOTICE" text file as part of its [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | LICENSE.TXT | 14 (the "Work"). For the purposes of this definition, "submitted" means any form of 19 the Work, but excluding communication that is conspicuously marked otherwise. 33 the Work, where such license applies only to those patent claims licensable 35 combination of the Software with the Work to which such Software was 38 that ARM's Software, or the Work to which ARM has contributed constitutes 40 to that entity under this Agreement for the Software or Work shall terminate
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 46 the Work and Derivative Works thereof. 50 to that Work or Derivative Works thereof, that is intentionally 64 subsequently incorporated within the Work. 71 Work and such Derivative Works in Source or Object form. 86 granted to You under this License for that Work shall terminate 90 Work or Derivative Works thereof in any medium, with or without 94 (a) You must give any other recipients of the Work or 102 attribution notices from the Source form of the Work, 106 (d) If the Work includes a "NOTICE" text file as part of its [all …]
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 47 the Work and Derivative Works thereof. 51 to that Work or Derivative Works thereof, that is intentionally 65 subsequently incorporated within the Work. 72 Work and such Derivative Works in Source or Object form. 87 granted to You under this License for that Work shall terminate 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or 103 attribution notices from the Source form of the Work, 107 (d) If the Work includes a "NOTICE" text file as part of its [all …]
|
| /freebsd-12.1/contrib/openmp/ |
| H A D | LICENSE.txt | 89 (the "Work"). For the purposes of this definition, "submitted" means any form of 94 the Work, but excluding communication that is conspicuously marked otherwise. 108 the Work, where such license applies only to those patent claims licensable 110 combination of the Software with the Work to which such Software was 113 that Intel's Software, or the Work to which Intel has contributed constitutes 115 to that entity under this Agreement for the Software or Work shall terminate 144 the Work, but excluding communication that is conspicuously marked otherwise. 158 the Work, where such license applies only to those patent claims licensable 160 combination of the Software with the Work to which such Software was 163 that ARM's Software, or the Work to which ARM has contributed constitutes [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 693 SmallVector<BasicBlock *, 4> Work; in getCoroBeginPredBlocks() local 694 Work.push_back(CB->getParent()); in getCoroBeginPredBlocks() 697 BasicBlock *Current = Work.pop_back_val(); in getCoroBeginPredBlocks() 701 Work.push_back(BB); in getCoroBeginPredBlocks() 703 } while (!Work.empty()); in getCoroBeginPredBlocks() 712 SmallVector<Instruction *, 8> Work; in getNotRelocatableInstructions() local 715 Work.push_back(CoroBegin); in getNotRelocatableInstructions() 719 Work.push_back(BB->getTerminator()); in getNotRelocatableInstructions() 741 Work.push_back(SI); in getNotRelocatableInstructions() 748 Work.push_back(I); in getNotRelocatableInstructions() [all …]
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.opt | 86 Work around certain R4000 errata 90 Work around certain R4400 errata 94 Work around errata for early SB-1 revision 2 cores 98 Work around certain VR4120 errata 102 Work around VR4130 mflo/mfhi errata 106 Work around an early 4300 hardware bug
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 449 NodeVect Work; in nodes_for_root() local 450 Work.push_back(Root); in nodes_for_root() 453 while (!Work.empty()) { in nodes_for_root() 456 Work.erase(First); in nodes_for_root() 459 Work.insert(Work.end(), CF->second.begin(), CF->second.end()); in nodes_for_root() 1142 NodeVect Work; in getAllUsersForNode() local 1143 Work.push_back(Node); in getAllUsersForNode() 1145 while (!Work.empty()) { in getAllUsersForNode() 1146 NodeVect::iterator First = Work.begin(); in getAllUsersForNode() 1148 Work.erase(First); in getAllUsersForNode() [all …]
|
| H A D | HexagonExpandCondsets.cpp | 398 SetVector<MachineBasicBlock*> Work(Dest->pred_begin(), Dest->pred_end()); in updateDeadsInRange() local 399 for (unsigned i = 0; i < Work.size(); ++i) { in updateDeadsInRange() 400 MachineBasicBlock *B = Work[i]; in updateDeadsInRange() 406 Work.insert(P); in updateDeadsInRange()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Action.h | 340 void doOnHostDependence(const OffloadActionWorkTy &Work) const; 343 void doOnEachDeviceDependence(const OffloadActionWorkTy &Work) const; 346 void doOnEachDependence(const OffloadActionWorkTy &Work) const; 351 const OffloadActionWorkTy &Work) const;
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 115 auto Work = [SharedMU, &JD]() { SharedMU->doMaterialize(JD); }; in __anonb1c15e800402() local 116 CompileThreads->async(std::move(Work)); in __anonb1c15e800402()
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | General.xcconfig | 22 // Work around Xcode bugs by using external strip. See:
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | rfc4013.txt | 257 Layer (SASL)", Work in Progress. 259 [CRAM-MD5] Nerenberg, L., "The CRAM-MD5 SASL Mechanism", Work in 263 Authentication as a SASL Mechanism", Work in Progress. 265 [PLAIN] Zeilenga, K., Ed., "The Plain SASL Mechanism", Work in
|
| /freebsd-12.1/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4023118 | 30 Work around:
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 263 SmallVector<NodePtr, 32> Work; in eval() local 267 Work.push_back(VIn); in eval() 269 while (!Work.empty()) { in eval() 270 NodePtr V = Work.back(); in eval() 276 Work.push_back(VAncestor); in eval() 279 Work.pop_back(); in eval()
|
| /freebsd-12.1/share/syscons/keymaps/ |
| H A D | tr.iso9.q.kbd | 12 # Work Address : ISPRO Internet Servisleri 16 # Work Tel : +90 232 2463992
|
| /freebsd-12.1/share/vt/keymaps/ |
| H A D | tr.kbd | 12 # Work Address : ISPRO Internet Servisleri 16 # Work Tel : +90 232 2463992
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/ |
| H A D | OPENSOLARIS.LICENSE | 30 1.6. "Larger Work" means a work which combines Covered Software or 92 Work; and 124 Larger Work; and 218 You may create a Larger Work by combining Covered Software with 220 distribute the Larger Work as a single product. In such a case,
|
| /freebsd-12.1/cddl/contrib/opensolaris/ |
| H A D | OPENSOLARIS.LICENSE | 30 1.6. "Larger Work" means a work which combines Covered Software or 92 Work; and 124 Larger Work; and 218 You may create a Larger Work by combining Covered Software with 220 distribute the Larger Work as a single product. In such a case,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 1059 SmallVector<const MachineInstr*, 8> Work(1, MI); in HasLoopPHIUse() local 1061 MI = Work.pop_back_val(); in HasLoopPHIUse() 1084 Work.push_back(&UseMI); in HasLoopPHIUse() 1087 } while (!Work.empty()); in HasLoopPHIUse()
|
| /freebsd-12.1/contrib/tcsh/config/ |
| H A D | bsd4.4 | 74 * YPBUGS Work around Sun YP bugs that cause expansion of ~username
|