Home
last modified time | relevance | path

Searched refs:Database (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase() argument
99 : Database(std::move(Database)), Syntax(Syntax), in JSONCompilationDatabase()
100 YAMLStream(this->Database->getBuffer(), SM) {} in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dhdb_err.et14 error_code UK_SERROR, "Database store error"
15 error_code UK_RERROR, "Database read error"
17 error_code DB_INUSE, "Database is locked or in use--try again later"
18 error_code DB_CHANGED, "Database was modified during read"
/freebsd-13.1/lib/libc/net/
H A Dnsparser.y80 | Database ':' NL
84 | Database ':' Srclist NL
94 Database
H A Dnetworks4 # Your Local Networks Database
H A Dhosts3 # Host Database
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp208 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile() local
210 if (!Database->parse(ErrorMessage)) in loadFromFile()
212 return Database; in loadFromFile()
221 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer() local
223 if (!Database->parse(ErrorMessage)) in loadFromBuffer()
225 return Database; in loadFromBuffer()
H A DCompilationDatabase.cpp67 for (const CompilationDatabasePluginRegistry::entry &Database : in loadFromDirectory() local
70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory()
74 ErrorStream << Database.getName() << ": " << DatabaseErrorMessage << "\n"; in loadFromDirectory()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Ddbpf4 # dppf: Maxis Database Packed Files, the stored data file format used by all
8 0 string DBPF Maxis Database Packed File
H A Ddatabase263 # probably Apollo Database Server 9.7? xBase (0x6)
619 # FoxPro Database memo file *.DCT
629 4 string Standard\ Jet\ DB Microsoft Access Database
631 4 string Standard\ ACE\ DB Microsoft Access Database
718 0 string @(#)ADF\ Database CGNS Advanced Data Format
745 # Type: QDBM Quick Database Manager
757 # Database file for Zope (done by FileStorage)
758 0 string FS21 Zope Object Database File Storage v3 (data)
759 0 string FS30 Zope Object Database File Storage v4 (data)
788 # askSam Database by Stefan A. Haubenthal <[email protected]>
[all …]
H A Dgnome39 # GVariant Database file
46 0 string GVariant GVariant Database file,
H A Dsql80 0 string iRivDB iRiver Database file
131 >>>68 belong =0x42654462 (Bentley Systems BeSQLite Database)
136 >>>68 belong =0x45737269 (Esri Spatially-Enabled Database)
218 # H2 Database from https://www.h2database.com/
219 0 string --\ H2\ 0.5/B\ --\ \n H2 Database file
H A Dclarion8 # Database files
H A Ddif11 # by DROID x-fmt/368 "VisiCalc Database"
/freebsd-13.1/lib/libbluetooth/
H A Dhosts4 # Bluetooth Host Database
/freebsd-13.1/contrib/netbsd-tests/lib/libc/net/
H A Dhosts3 # Host Database
/freebsd-13.1/usr.bin/fortune/tools/
H A DTroff.mac12 .tl 'Fortune Database'\\*(Se'\*(td'
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et17 error_code BAD_DB, "Database inconsistency detected"
51 error_code SECURE_PRINC_MISSING,"Database error! Required principal missing"
/freebsd-13.1/crypto/heimdal/lib/wind/
H A DNormalizationCorrections.txt4 # Unicode Character Database.
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt489 age all dynamic entries in the Forwarding Database.
770 "The total number of Forwarding Database entries that
773 Forwarding Database. If this counter is increasing, it
774 indicates that the Forwarding Database is regularly
799 -- The Forwarding Database for Transparent Bridges
1007 -- The Static (Destination-Address Filtering) Database
1302 "Filtering Database information for the Bridge."
1315 "Dynamic Filtering Database information for each port of
1320 -- The Static (Destination-Address Filtering) Database
1332 "Static Filtering Database information for each port of
/freebsd-13.1/contrib/tzdata/
H A DREADME7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
/freebsd-13.1/share/i18n/csmapper/JIS/
H A DJISX0201-KANA%UCS.src48 # latest Unicode Character Database.
H A DUCS%JISX0201-KANA.src48 # latest Unicode Character Database.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def1 //===--- OperatorKinds.def - C++ Overloaded Operator Database ---*- C++ -*-===//
H A DMSP430Target.def1 //===--- MSP430Target.def - MSP430 Feature/Processor Database----*- C++ -*-===//
H A DX86Target.def1 //===--- X86Target.def - X86 Feature/Processor Database ---------*- C++ -*-===//

123