| /netbsd/src/usr.sbin/sa/ |
| D | usrdb.c | 68 usracct_db = dbopen(NULL, O_RDWR|O_CREAT|O_TRUNC, 0644, DB_BTREE, &bti); in usracct_init() 77 saved_usracct_db = dbopen(_PATH_USRACCT, O_RDONLY, 0, DB_BTREE, in usracct_init() 201 DB_BTREE, &bti); in usracct_update()
|
| D | pdb.c | 65 pacct_db = dbopen(NULL, O_RDWR|O_CREAT|O_TRUNC, 0644, DB_BTREE, NULL); in pacct_init() 74 saved_pacct_db = dbopen(_PATH_SAVACCT, O_RDONLY, 0, DB_BTREE, in pacct_init() 184 DB_BTREE, NULL); in pacct_update() 246 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti); in pacct_print()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | ndbm_wrap.c | 183 if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) { 185 if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) { 192 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
|
| /netbsd/src/share/examples/refuse/dbfs/ |
| D | dbfs.c | 198 if ((db = dbopen(argv[optind], O_RDONLY, 0666, DB_BTREE, &bt)) == NULL) { in main() 200 db = dbopen(argv[optind], O_RDONLY, 0666, DB_BTREE, &bt); in main()
|
| /netbsd/src/lib/libc/db/db/ |
| D | db.c | 70 case DB_BTREE: in __weak_alias()
|
| /netbsd/src/tests/lib/libc/db/ |
| D | h_db.c | 339 if (type == DB_BTREE && oflags & DB_LOCK) in main() 603 return DB_BTREE; in dbtype() 627 case DB_BTREE: in setinfo()
|
| /netbsd/src/external/ibm-public/postfix/dist/examples/smtpd-policy/ |
| D | greylist.pl | 174 O_CREAT|O_RDWR, 0644, $DB_BTREE) ||
|
| /netbsd/src/include/ |
| D | db.h | 89 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
| /netbsd/src/share/examples/refuse/id3fs/ |
| D | id3fs.c | 220 if ((db = dbopen(name, O_RDONLY, 0666, DB_BTREE, &bt)) == NULL) { in main()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| D | db3.c | 359 ret = (*d->open)(d, NULL, fn, NULL, DB_BTREE, myflags, mode); in _open_db() 361 ret = (*d->open)(d, fn, NULL, DB_BTREE, myflags, mode); in _open_db()
|
| D | db.c | 306 return dbopen(fn, flags, mode, DB_BTREE, NULL); in _open_db()
|
| D | hdb-mitdb.c | 1078 db->hdb_db = dbopen(actual_fn, flags, mode, DB_BTREE, NULL); in mdb_open()
|
| /netbsd/src/usr.bin/db/ |
| D | db.c | 296 oi.dbtype = DB_BTREE; in main() 348 else if (DB_BTREE == oi.dbtype) in main()
|
| /netbsd/src/usr.sbin/ypserv/common/ |
| D | ypdb.c | 160 db = (DBM *)dbopen(path, flags, mode, DB_BTREE, (void *)&info); in _ypdb_dbopen()
|
| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | pkgdb.c | 114 0644, DB_BTREE, (void *) &info); in pkgdb_open()
|
| /netbsd/src/lib/libc/db/btree/ |
| D | bt_open.c | 179 dbp->type = DB_BTREE; in __bt_open()
|
| /netbsd/src/usr.bin/finger/ |
| D | util.c | 256 (db = dbopen(NULL, O_RDWR, 0, DB_BTREE, NULL)) == NULL) in enter_person()
|
| /netbsd/src/external/bsd/libbind/dist/irs/ |
| D | lcl_sv.c | 272 pvt->dbh = dbopen(_PATH_SERVICES_DB, O_RDONLY,O_RDONLY,DB_BTREE, NULL); in sv_rewind()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_db.c | 878 return (dict_db_open(DICT_TYPE_BTREE, path, open_flags, DB_BTREE, in dict_btree_open()
|