| /NextBSD/lib/libc/db/test/btree.tests/ |
| HD | main.c | 53 void (*func)(DB *, char **); 58 DB *globaldb; 60 void append(DB *, char **); 61 void bstat(DB *, char **); 62 void cursor(DB *, char **); 63 void delcur(DB *, char **); 64 void delete(DB *, char **); 65 void dump(DB *, char **); 66 void first(DB *, char **); 67 void get(DB *, char **); [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | fs.h | 97 DB *changes; 98 DB *copies; 99 DB *nodes; 100 DB *representations; 101 DB *revisions; 102 DB *strings; 103 DB *transactions; 104 DB *uuids; 105 DB *locks; 106 DB *lock_tokens; [all …]
|
| /NextBSD/lib/libc/db/btree/ |
| HD | extern.h | 33 int __bt_close(DB *); 38 int __bt_delete(const DB *, const DBT *, u_int); 40 int __bt_fd(const DB *); 42 int __bt_get(const DB *, const DBT *, DBT *, u_int); 47 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int); 50 int __bt_seq(const DB *, DBT *, DBT *, u_int); 54 int __bt_sync(const DB *, u_int); 61 void __bt_dnpage(DB *, pgno_t); 63 void __bt_dump(DB *); 66 void __bt_stat(DB *);
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Diagnostic.h | 1011 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1013 DB.addFlagValue(V.Val); 1014 return DB; 1017 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1019 DB.AddString(S); 1020 return DB; 1023 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1025 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str), 1027 return DB; 1030 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, int I) { [all …]
|
| HD | PartialDiagnostic.h | 288 void Emit(const DiagnosticBuilder &DB) const { in Emit() argument 296 DB.AddString(DiagStorage->DiagArgumentsStr[i]); in Emit() 298 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit() 304 DB.AddSourceRange(Range); in Emit() 308 DB.AddFixItHint(Fix); in Emit() 315 DiagnosticBuilder DB(Diags.Report(getDiagID())); in EmitToString() 316 Emit(DB); in EmitToString() 317 DB.FlushCounts(); in EmitToString() 319 DB.Clear(); in EmitToString() 399 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, [all …]
|
| /NextBSD/lib/libc/db/recno/ |
| HD | extern.h | 35 int __rec_close(DB *); 36 int __rec_delete(const DB *, const DBT *, u_int); 38 int __rec_fd(const DB *); 42 int __rec_get(const DB *, const DBT *, DBT *, u_int); 44 int __rec_put(const DB *dbp, DBT *, const DBT *, u_int); 47 int __rec_seq(const DB *, DBT *, DBT *, u_int); 48 int __rec_sync(const DB *, u_int);
|
| /NextBSD/contrib/ncurses/include/ |
| HD | hashed_db.h | 56 extern NCURSES_EXPORT(DB *) _nc_db_open(const char * /* path */, bool /* modify */); 59 extern NCURSES_EXPORT(int) _nc_db_close(DB * /* db */); 60 extern NCURSES_EXPORT(int) _nc_db_first(DB * /* db */, DBT * /* key */, DBT * /* data */); 61 extern NCURSES_EXPORT(int) _nc_db_next(DB * /* db */, DBT * /* key */, DBT * /* data */); 62 extern NCURSES_EXPORT(int) _nc_db_get(DB * /* db */, DBT * /* key */, DBT * /* data */); 63 extern NCURSES_EXPORT(int) _nc_db_put(DB * /* db */, DBT * /* key */, DBT * /* data */);
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | hashed_db.c | 47 DB *db; 62 static DB * 65 DB *result = 0; in find_connection() 79 drop_connection(DB * db) in drop_connection() 97 make_connection(DB * db, const char *path, bool modify) in make_connection() 117 NCURSES_EXPORT(DB *) 120 DB *result = 0; in _nc_db_open() 182 _nc_db_close(DB * db) in _nc_db_close() 204 _nc_db_put(DB * db, DBT * key, DBT * data) in _nc_db_put() 223 _nc_db_get(DB * db, DBT * key, DBT * data) in _nc_db_get() [all …]
|
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_pss.c | 89 unsigned char *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local 135 DB = OPENSSL_malloc(maskedDBLen); in RSA_verify_PKCS1_PSS_mgf1() 136 if (!DB) { in RSA_verify_PKCS1_PSS_mgf1() 140 if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0) in RSA_verify_PKCS1_PSS_mgf1() 143 DB[i] ^= EM[i]; in RSA_verify_PKCS1_PSS_mgf1() 145 DB[0] &= 0xFF >> (8 - MSBits); in RSA_verify_PKCS1_PSS_mgf1() 146 for (i = 0; DB[i] == 0 && i < (maskedDBLen - 1); i++) ; in RSA_verify_PKCS1_PSS_mgf1() 147 if (DB[i++] != 0x1) { in RSA_verify_PKCS1_PSS_mgf1() 160 if (!EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i)) in RSA_verify_PKCS1_PSS_mgf1() 172 if (DB) in RSA_verify_PKCS1_PSS_mgf1() [all …]
|
| /NextBSD/crypto/heimdal/lib/kadm5/ |
| HD | check-cracklib.pl | 64 my %DB; 73 dbmopen(%DB,$historydb,0600) or die "Internal: Could not open $historydb"; 74 if (!$DB{$key} || ($timenow - $DB{$key} < $reusetime)) { 76 $DB{$key}=$timenow; 78 dbmclose(%DB) or die "Internal: Could not close $historydb";
|
| /NextBSD/tools/tools/commitsdb/ |
| HD | query_commit_db | 21 open DB, "< $dbname" or die "$!\n"; 23 while (<DB>) { 33 close DB; 49 open DB, "< $dbname" or die "$!\n"; 50 while (<DB>) { 58 close DB;
|
| /NextBSD/crypto/heimdal/lib/hdb/ |
| HD | db.c | 47 DB *d = (DB*)db->hdb_db; in DB_close() 66 DB *d = (DB*)db->hdb_db; in DB_lock() 79 DB *d = (DB*)db->hdb_db; in DB_unlock() 94 DB *d = (DB*)db->hdb_db; in DB_seq() 178 DB *d = (DB*)db->hdb_db; in DB__get() 208 DB *d = (DB*)db->hdb_db; in DB__put() 237 DB *d = (DB*)db->hdb_db; in DB__del()
|
| HD | db3.c | 53 DB *d = (DB*)db->hdb_db; in DB_close() 76 DB *d = (DB*)db->hdb_db; in DB_lock() 86 DB *d = (DB*)db->hdb_db; in DB_unlock() 175 DB *d = (DB*)db->hdb_db; in DB__get() 201 DB *d = (DB*)db->hdb_db; in DB__put() 227 DB *d = (DB*)db->hdb_db; in DB__del() 252 DB *d; in DB_open()
|
| HD | hdb-mitdb.c | 478 DB *d = (DB*)db->hdb_db; in mdb_close() 497 DB *d = (DB*)db->hdb_db; in mdb_lock() 510 DB *d = (DB*)db->hdb_db; in mdb_unlock() 525 DB *d = (DB*)db->hdb_db; in mdb_seq() 602 DB *d = (DB*)db->hdb_db; in mdb__get() 632 DB *d = (DB*)db->hdb_db; in mdb__put() 661 DB *d = (DB*)db->hdb_db; in mdb__del()
|
| /NextBSD/usr.bin/fortune/datfiles/ |
| HD | Makefile | 4 DB= fortunes freebsd-tips murphy startrek zippy macro 8 DB+= limerick murphy-o gerrold.limerick 10 BLDS= ${DB:S/$/.dat/} 11 FILES= ${DB} ${BLDS} 16 .for f in ${DB}
|
| /NextBSD/usr.sbin/ypserv/ |
| HD | yp_extern.h | 76 extern int yp_get_record(DB *, const DBT *, DBT *, int); 80 extern int yp_first_record(const DB *, DBT *, DBT *, int); 81 extern int yp_next_record(const DB *, DBT *, DBT *, int, int); 90 extern DB *yp_open_db(const char *, const char *); 91 extern DB *yp_open_db_cache(const char *, const char *, const char *, int);
|
| HD | yp_dblookup.c | 73 DB *dbp; 202 yp_setflags(DB *dbp) in yp_setflags() 260 yp_cache_db(DB *dbp, char *name, int size) in yp_cache_db() 318 static DB * 350 DB * 354 DB *dbp = NULL; in yp_open_db_cache() 384 DB * 387 DB *dbp = NULL; in yp_open_db() 452 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) in yp_get_record() 460 DB *dbp; in yp_get_record() [all …]
|
| /NextBSD/contrib/netbsd-tests/lib/libc/db/ |
| HD | h_db.c | 65 static void dump(DB *, int); 66 static void get(DB *, DBT *); 67 static void getdata(DB *, DBT *, DBT *); 68 static void put(DB *, DBT *, DBT *); 69 static void rem(DB *, DBT *); 71 static void synk(DB *); 73 static void seq(DB *, DBT *); 83 extern void __bt_stat(DB *); 92 static DB *XXdbp; /* Global for gdb. */ 101 DB *dbp; in main() [all …]
|
| /NextBSD/include/ |
| HD | db.h | 107 } DB; typedef 207 DB *dbopen(const char *, int, int, DBTYPE, const void *); 211 DB *__bt_open(const char *, int, int, const BTREEINFO *, int); 212 DB *__hash_open(const char *, int, int, const HASHINFO *, int); 213 DB *__rec_open(const char *, int, int, const RECNOINFO *, int); 214 void __dbpanic(DB *dbp);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | CompilationDatabase.cpp | 47 if (std::unique_ptr<CompilationDatabase> DB = in loadFromDirectory() local 49 return DB; in loadFromDirectory() 64 if (std::unique_ptr<CompilationDatabase> DB = in findCompilationDatabaseFromDirectory() local 66 return DB; in findCompilationDatabaseFromDirectory() 86 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromSource() local 89 if (!DB) in autoDetectFromSource() 92 return DB; in autoDetectFromSource() 100 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromDirectory() local 103 if (!DB) in autoDetectFromDirectory() 106 return DB; in autoDetectFromDirectory()
|
| /NextBSD/lib/libc/db/test/ |
| HD | dbtest.c | 60 void dump(DB *, int); 62 void get(DB *, DBT *); 63 void getdata(DB *, DBT *, DBT *); 64 void put(DB *, DBT *, DBT *); 65 void rem(DB *, DBT *); 67 void synk(DB *); 69 void seq(DB *, DBT *); 81 DB *XXdbp; /* Global for gdb. */ 92 DB *dbp; 359 DB *dbp; in get() [all …]
|
| /NextBSD/lib/libc/db/hash/ |
| HD | hash.c | 62 static int hash_close(DB *); 63 static int hash_delete(const DB *, const DBT *, u_int32_t); 64 static int hash_fd(const DB *); 65 static int hash_get(const DB *, const DBT *, DBT *, u_int32_t); 66 static int hash_put(const DB *, DBT *, const DBT *, u_int32_t); 68 static int hash_seq(const DB *, DBT *, DBT *, u_int32_t); 69 static int hash_sync(const DB *, u_int32_t); 96 DB * 103 DB *dbp; in __hash_open() 189 if (!(dbp = (DB *)malloc(sizeof(DB)))) { in __hash_open() [all …]
|
| /NextBSD/usr.sbin/sa/ |
| HD | db.c | 57 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() 61 DB *ddb; in db_copy_in() 149 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() 151 DB *ddb; in db_copy_out() 203 db_destroy(DB *db, const char *uname) in db_destroy()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TemplateBase.cpp | 468 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB, in operator <<() argument 474 return DB << "(null template argument)"; in operator <<() 477 return DB << Arg.getAsType(); in operator <<() 480 return DB << Arg.getAsDecl(); in operator <<() 483 return DB << "nullptr"; in operator <<() 486 return DB << Arg.getAsIntegral().toString(10); in operator <<() 489 return DB << Arg.getAsTemplate(); in operator <<() 492 return DB << Arg.getAsTemplateOrTemplatePattern() << "..."; in operator <<() 504 return DB << OS.str(); in operator <<() 515 return DB << OS.str(); in operator <<()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | database | 27 # Berkeley DB 35 0 long 0x00061561 Berkeley DB 46 0 belong 0x00061561 Berkeley DB 56 0 long 0x00053162 Berkeley DB 1.85/1.86 58 0 belong 0x00053162 Berkeley DB 1.85/1.86 60 0 lelong 0x00053162 Berkeley DB 1.85/1.86 63 12 long 0x00061561 Berkeley DB 65 12 belong 0x00061561 Berkeley DB 67 12 lelong 0x00061561 Berkeley DB 70 12 long 0x00053162 Berkeley DB [all …]
|