Home
last modified time | relevance | path

Searched refs:DB (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp19 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() argument
21 DB.AddString(getArchitectureName(Arch)); in operator <<()
22 return DB; in operator <<()
25 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() argument
27 DB.AddString(std::string(ArchSet)); in operator <<()
28 return DB; in operator <<()
31 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() argument
33 DB.AddString(getPlatformName(Platform)); in operator <<()
34 return DB; in operator <<()
37 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() argument
[all …]
H A DDiagnosticBuilderWrappers.h25 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
28 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
31 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
34 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
37 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
40 const clang::DiagnosticBuilder &operator<<(const clang::DiagnosticBuilder &DB,
44 operator<<(const clang::DiagnosticBuilder &DB,
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/
H A Dmain.c84 void (*func) __P((DB *, char **));
89 DB *globaldb;
92 void append __P((DB *, char **));
95 void bstat __P((DB *, char **));
97 void cursor __P((DB *, char **));
98 void delcur __P((DB *, char **));
99 void delete __P((DB *, char **));
101 void dump __P((DB *, char **));
103 void first __P((DB *, char **));
104 void get __P((DB *, char **));
[all …]
/freebsd/lib/libc/db/test/btree.tests/
H A Dmain.c49 void (*func)(DB *, char **);
54 DB *globaldb;
56 void append(DB *, char **);
57 void bstat(DB *, char **);
58 void cursor(DB *, char **);
59 void delcur(DB *, char **);
60 void delete(DB *, char **);
61 void dump(DB *, char **);
62 void first(DB *, char **);
63 void get(DB *, char **);
[all …]
/freebsd/lib/libc/db/btree/
H A Dextern.h32 int __bt_close(DB *);
37 int __bt_delete(const DB *, const DBT *, u_int);
39 int __bt_fd(const DB *);
41 int __bt_get(const DB *, const DBT *, DBT *, u_int);
46 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int);
49 int __bt_seq(const DB *, DBT *, DBT *, u_int);
53 int __bt_sync(const DB *, u_int);
60 void __bt_dnpage(DB *, pgno_t);
62 void __bt_dump(DB *);
65 void __bt_stat(DB *);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp44 static void clearAssumptionsOfUsers(Instruction *I, DemandedBits &DB) { in clearAssumptionsOfUsers() argument
50 if (DB.getDemandedBits(I).isAllOnes()) in clearAssumptionsOfUsers()
85 if (DB.getDemandedBits(J).isAllOnes()) in clearAssumptionsOfUsers()
96 static bool bitTrackingDCE(Function &F, DemandedBits &DB) { in bitTrackingDCE() argument
108 if (DB.isInstructionDead(&I) || in bitTrackingDCE()
109 (I.getType()->isIntOrIntVectorTy() && DB.getDemandedBits(&I).isZero() && in bitTrackingDCE()
118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE()
123 clearAssumptionsOfUsers(SE, DB); in bitTrackingDCE()
136 APInt Demanded = DB.getDemandedBits(BO); in bitTrackingDCE()
155 clearAssumptionsOfUsers(BO, DB); in bitTrackingDCE()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h59 const StreamingDiagnostic &DB = *this; variable
60 DB << V;
70 const StreamingDiagnostic &DB = *this; variable
71 DB << std::move(V);
144 void Emit(const DiagnosticBuilder &DB) const { in Emit() argument
152 DB.AddString(DiagStorage->DiagArgumentsStr[i]); in Emit()
154 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit()
160 DB.AddSourceRange(Range); in Emit()
164 DB.AddFixItHint(Fix); in Emit()
171 DiagnosticBuilder DB(Diags.Report(getDiagID())); in EmitToString()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dextern.h67 int __bt_close __P((DB *));
72 int __bt_delete __P((const DB *, const DBT *, u_int));
74 int __bt_fd __P((const DB *));
76 int __bt_get __P((const DB *, const DBT *, DBT *, u_int));
81 int __bt_put __P((const DB *dbp, DBT *, const DBT *, u_int));
84 int __bt_seq __P((const DB *, DBT *, DBT *, u_int));
88 int __bt_sync __P((const DB *, u_int));
94 int __bt_dnpage __P((DB *, db_pgno_t));
95 int __bt_dpage __P((DB *, PAGE *));
97 int __bt_dump __P((DB *));
[all …]
/freebsd/contrib/blocklist/bin/
H A Dstate.h53 DB *state_open(const char *, int, mode_t);
54 int state_close(DB *);
55 int state_get(DB *, const struct conf *, struct dbinfo *);
56 int state_put(DB *, const struct conf *, const struct dbinfo *);
57 int state_del(DB *, const struct conf *);
58 int state_iterate(DB *, struct conf *, struct dbinfo *, unsigned int);
59 int state_sync(DB *);
H A Dstate.c65 state_close(DB *db) in state_close()
76 DB *
79 DB *db; in state_open()
116 state_del(DB *db, const struct conf *c) in state_del()
142 state_get(DB *db, const struct conf *c, struct dbinfo *dbi) in state_get()
170 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi) in state_put()
200 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first) in state_iterate()
234 state_sync(DB *db) in state_sync()
/freebsd/lib/libc/db/recno/
H A Dextern.h34 int __rec_close(DB *);
35 int __rec_delete(const DB *, const DBT *, u_int);
37 int __rec_fd(const DB *);
41 int __rec_get(const DB *, const DBT *, DBT *, u_int);
43 int __rec_put(const DB *dbp, DBT *, const DBT *, u_int);
46 int __rec_seq(const DB *, DBT *, DBT *, u_int);
47 int __rec_sync(const DB *, u_int);
/freebsd/contrib/ncurses/include/
H A Dhashed_db.h61 extern NCURSES_EXPORT(DB *) _nc_db_open(const char * /* path */, bool /* modify */);
64 extern NCURSES_EXPORT(int) _nc_db_close(DB * /* db */);
65 extern NCURSES_EXPORT(int) _nc_db_first(DB * /* db */, DBT * /* key */, DBT * /* data */);
66 extern NCURSES_EXPORT(int) _nc_db_next(DB * /* db */, DBT * /* key */, DBT * /* data */);
67 extern NCURSES_EXPORT(int) _nc_db_get(DB * /* db */, DBT * /* key */, DBT * /* data */);
68 extern NCURSES_EXPORT(int) _nc_db_put(DB * /* db */, DBT * /* key */, DBT * /* data */);
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Dextern.h56 int __rec_close __P((DB *));
57 int __rec_delete __P((const DB *, const DBT *, u_int));
59 int __rec_fd __P((const DB *));
63 int __rec_get __P((const DB *, const DBT *, DBT *, u_int));
65 int __rec_put __P((const DB *dbp, DBT *, const DBT *, u_int));
68 int __rec_seq __P((const DB *, DBT *, DBT *, u_int));
69 int __rec_sync __P((const DB *, u_int));
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c48 DB *db;
63 static DB *
66 DB *result = NULL; in find_connection()
80 drop_connection(DB * db) in drop_connection()
98 make_connection(DB * db, const char *path, bool modify) in make_connection()
121 NCURSES_EXPORT(DB *)
124 DB *result = NULL; in _nc_db_open()
188 _nc_db_close(DB * db) in _nc_db_close()
210 _nc_db_put(DB * db, DBT * key, DBT * data) in _nc_db_put()
229 _nc_db_get(DB * db, DBT * key, DBT * data) in _nc_db_get()
[all …]
/freebsd/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/tools/tools/commitsdb/
H A Dquery_commit_db19 open DB, "< $dbname" or die "$!\n";
21 while (<DB>) {
31 close DB;
47 open DB, "< $dbname" or die "$!\n";
48 while (<DB>) {
56 close DB;
/freebsd/crypto/heimdal/lib/hdb/
H A Ddb.c47 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()
H A Ddb3.c53 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()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c66 static void dump(DB *, int, int);
67 static void get(DB *, DBT *);
68 static void getdata(DB *, DBT *, DBT *);
69 static void put(DB *, DBT *, DBT *);
70 static void rem(DB *, DBT *);
72 static void synk(DB *);
74 static void seq(DB *, DBT *);
78 static void unlinkpg(DB *);
87 extern void __bt_stat(DB *);
99 static DB *XXdbp; /* Global for gdb. */
[all …]
/freebsd/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/include/
H A Ddb.h106 } DB; typedef
206 DB *dbopen(const char *, int, int, DBTYPE, const void *);
210 DB *__bt_open(const char *, int, int, const BTREEINFO *, int);
211 DB *__hash_open(const char *, int, int, const HASHINFO *, int);
212 DB *__rec_open(const char *, int, int, const RECNOINFO *, int);
213 void __dbpanic(DB *dbp);
/freebsd/usr.bin/fortune/datfiles/
H A DMakefile1 DB= freebsd-tips macro
3 BLDS= ${DB:S/$/.dat/}
4 FILES= ${DB} ${BLDS}
9 .for f in ${DB}
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c61 static int32_t hash_close __P((DB *));
62 static int32_t hash_delete __P((const DB *, const DBT *, u_int32_t));
63 static int32_t hash_fd __P((const DB *));
64 static int32_t hash_get __P((const DB *, const DBT *, DBT *, u_int32_t));
65 static int32_t hash_put __P((const DB *, DBT *, const DBT *, u_int32_t));
66 static int32_t hash_seq __P((const DB *, DBT *, DBT *, u_int32_t));
67 static int32_t hash_sync __P((const DB *, u_int32_t));
69 static int32_t cursor_get __P((const DB *, CURSOR *, DBT *, DBT *, \
71 static int32_t cursor_delete __P((const DB *, CURSOR *, u_int32_t));
96 extern DB *
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Ddbtest.c98 void dump __P((DB *, int, int));
100 void get __P((DB *, DBT *));
101 void getdata __P((DB *, DBT *, DBT *));
102 void put __P((DB *, DBT *, DBT *));
103 void rem __P((DB *, DBT *));
105 void synk __P((DB *));
107 void seq __P((DB *, DBT *));
110 void unlinkpg __P((DB *));
120 DB *XXdbp; /* Global for gdb. */
129 DB *dbp; in main()
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pss.c54 unsigned char *DB = NULL; in ossl_rsa_verify_PKCS1_PSS_mgf1() local
108 DB = OPENSSL_malloc(maskedDBLen); in ossl_rsa_verify_PKCS1_PSS_mgf1()
109 if (DB == NULL) in ossl_rsa_verify_PKCS1_PSS_mgf1()
111 if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0) in ossl_rsa_verify_PKCS1_PSS_mgf1()
114 DB[i] ^= EM[i]; in ossl_rsa_verify_PKCS1_PSS_mgf1()
116 DB[0] &= 0xFF >> (8 - MSBits); in ossl_rsa_verify_PKCS1_PSS_mgf1()
117 for (i = 0; DB[i] == 0 && i < (maskedDBLen - 1); i++) in ossl_rsa_verify_PKCS1_PSS_mgf1()
119 if (DB[i++] != 0x1) { in ossl_rsa_verify_PKCS1_PSS_mgf1()
138 if (!EVP_DigestUpdate(ctx, DB + i, sLen)) in ossl_rsa_verify_PKCS1_PSS_mgf1()
152 OPENSSL_free(DB); in ossl_rsa_verify_PKCS1_PSS_mgf1()
[all...]

12345678910>>...15