HomeSort by: relevance | last modified time | path
    Searched refs:DB_BTREE (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libc/db/db/
db.c 70 case DB_BTREE:
  /src/share/examples/refuse/dbfs/
dbfs.c 198 if ((db = dbopen(argv[optind], O_RDONLY, 0666, DB_BTREE, &bt)) == NULL) {
200 db = dbopen(argv[optind], O_RDONLY, 0666, DB_BTREE, &bt);
  /src/usr.sbin/sa/
pdb.c 65 pacct_db = dbopen(NULL, O_RDWR|O_CREAT|O_TRUNC, 0644, DB_BTREE, NULL);
74 saved_pacct_db = dbopen(_PATH_SAVACCT, O_RDONLY, 0, DB_BTREE,
184 DB_BTREE, NULL);
246 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti);
usrdb.c 68 usracct_db = dbopen(NULL, O_RDWR|O_CREAT|O_TRUNC, 0644, DB_BTREE, &bti);
77 saved_usracct_db = dbopen(_PATH_USRACCT, O_RDONLY, 0, DB_BTREE,
201 DB_BTREE, &bti);
  /src/include/
db.h 89 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE;
  /src/share/examples/refuse/id3fs/
id3fs.c 220 if ((db = dbopen(name, O_RDONLY, 0666, DB_BTREE, &bt)) == NULL) {
  /src/tests/lib/libc/db/
h_db.c 339 if (type == DB_BTREE && oflags & DB_LOCK)
603 return DB_BTREE;
627 case DB_BTREE:
  /src/usr.sbin/ypserv/common/
ypdb.c 67 * Try opening as a DB_BTREE first, then DB_HASH.
98 * Try opening as a DB_BTREE first, then DB_HASH.
142 * Try opening as a DB_BTREE first, then DB_HASH.
160 db = (DBM *)dbopen(path, flags, mode, DB_BTREE, (void *)&info);
  /src/usr.bin/db/
db.c 296 oi.dbtype = DB_BTREE;
348 else if (DB_BTREE == oi.dbtype)
  /src/lib/libc/db/btree/
bt_open.c 179 dbp->type = DB_BTREE;
  /src/usr.bin/finger/
util.c 256 (db = dbopen(NULL, O_RDWR, 0, DB_BTREE, NULL)) == NULL)

Completed in 20 milliseconds