Home
last modified time | relevance | path

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

/freebsd/usr.bin/cap_mkdb/
H A Dcap_mkdb.c193 switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) { in db_build()
221 &key, &data, R_NOOVERWRITE)) { in db_build()
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c262 methoduid = R_NOOVERWRITE; in main()
264 methoduid = R_NOOVERWRITE; in main()
267 methoduid = R_NOOVERWRITE; in main()
285 method = R_NOOVERWRITE; in main()
286 methoduid = R_NOOVERWRITE; in main()
/freebsd/libexec/ypxfr/
H A Dyp_dbwrite.c96 R_NOOVERWRITE))) { in yp_put_record()
/freebsd/lib/libc/db/test/hash.tests/
H A Dtcreat3.c84 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Ddriver2.c89 if ((db->put)(db, &key, &content, R_NOOVERWRITE)) {
H A Dtdel.c86 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Dthash4.c89 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
/freebsd/lib/libc/db/btree/
H A Dbt_put.c89 case R_NOOVERWRITE: in __bt_put()
170 case R_NOOVERWRITE: in __bt_put()
/freebsd/usr.sbin/services_mkdb/
H A Duniq.c82 switch ((db->put)(db, &key, &data, R_NOOVERWRITE)) { in uniq()
H A Dservices_mkdb.c387 switch ((db->put)(db, key, data, R_NOOVERWRITE)) { in store()
/freebsd/include/
H A Ddb.h65 #define R_NOOVERWRITE 8 /* put */ macro
/freebsd/lib/libc/db/hash/
H A Dndbm.c182 (flags == DBM_INSERT) ? R_NOOVERWRITE : 0)); in dbm_store()
H A Dhash.c535 if (flag && flag != R_NOOVERWRITE) { in hash_put()
543 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c87 switch ((*db->put)(db, &key, &val, R_NOOVERWRITE)) { in main()
H A Dh_db.c589 if (!strcmp(s, "R_NOOVERWRITE")) return R_NOOVERWRITE; in setflags()
607 case R_NOOVERWRITE: return "R_NOOVERWRITE"; in sflags()
/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c133 #define DB_NOOVERWRITE R_NOOVERWRITE
/freebsd/lib/libc/db/test/btree.tests/
H A Dmain.c541 status = (*db->put)(db, &key, &data, R_NOOVERWRITE);
635 status = (*db->put)(db, &key, &data, R_NOOVERWRITE);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c213 result = db->put(db, key, data, R_NOOVERWRITE); in _nc_db_put()
/freebsd/lib/libc/db/recno/
H A Drec_put.c118 case R_NOOVERWRITE: in __rec_put()
/freebsd/lib/libc/db/test/
H A Ddbtest.c528 if (!strcmp(s, "R_NOOVERWRITE")) return (R_NOOVERWRITE);
547 case R_NOOVERWRITE: return ("R_NOOVERWRITE");
/freebsd/crypto/heimdal/lib/hdb/
H A Ddb.c219 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE); in DB__put()
H A Dhdb-mitdb.c643 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE); in mdb__put()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb1.c105 return_flags |= R_NOOVERWRITE;
/freebsd/contrib/sendmail/src/
H A Dmap.c2740 status = db->put(db, &key, &data, R_NOOVERWRITE);