Searched refs:DB (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-10.0-release/lib/libc/db/recno/
H A Dextern.h35 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);
/freebsd-10.0-release/contrib/ncurses/include/
H A Dhashed_db.h56 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 */);
/freebsd-10.0-release/games/fortune/datfiles/
H A DMakefile4 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}
/freebsd-10.0-release/lib/libc/db/btree/
H A Dextern.h33 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 *);
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h91 /* A Berkeley DB environment for all the filesystem's databases.
96 DB *changes;
97 DB *copies;
98 DB *nodes;
99 DB *representations;
100 DB *revisions;
101 DB *strings;
102 DB *transactions;
103 DB *uuids;
104 DB *lock
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dcheck-cracklib.pl64 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";
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_extern.h76 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);
/freebsd-10.0-release/tools/tools/commitsdb/
H A Dquery_commit_db21 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;
H A Dmake_commit_db13 open DB, "> $dbname" or die "$!\n";
42 print DB "$f $rev $hash\n";
50 close DB;
/freebsd-10.0-release/libexec/ypxfr/
H A Dypxfr_extern.h53 extern DB *yp_open_db_rw(const char *, const char *, const int);
55 extern int yp_put_record(DB *, DBT *, DBT *, int);
H A Dyp_dbwrite.c52 * Open a DB database read/write
54 DB *
57 DB *dbp;
91 yp_put_record(DB *dbp, DBT *key, DBT *data, int allow_overwrite)
/freebsd-10.0-release/lib/libc/db/test/btree.tests/
H A Dmain.c53 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 *, cha
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dmiscellaneous-table.h39 Return a Berkeley DB error code. */
41 svn_fs_bdb__open_miscellaneous_table(DB **miscellaneous_p,
H A Duuids-table.h42 * Return a Berkeley DB error code.
44 int svn_fs_bdb__open_uuids_table(DB **uuids_p,
H A Dlock-tokens-table.h39 Return a Berkeley DB error code. */
40 int svn_fs_bdb__open_lock_tokens_table(DB **locks_tokens_p,
H A Dchanges-table.h42 Berkeley DB error code. */
43 int svn_fs_bdb__open_changes_table(DB **changes_p,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp38 if (CompilationDatabase *DB =
40 return DB;
56 if (CompilationDatabase *DB =
58 return DB;
78 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory, local
81 if (!DB)
84 return DB;
92 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(AbsolutePath, local
95 if (!DB)
98 return DB;
[all...]
/freebsd-10.0-release/include/
H A Ddb.h107 } DB; typedef in typeref:struct:__db
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);
/freebsd-10.0-release/usr.bin/finger/
H A Dextern.h38 extern DB *db; /* Database. */
/freebsd-10.0-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_extern.h33 extern int yp_del_record(DB *, DBT *);
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pss.c87 unsigned char *DB = NULL; local
136 DB = OPENSSL_malloc(maskedDBLen);
137 if (!DB)
142 if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
145 DB[i] ^= EM[i];
147 DB[0] &= 0xFF >> (8 - MSBits);
148 for (i = 0; DB[i] == 0 && i < (maskedDBLen-1); i++) ;
149 if (DB[i++] != 0x1)
165 if (!EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i))
179 if (DB)
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c48 NCURSES_EXPORT(DB *)
51 DB *result = 0;
102 _nc_db_close(DB * db)
123 _nc_db_put(DB * db, DBT * key, DBT * data)
142 _nc_db_get(DB * db, DBT * key, DBT * data)
161 _nc_db_first(DB * db, DBT * key, DBT * data)
183 _nc_db_next(DB * db, DBT * key, DBT * data)
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Ddb.c47 DB *d = (DB*)db->hdb_db;
66 DB *d = (DB*)db->hdb_db;
79 DB *d = (DB*)db->hdb_db;
94 DB *d = (DB*)db->hdb_db;
178 DB *d = (DB*)d
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h300 void Emit(const DiagnosticBuilder &DB) const {
308 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
310 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
316 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
320 DB.AddFixItHint(DiagStorage->FixItHints[i]);
327 DiagnosticBuilder DB(Diags.Report(getDiagID()));
328 Emit(DB);
329 DB.FlushCounts();
331 DB.Clear();
390 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
[all...]
/freebsd-10.0-release/usr.sbin/sa/
H A Dextern.h68 int db_copy_in(DB **mdb, const char *dbname, const char *name,
70 int db_copy_out(DB *mdb, const char *dbname, const char *name,
72 void db_destroy(DB *db, const char *uname);

Completed in 202 milliseconds

123456