| /freebsd-14.2/contrib/mandoc/ |
| H A D | lib.in | 32 LINE("libbe", "Boot Environment Library (libbe, \\-lbe)") 36 LINE("libc", "Standard C\\~Library (libc, \\-lc)") 37 LINE("libc_r", "Reentrant C\\~Library (libc_r, \\-lc_r)") 40 LINE("libcasper", "Casper Library (libcasper, \\-lcasper)") 44 LINE("libcrypt", "Crypt Library (libcrypt, \\-lcrypt)") 45 LINE("libcurses", "Curses Library (libcurses, \\-lcurses)") 53 LINE("libdm", "Device Mapper Library (libdm, \\-ldm)") 57 LINE("libelf", "ELF Access Library (libelf, \\-lelf)") 74 LINE("libjail", "Jail Library (libjail, \\-ljail)") 79 LINE("libm", "Math Library (libm, \\-lm)") [all …]
|
| H A D | msec.in | 27 LINE("3", "FreeBSD Library Functions Manual") 28 LINE("3lua", "Lua Library Functions Manual") 29 LINE("3p", "Perl Library Functions Manual")
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | kicad | 29 # KiCad Symbol Library 31 >17 byte 0x20 KiCad Symbol Library 37 # KiCad Symbol Library (Legacy) 39 >16 byte 0x20 KiCad Symbol Library (Legacy) 45 # KiCad Symbol Library Documentation (Legacy) 75 # KiCad Symbol Library Table 77 >14 byte 0xA KiCad Symbol Library Table 78 >14 byte 0xD KiCad Symbol Library Table 79 >14 byte 0x20 KiCad Symbol Library Table 81 # KiCad Footprint Library Table [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.lgplv3 | 19 "The Library" refers to a covered work governed by this License, 23 by the Library, but which is not otherwise based on the Library. 25 of using an interface provided by the Library. 28 Application with the Library. The particular version of the Library 63 3. Object Code Incorporating Material from Library Header Files. 73 Library is used in it and that the Library and its use are 88 the Library is used in it and that the Library and its use are 95 execution, include the copyright notice for the Library among 137 on the Library, uncombined with any other library facilities, 156 published by the Free Software Foundation. If the Library as you [all …]
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | COPYING | 130 Library" means either the Library or any derivative work under 146 on the Library (independent of the use of the Library in a tool for 156 Library. 204 collective works based on the Library. 207 with the Library (or with a work based on the Library) on a volume of 241 Library, but is designed to work with the Library by being compiled or 246 However, linking a "work that uses the Library" with the Library 264 Library will still fall under Section 6.) 272 link a "work that uses the Library" with the Library to produce a 279 Library is used in it and that the Library and its use are covered by [all …]
|
| /freebsd-14.2/stand/libsa/ |
| H A D | zalloc_protos.h | 33 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align); 34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes); 35 Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes); 36 Library void zallocstats(struct MemPool *mp);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | ti,drv260x.txt | 20 DRV260X_ERM_LIB_A - Pre-programmed Library 21 DRV260X_ERM_LIB_B - Pre-programmed Library 22 DRV260X_ERM_LIB_C - Pre-programmed Library 23 DRV260X_ERM_LIB_D - Pre-programmed Library 24 DRV260X_ERM_LIB_E - Pre-programmed Library 25 DRV260X_ERM_LIB_F - Pre-programmed Library 26 DRV260X_LIB_LRA - Pre-programmed LRA Library
|
| H A D | ti,drv260x.yaml | 51 DRV260X_ERM_LIB_A - Pre-programmed Library 52 DRV260X_ERM_LIB_B - Pre-programmed Library 53 DRV260X_ERM_LIB_C - Pre-programmed Library 54 DRV260X_ERM_LIB_D - Pre-programmed Library 55 DRV260X_ERM_LIB_E - Pre-programmed Library 56 DRV260X_ERM_LIB_F - Pre-programmed Library 57 DRV260X_LIB_LRA - Pre-programmed LRA Library
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassPlugin.h | 87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin() argument 88 : Filename(Filename), Library(Library), Info() {} in PassPlugin() 91 sys::DynamicLibrary Library; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassPlugin.cpp | 18 auto Library = in Load() local 20 if (!Library.isValid()) in Load() 25 PassPlugin P{Filename, Library}; in Load() 30 (intptr_t)Library.getAddressOfSymbol("llvmGetPassPluginInfo"); in Load()
|
| /freebsd-14.2/contrib/bc/manuals/ |
| H A D | algorithms.md | 94 ### Exponentiation (`bc` Math Library Only) 139 ### Arctangent (`bc` Math Library Only) 159 ### Bessel (`bc` Math Library Only) 264 ### Rounding (`bc` Math Library 2 Only) 273 ### Ceiling (`bc` Math Library 2 Only) 281 ### Factorial (`bc` Math Library 2 Only) 328 ### Root (`bc` Math Library 2 Only) 338 ### Cube Root (`bc` Math Library 2 Only) 363 ### Pi (`bc` Math Library 2 Only) 371 ### Tangent (`bc` Math Library 2 Only) [all …]
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.macos | 33 /Library/StartupItems directory should be created if it doesn't already 35 /Library/StartupItems directory (copy the entire directory, so that 36 there's a /Library/StartupItems/ChmodBPF directory, containing all the 38 items in that directory to /Library/StartupItems). The ChmodBPF 49 should be installed in /Library/LaunchDaemons. chmod_bpf, and 59 sudo launchctl load /Library/LaunchDaemons/org.tcpdump.chmod_bpf.plist
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | libomp.rc.var | 41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0" 45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0" 51 "LLVM* OpenMP* @LIBOMP_LEGAL_TYPE@ Library "
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 937 Object Library; in serializeIF() local 941 if (!insertNonEmptyValues(Library, TBDKey::TargetInfo, in serializeIF() 946 if (!insertNonEmptyValues(Library, TBDKey::InstallName, std::move(Name))) in serializeIF() 951 insertNonEmptyValues(Library, TBDKey::Flags, std::move(Flags)); in serializeIF() 955 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV)); in serializeIF() 959 insertNonEmptyValues(Library, TBDKey::CompatibilityVersion, in serializeIF() 964 insertNonEmptyValues(Library, TBDKey::SwiftABI, std::move(SwiftABI)); in serializeIF() 967 insertNonEmptyValues(Library, TBDKey::RPath, std::move(RPaths)); in serializeIF() 983 insertNonEmptyValues(Library, TBDKey::Exports, std::move(Exports)); in serializeIF() 986 insertNonEmptyValues(Library, TBDKey::Reexports, std::move(Reexports)); in serializeIF() [all …]
|
| H A D | TextStub.cpp | 423 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local 424 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD() 426 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local 427 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD() 440 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local 441 if (Library.getArchitectures() == Architectures) in NormalizedTBD() 442 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 444 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local 445 if (Library.getArchitectures() == Architectures) in NormalizedTBD() 446 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD()
|
| /freebsd-14.2/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 62 UefiLib|Include/Library/UefiLib.h 78 TimerLib|Include/Library/TimerLib.h 82 SmbusLib|Include/Library/SmbusLib.h 140 PciLib|Include/Library/PciLib.h 149 PcdLib|Include/Library/PcdLib.h 155 IoLib|Include/Library/IoLib.h 158 HstiLib|Include/Library/HstiLib.h 161 HobLib|Include/Library/HobLib.h 180 CpuLib|Include/Library/CpuLib.h 257 SmmLib|Include/Library/SmmLib.h [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cerrno | 33 The header search paths should contain the C++ Standard Library headers before \ 34 any C Standard Library, and you are probably using compiler flags that make that \
|
| H A D | clocale | 45 The header search paths should contain the C++ Standard Library headers before \ 46 any C Standard Library, and you are probably using compiler flags that make that \
|
| H A D | cfloat | 80 The header search paths should contain the C++ Standard Library headers before \ 81 any C Standard Library, and you are probably using compiler flags that make that \
|
| H A D | cuchar | 47 The header search paths should contain the C++ Standard Library headers before \ 48 any C Standard Library, and you are probably using compiler flags that make that \
|
| H A D | cfenv | 63 The header search paths should contain the C++ Standard Library headers before \ 64 any C Standard Library, and you are probably using compiler flags that make that \
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | nls.m4 | 9 dnl the GNU General Public License or the GNU Library General Public 13 dnl by the GNU Library General Public License, and the rest of the GNU
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | TapiUniversal.h | 113 struct Library { struct 119 std::vector<Library> Libraries; argument
|
| /freebsd-14.2/crypto/heimdal/lib/gssapi/mech/ |
| H A D | mech.cat5 | 20 Library A shared library containing the implementation of this 27 Library options (optional) 28 Optionsal parameters interpreted by the mechanism. Library
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILMetadata.cpp | 57 case Triple::Library: in getShortShaderStage() 101 if (ShaderKind == Triple::EnvironmentType::Library) { in EntryProps() 136 if (IsLib && ShaderKind != Triple::EnvironmentType::Library) in emitDXILEntryProps() 276 case Triple::EnvironmentType::Library: { in createEntryMD()
|