/freebsd/contrib/tzdata/ |
H A D | backward | 24 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 25 # "Link Australia/Canberra Australia/ACT" were it not that data lines 33 # Link TARGET LINK-NAME #= TARGET1 34 Link Australia/Sydney Australia/ACT #= Australia/Canberra 35 Link Australia/Lord_Howe Australia/LHI 36 Link Australia/Sydney Australia/NSW 37 Link Australia/Darwin Australia/North 38 Link Australia/Brisbane Australia/Queensland 39 Link Australia/Adelaide Australia/South 40 Link Australia/Hobart Australia/Tasmania [all …]
|
H A D | ziguard.awk | 339 /^Link/ && $4 == "#=" && DATAFORM == "vanguard" { 347 sub(/^Link/, "#Link", line[linkline[$2]]) 349 /^Link/ { 350 sub(/^Link/, "#Link", line[linkline[$3]])
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Types.def | 38 … INVALID, "i", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 39 … "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 40 … "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 41 … INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 42 … "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 43 …X, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 44 …, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 45 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 46 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 47 … INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble, phases::Link) [all …]
|
H A D | Phases.h | 23 Link, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Redeclarable.h | 105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable 112 : Link(NotKnownLatest(reinterpret_cast<UninitializedLatest>(&Ctx))) {} in DeclLink() 113 DeclLink(PreviousTag, decl_type *D) : Link(NotKnownLatest(Previous(D))) {} in DeclLink() 116 return Link.is<KnownLatest>() || in isFirst() 119 Link.get<NotKnownLatest>().template is<UninitializedLatest>(); in isFirst() 123 if (Link.is<NotKnownLatest>()) { in getPrevious() 124 NotKnownLatest NKL = Link.get<NotKnownLatest>(); in getPrevious() 129 Link = KnownLatest(*reinterpret_cast<const ASTContext *>( in getPrevious() 134 return static_cast<decl_type*>(Link.get<KnownLatest>().get(D)); in getPrevious() 139 Link = Previous(D); in setPrevious() [all …]
|
/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.gsl | 127 <Link> 130 </Link> 140 <Link> 142 </Link> 145 <Link> 147 </Link> 150 <Link> 152 </Link> 155 <Link> 157 </Link> [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 441 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() argument 447 InitVal != nullptr, Link, Name, AddressSpace), in GlobalVariable() 461 LinkageTypes Link, Constant *InitVal, in GlobalVariable() argument 466 : GlobalVariable(Ty, constant, Link, InitVal, Name, TLMode, in GlobalVariable() 534 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() argument 537 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name, in GlobalAlias() 545 LinkageTypes Link, const Twine &Name, in create() argument 547 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 562 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() argument 564 return create(Aliasee->getValueType(), Aliasee->getAddressSpace(), Link, Name, in create() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Utils.h | 43 SymLink(std::string Path, std::string Link) in SymLink() 44 : SrcPath(std::move(Path)), LinkContent(std::move(Link)) {} in SymLink() 46 SymLink(StringRef Path, StringRef Link) in SymLink() 47 : SrcPath(std::string(Path)), LinkContent(std::string(Link)) {} in SymLink()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 125 SuffixTreeInternalNode *Link = nullptr; member 153 SuffixTreeInternalNode *Link) in SuffixTreeInternalNode() 155 Link(Link) {} in SuffixTreeInternalNode()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 41 struct Link { struct 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() function 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; 229 Link *link = &mtx1->link[li]; in MutexBeforeLock() 245 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() 368 Link link = pt->pending[--npending]; in CycleCheck() 383 pt->pending[npending++] = Link(kEndId); in CycleCheck() 387 Link *link1 = &mtx1->link[li]; in CycleCheck() [all …]
|
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmsmp.c | 118 dmSMPRequestBody = DMLIST_OBJECT_BASE(dmSMPRequestBody_t, Link, SMPList); in dmSMPStart() 312 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 323 dmSMPResponseBody = DMLIST_OBJECT_BASE(dmSMPRequestBody_t, Link, SMPList); in dmSMPStart() 428 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 432 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 433 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 450 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 454 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 455 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 2336 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPCompleted() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/ |
H A D | tst.userstrings.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
H A D | tst.chasestrings.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
H A D | tst.userlandkey.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTreeNode.cpp | 30 Link = L; in setLink() 32 SuffixTreeInternalNode *SuffixTreeInternalNode::getLink() const { return Link; } in getLink()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | link.cc | 40 class Link: public FuseTest { class 107 TEST_F(Link, clear_attr_cache) in TEST_F() argument 150 TEST_F(Link, emlink) in TEST_F() argument 181 TEST_F(Link, bad_inode) in TEST_F() argument 224 TEST_F(Link, ok) in TEST_F() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 110 Value *Link = nullptr; member in __anone900293d0111::WinEHStatePass 294 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 1); in emitExceptionRegistrationRecord() 348 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 2); in emitExceptionRegistrationRecord() 424 Builder.CreateStore(Handler, Builder.CreateStructGEP(LinkTy, Link, 1)); in linkExceptionRegistration() 428 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); in linkExceptionRegistration() 429 // [fs:00] = Link in linkExceptionRegistration() 430 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration() 434 // Clone Link into the current BB for better address mode folding. in linkExceptionRegistration() 435 if (auto *GEP = dyn_cast<GetElementPtrInst>(Link)) { in linkExceptionRegistration() 438 Link in unlinkExceptionRegistration() [all...] |
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47094-dlink-dir-890l.dts | 3 * Device tree for D-Link DIR-890L 4 * D-Link calls this board "WRGAC36" 5 * this router has the same looks and form factor as D-Link DIR-885L. 25 model = "D-Link DIR-890L";
|
H A D | bcm47094-dlink-dir-885l.dts | 4 * DTS for D-Link DIR-885L 16 model = "D-Link DIR-885L";
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 70 std::string a(StringRef Link, StringRef Str, StringRef TargetName = "") { in a() argument 79 Tag += Link; in a() 692 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile() local 693 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; in createIndexFile() 771 auto Link = buildRelLinkToFile(FCS->Name); in generateSubDirectoryReport() local 772 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; in generateSubDirectoryReport() 826 SmallString<128> Link; in buildTitleLinks() local 828 Link += "../"; in buildTitleLinks() 829 Link += "index.html"; in buildTitleLinks() 830 S += a(Link, Name); in buildTitleLinks()
|
/freebsd/sys/dev/ow/ |
H A D | owll_if.m | 33 # Dallas Semiconductor 1-Wire bus Link Layer (owll) 93 device_t lldev; /* Link Level device (eg bridge) */ 111 device_t lldev; /* Link Level device (eg bridge) */ 129 device_t lldev; /* Link Level device (eg bridge) */ 153 device_t lldev; /* Link level device (eg bridge) */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
H A D | SupportHelpers.h | 178 TempLink(StringRef Target, StringRef Link) { in TempLink() argument 179 Path = Link; in TempLink() 180 std::error_code EC = sys::fs::create_link(Target, Link); in TempLink()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 79 Shdr.sh_link = Sec.Link; in writeShdr() 628 Link, in initialize() 629 "Link field value " + Twine(Link) + " in section " + Name + in initialize() 631 "Link field value " + Twine(Link) + " in section " + Name + in initialize() 641 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize() 793 Link, in initialize() 794 "Symbol table has link index of " + Twine(Link) + in initialize() 796 "Symbol table has link index of " + Twine(Link) + in initialize() 814 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index; in finalize() 932 if (Link != SHN_UNDEF) { in initialize() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 115 RecordLinkage Link) { in updateLinkageForSymbols() argument 117 Linkages.Class = std::max(Link, Linkages.Class); in updateLinkageForSymbols() 119 Linkages.MetaClass = std::max(Link, Linkages.MetaClass); in updateLinkageForSymbols() 121 Linkages.EHType = std::max(Link, Linkages.EHType); in updateLinkageForSymbols()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Phases.cpp | 22 case Link: return "linker"; in getPhaseName()
|