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

/freebsd-current/libexec/ypxfr/
H A Dyp_dbwrite.c96 R_NOOVERWRITE))) {
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dtdel.c86 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Ddriver2.c89 if ((db->put)(db, &key, &content, R_NOOVERWRITE)) {
H A Dtcreat3.c84 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Dthash4.c89 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
/freebsd-current/usr.bin/cap_mkdb/
H A Dcap_mkdb.c193 switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) {
221 &key, &data, R_NOOVERWRITE)) {
/freebsd-current/usr.sbin/services_mkdb/
H A Duniq.c82 switch ((db->put)(db, &key, &data, R_NOOVERWRITE)) {
H A Dservices_mkdb.c387 switch ((db->put)(db, key, data, R_NOOVERWRITE)) {
/freebsd-current/include/
H A Ddb.h65 #define R_NOOVERWRITE 8 /* put */ macro
/freebsd-current/lib/libc/db/btree/
H A Dbt_put.c54 * flag: R_NOOVERWRITE, R_SETCURSOR, R_CURSOR
58 * tree and R_NOOVERWRITE specified.
89 case R_NOOVERWRITE:
165 * in the tree, and R_NOOVERWRITE is set, an error is returned. If
166 * R_NOOVERWRITE is not set, the key is either added (if duplicates are
170 case R_NOOVERWRITE:
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c262 methoduid = R_NOOVERWRITE;
264 methoduid = R_NOOVERWRITE;
267 methoduid = R_NOOVERWRITE;
285 method = R_NOOVERWRITE;
286 methoduid = R_NOOVERWRITE;
/freebsd-current/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-current/lib/libc/db/hash/
H A Dndbm.c182 (flags == DBM_INSERT) ? R_NOOVERWRITE : 0));
H A Dhash.c535 if (flag && flag != R_NOOVERWRITE) {
543 return (hash_access(hashp, flag == R_NOOVERWRITE ?
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c213 result = db->put(db, key, data, R_NOOVERWRITE);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c133 #define DB_NOOVERWRITE R_NOOVERWRITE
/freebsd-current/lib/libc/db/recno/
H A Drec_put.c49 * flag: R_CURSOR, R_IAFTER, R_IBEFORE, R_NOOVERWRITE
53 * already in the tree and R_NOOVERWRITE specified.
118 case R_NOOVERWRITE:
/freebsd-current/lib/libc/db/test/
H A Ddbtest.c528 if (!strcmp(s, "R_NOOVERWRITE")) return (R_NOOVERWRITE);
547 case R_NOOVERWRITE: return ("R_NOOVERWRITE");
/freebsd-current/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-current/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-current/contrib/sendmail/libsmdb/
H A Dsmdb1.c105 return_flags |= R_NOOVERWRITE;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c2740 status = db->put(db, &key, &data, R_NOOVERWRITE);

Completed in 359 milliseconds