/titanic_44/usr/src/cmd/ypcmd/ |
H A D | mkalias.c | 192 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 D | shim.c | 467 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 D | yptol_utils.c | 124 if (dbm_store(fdb, key, content, DBM_REPLACE) != 0) { in addpair()
|
H A D | update.c | 179 res = dbm_store(map->entries, *key, dat, DBM_REPLACE); in update_from_dit()
|
H A D | ttl_utils.c | 210 if (0 > dbm_store(map->ttl, *key, expire, DBM_REPLACE)) { in update_entry_ttl()
|
H A D | shim_changepasswd.c | 576 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 D | stats_dbm.c | 163 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 D | ndbm.h | 57 #define DBM_REPLACE 1 macro
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-ndbm.h | 49 #define DBM_REPLACE 1 macro
|
/titanic_44/usr/src/head/ |
H A D | ndbm.h | 55 #define DBM_REPLACE 1 macro
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | dbm.c | 153 return (kdb2_dbm_store(__cur_db, key, dat, DBM_REPLACE));
|
/titanic_44/usr/src/cmd/sendmail/db/dbm/ |
H A D | dbm.c | 163 return (dbm_store(__cur_db, key, dat, DBM_REPLACE));
|
/titanic_44/usr/src/cmd/sendmail/libsmdb/ |
H A D | smndbm.c | 66 return_flags = DBM_REPLACE;
|
/titanic_44/usr/src/cmd/sendmail/db/ |
H A D | db.h | 919 #define DBM_REPLACE 1 macro
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | vacation.c | 718 dbm_store(db, key, data, DBM_REPLACE);
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 479 if (dbm_store(dbp->db, key, data, DBM_REPLACE) < 0) { in store_record()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1838 key, data, DBM_REPLACE);
|