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

/freebsd-current/include/
H A Dndbm.h45 #define DBM_REPLACE 1 macro
/freebsd-current/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-current/crypto/heimdal/lib/hdb/
H A Dndbm.c261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT);
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmndbm.c63 return_flags = DBM_REPLACE;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c2102 key, data, DBM_REPLACE);

Completed in 273 milliseconds