/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | monitor2.out | 1 dn: cn=Database 0,cn=Databases,cn=Monitor 6 entryDN: cn=Database 0,cn=Databases,cn=Monitor 8 dn: cn=Database 1,cn=Databases,cn=Monitor 13 entryDN: cn=Database 1,cn=Databases,cn=Monitor 15 dn: cn=Database 2,cn=Databases,cn=Monitor 20 entryDN: cn=Database 2,cn=Databases,cn=Monitor
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | JSONCompilationDatabase.h | 97 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
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb_err.et | 14 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"
|
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err36150272/ |
H A D | heim_com_err36150272.pot | 21 msgid "Database store error" 26 msgid "Database read error" 36 msgid "Database is locked or in use--try again later" 41 msgid "Database was modified during read"
|
/netbsd-src/lib/libc/net/ |
H A D | nsparser.y | 83 | Database ':' NL 84 | Database ':' Srclist NL 101 Database
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 208 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 D | CompilationDatabase.cpp | 67 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()
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
H A D | UCD-Terms | 5 The Unicode Character Database is provided as is by Unicode, Inc. 14 the Unicode Character Database, some of which have been compiled 23 The files in the Unicode Character Database can be redistributed
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | kadm5_err.et | 17 error_code BAD_DB, "Database inconsistency detected" 51 error_code SECURE_PRINC_MISSING,"Database error! Required principal missing" 66 error_code ALREADY_LOCKED, "Database already locked" 67 error_code NOT_LOCKED, "Database not locked"
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | dbpf | 4 # dppf: Maxis Database Packed Files, the stored data file format used by all 8 0 string DBPF Maxis Database Packed File
|
H A D | database | 94 # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch> 170 # for Xbase Database file (*.DBF) reserved (NULL) for multi-user 264 # probably Apollo Database Server 9.7? xBase (0x6) 275 # Microsoft Visual FoxPro Database Container File like: FOXPRO-DB-TEST.DBC TESTDATA.DBC TASTRADE.DBC 342 # probably Apollo Database Server 9.7 with SQL and memo mask? xBase (0xF6) 677 # FoxPro Database memo file *.DCT 687 4 string Standard\ Jet\ DB Microsoft Access Database 689 4 string Standard\ ACE\ DB Microsoft Access Database 696 # Extensible Storage Engine (ESE) Database File (EDB) format.asciidoc 776 0 string @(#)ADF\ Database CGNS Advanced Data Format [all …]
|
H A D | gnome | 39 # GVariant Database file 46 0 string GVariant GVariant Database file,
|
H A D | sql | 80 0 string iRivDB iRiver Database file 93 # Note: called "SQLite 2.x database" by TrID and "SQLite Database File Format" version 2 by DROID … 137 >>>68 belong =0x42654462 (Bentley Systems BeSQLite Database) 142 >>>68 belong =0x45737269 (Esri Spatially-Enabled Database) 281 # H2 Database from https://www.h2database.com/ 282 0 string --\ H2\ 0.5/B\ --\ \n H2 Database file
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | README | 1 # Global Time Zone Database (global-tz) 3 The Global Time Zone Database contains the history of how local time has changed around the world. 4 It is derived from data in the [IANA Time Zone Database](https://github.com/eggert/tz). 22 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | timezone.d | 48 The name of the time zone per the TZ Database. This is the name used to 53 Database)<br> 1209 the TZ Database, obviously it's not likely to be following the exact rules 1899 The default directory where the TZ Database files are. It's empty in version() 1907 The default directory where the TZ Database files are. It's empty in version() 1914 /++ The default directory where the TZ Database files are. It's empty in version() 1922 Returns a $(LREF TimeZone) with the give name per the TZ Database. The 1923 time zone information is fetched from the TZ Database time zone files in 1928 Database)<br> 1933 name = The TZ Database name of the desired time zone [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | timezone.d | 1269 the TZ Database, obviously it's not likely to be following the exact rules 2012 The default directory where the TZ Database files are stored. It's in version() 2045 Returns a $(LREF TimeZone) with the give name per the TZ Database. The 2046 time zone information is fetched from the TZ Database time zone files in 2051 Database)<br> 2056 name = The TZ Database name of the desired time zone 2057 tzDatabaseDir = The directory where the TZ Database files are 2065 could not be found or `FileException` if the TZ Database file 2415 tzDatabaseDir = The directory where the TZ Database files are 2836 does not use the TZ Database. To use the TZ Database, use in version() [all …]
|
/netbsd-src/etc/bluetooth/ |
H A D | hosts | 3 # Bluetooth Host Database
|
/netbsd-src/etc/ |
H A D | networks | 4 # Your Local Networks Database
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | qttest2_de.ts | 18 <name>Database</name>
|
/netbsd-src/tests/lib/libc/net/ |
H A D | hosts | 3 # Host Database
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | monitor_data.sh | 41 cn=Database 1,cn=Databases,cn=Monitor
|
/netbsd-src/external/bsd/unbound/dist/testdata/08-host-lib.tdir/ |
H A D | 08-host-lib.hosts | 1 # Host Database
|
/netbsd-src/external/bsd/unbound/dist/testdata/05-asynclook.tdir/ |
H A D | 05-asynclook.hosts | 1 # Host Database
|
/netbsd-src/external/bsd/unbound/dist/testdata/hostsfileosx.tdir/ |
H A D | hostsfileosx.hosts | 1 # Host Database
|
/netbsd-src/doc/roadmaps/ |
H A D | verification | 17 5. Database-driven program analyzer 64 5. Database-driven program analyzer
|