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

/freebsd-10-stable/include/
H A Dndbm.h45 #define DBM_INSERT 0 macro
/freebsd-10-stable/lib/libc/db/hash/
H A Dndbm.c183 * 1 if DBM_INSERT and entry exists
198 (flags == DBM_INSERT) ? R_NOOVERWRITE : 0));
/freebsd-10-stable/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c65 return dbm_store((DBM *) db, key, val, DBM_INSERT);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmndbm.c62 return_flags = DBM_INSERT;
/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.c1813 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);

Completed in 192 milliseconds