Searched refs:DBM_REPLACE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/include/
H A Dndbm.h46 #define DBM_REPLACE 1 macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h74 #define DBM_REPLACE 1 macro
H A Dndbm_wrap.c200 if((flags & DBM_REPLACE) == 0)
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm_ndbm.c151 rc = dbm_store(dbm->file, kd, vd, DBM_REPLACE);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmndbm.c64 return_flags = DBM_REPLACE;
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dndbm.c261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT);
/freebsd-10-stable/contrib/sendmail/src/
H A Dmap.c1847 key, data, DBM_REPLACE);

Completed in 125 milliseconds