Home
last modified time | relevance | path

Searched refs:DBM_REPLACE (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/cmd/ypcmd/
H A Dmkalias.c192 dbm_store(Outdbm, value, part, DBM_REPLACE); in ProcessMap()
201 dbm_store(Outdbm, value, key, DBM_REPLACE); in ProcessMap()
283 dbm_store(Outdbm, key, value, DBM_REPLACE); in AddYPEntries()
290 dbm_store(Outdbm, key, value, DBM_REPLACE); in AddYPEntries()
/titanic_44/usr/src/lib/libnisdb/yptol/
H A Dshim.c467 DBM_REPLACE == store_mode, FALSE)) in shim_dbm_store()
478 DBM_REPLACE); in shim_dbm_store()
613 dbm_store(map->ttl, key, value, DBM_REPLACE); in check_old_map_date()
H A Dyptol_utils.c124 if (dbm_store(fdb, key, content, DBM_REPLACE) != 0) { in addpair()
H A Dupdate.c179 res = dbm_store(map->entries, *key, dat, DBM_REPLACE); in update_from_dit()
H A Dttl_utils.c210 if (0 > dbm_store(map->ttl, *key, expire, DBM_REPLACE)) { in update_entry_ttl()
H A Dshim_changepasswd.c576 res = dbm_store(((map_ctrl *)map)->entries, key, data, DBM_REPLACE); in update_single_map()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c163 if (dbm_store(st->st_dbm, key, value, DBM_REPLACE) != 0) { in stats_dbm_store_byfid()
230 if (dbm_store(st->st_dbm, key, value, DBM_REPLACE) != 0) { in stats_dbm_store_byvfsp()
350 if (dbm_store(st->st_dbm, key, value, DBM_REPLACE) != 0) in stats_dbm_attrcache_addsize()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dndbm.h57 #define DBM_REPLACE 1 macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h49 #define DBM_REPLACE 1 macro
/titanic_44/usr/src/head/
H A Dndbm.h55 #define DBM_REPLACE 1 macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c153 return (kdb2_dbm_store(__cur_db, key, dat, DBM_REPLACE));
/titanic_44/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c163 return (dbm_store(__cur_db, key, dat, DBM_REPLACE));
/titanic_44/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c66 return_flags = DBM_REPLACE;
/titanic_44/usr/src/cmd/sendmail/db/
H A Ddb.h919 #define DBM_REPLACE 1 macro
/titanic_44/usr/src/cmd/sendmail/aux/
H A Dvacation.c718 dbm_store(db, key, data, DBM_REPLACE);
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c479 if (dbm_store(dbp->db, key, data, DBM_REPLACE) < 0) { in store_record()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dmap.c1838 key, data, DBM_REPLACE);