Searched refs:R_NOOVERWRITE (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c99 if ((db->put)(db, &key, &content, R_NOOVERWRITE)) {
H A Dtcreat3.c94 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Dtdel.c96 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Dthash4.c99 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
/freebsd-10-stable/libexec/ypxfr/
H A Dyp_dbwrite.c96 R_NOOVERWRITE))) {
/freebsd-10-stable/usr.bin/cap_mkdb/
H A Dcap_mkdb.c206 switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) {
234 &key, &data, R_NOOVERWRITE)) {
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Duniq.c82 switch ((db->put)(db, &key, &data, R_NOOVERWRITE)) {
H A Dservices_mkdb.c382 switch ((db->put)(db, key, data, R_NOOVERWRITE)) {
/freebsd-10-stable/include/
H A Ddb.h66 #define R_NOOVERWRITE 8 /* put */ macro
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_put.c58 * flag: R_NOOVERWRITE
62 * tree and R_NOOVERWRITE specified.
93 case R_NOOVERWRITE:
168 * in the tree, and R_NOOVERWRITE is set, an error is returned. If
169 * R_NOOVERWRITE is not set, the key is either added (if duplicates are
173 case R_NOOVERWRITE:
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c131 result = db->put(db, key, data, R_NOOVERWRITE);
/freebsd-10-stable/lib/libc/db/hash/
H A Dndbm.c198 (flags == DBM_INSERT) ? R_NOOVERWRITE : 0));
H A Dhash.c540 if (flag && flag != R_NOOVERWRITE) {
548 return (hash_access(hashp, flag == R_NOOVERWRITE ?
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c87 switch ((*db->put)(db, &key, &val, R_NOOVERWRITE)) {
H A Dh_db.c589 if (!strcmp(s, "R_NOOVERWRITE")) return R_NOOVERWRITE;
607 case R_NOOVERWRITE: return "R_NOOVERWRITE";
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c280 methoduid = R_NOOVERWRITE;
282 methoduid = R_NOOVERWRITE;
285 methoduid = R_NOOVERWRITE;
303 method = R_NOOVERWRITE;
304 methoduid = R_NOOVERWRITE;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c133 #define DB_NOOVERWRITE R_NOOVERWRITE
/freebsd-10-stable/lib/libc/db/recno/
H A Drec_put.c53 * flag: R_CURSOR, R_IAFTER, R_IBEFORE, R_NOOVERWRITE
57 * already in the tree and R_NOOVERWRITE specified.
122 case R_NOOVERWRITE:
/freebsd-10-stable/lib/libc/db/test/btree.tests/
H A Dmain.c545 status = (*db->put)(db, &key, &data, R_NOOVERWRITE);
639 status = (*db->put)(db, &key, &data, R_NOOVERWRITE);
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c538 if (!strcmp(s, "R_NOOVERWRITE")) return (R_NOOVERWRITE);
557 case R_NOOVERWRITE: return ("R_NOOVERWRITE");
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Ddb.c219 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
H A Dhdb-mitdb.c643 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c107 return_flags |= R_NOOVERWRITE;
/freebsd-10-stable/contrib/sendmail/src/
H A Dmap.c2513 status = db->put(db, &key, &data, R_NOOVERWRITE);

Completed in 124 milliseconds