Home
last modified time | relevance | path

Searched refs:dbm_store (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h63 #define dbm_store dbm_rename(dbm_store) macro
91 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_store (DBM*, datum, datum, int);
H A Dndbm_wrap.c195 dbm_store (DBM *db, datum dkey, datum dvalue, int flags) function
/freebsd/lib/libc/db/
H A DSymbol.map9 dbm_store;
/freebsd/lib/libc/db/man/
H A DMakefile.inc14 MLINKS+= dbm.3 dbm_store.3
/freebsd/include/
H A Dndbm.h73 int dbm_store(DBM *, datum, datum, int);
/freebsd/lib/libc/db/hash/
H A Dndbm.c173 dbm_store(DBM *db, datum key, datum data, int flags) in dbm_store() function
/freebsd/contrib/sendmail/libsmdb/
H A Dsmndbm.c214 result = dbm_store(dbm, dbkey, dbdata,
401 result = dbm_store(dbm, dbm_cursor->smndbmc_current_key, dbdata,
/freebsd/crypto/heimdal/lib/hdb/
H A Dndbm.c261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT); in NDBM__put()
/freebsd/contrib/sendmail/src/
H A Dmap.c2069 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
2101 status = dbm_store((DBM *) map->map_db1,