Searched refs:R_NOOVERWRITE (Results 1 – 16 of 16) sorted by relevance
/openbsd/usr.sbin/netgroup_mkdb/ |
H A D | netgroup_mkdb.c | 226 R_NOOVERWRITE)) { in ng_load() 311 switch ((db->put)(db, &key, &data, R_NOOVERWRITE)) { in ng_insert() 372 switch ((xdb->put)(xdb, &key, &data, R_NOOVERWRITE)) { in ng_reventry() 610 switch ((odb->put)(odb, &key, &data, R_NOOVERWRITE)) { in ng_write() 663 switch ((odb->put)(odb, &key, &data, R_NOOVERWRITE)) { in ng_rwrite()
|
/openbsd/usr.bin/cap_mkdb/ |
H A D | cap_mkdb.c | 219 switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) { in db_build() 255 &key, &data, R_NOOVERWRITE)) { in db_build()
|
/openbsd/include/ |
H A D | db.h | 67 #define R_NOOVERWRITE 8 /* put */ macro
|
/openbsd/lib/libc/db/btree/ |
H A D | bt_put.c | 89 case R_NOOVERWRITE: in __bt_put() 169 case R_NOOVERWRITE: in __bt_put()
|
/openbsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 308 if ((edp->put)(edp, &key, &data, R_NOOVERWRITE) == -1) in main() 311 if (dp && (dp->put)(dp, &key, &data, R_NOOVERWRITE) == -1) in main() 526 dbmode = username ? 0 : R_NOOVERWRITE; in db_store()
|
/openbsd/regress/usr.bin/grep/ |
H A D | t14.in | 17 #define R_NOOVERWRITE 8 /* put */
|
/openbsd/usr.sbin/ypserv/common/ |
H A D | ypdb.c | 217 (flags == YPDB_INSERT) ? R_NOOVERWRITE : 0)); in ypdb_store()
|
/openbsd/lib/libc/db/hash/ |
H A D | ndbm.c | 212 (flags == DBM_INSERT) ? R_NOOVERWRITE : 0)); in dbm_store()
|
H A D | hash.c | 524 if (flag && flag != R_NOOVERWRITE) { in hash_put() 532 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put()
|
/openbsd/lib/libc/db/recno/ |
H A D | rec_put.c | 119 case R_NOOVERWRITE: in __rec_put()
|
/openbsd/lib/libcurses/tinfo/ |
H A D | hashed_db.c | 215 result = db->put(db, key, data, R_NOOVERWRITE); in _nc_db_put()
|
/openbsd/regress/lib/libc/db/ |
H A D | dbtest.c | 533 if (!strcmp(s, "R_NOOVERWRITE")) return (R_NOOVERWRITE); 552 case R_NOOVERWRITE: return ("R_NOOVERWRITE");
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | Makefile.PL | 131 R_NOOVERWRITE
|
H A D | DB_File.xs | 267 #define R_NOOVERWRITE DB_NOOVERWRITE macro
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/t/ |
H A D | db-hash.t | 272 my $status = $X->put( 'x', 'newvalue', R_NOOVERWRITE) ;
|
H A D | db-btree.t | 315 my $status = $X->put( 'x', 'newvalue', R_NOOVERWRITE) ;
|