Home
last modified time | relevance | path

Searched refs:DB_RECNO (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/tests/lib/libc/db/
Dh_db.c266 if (type != DB_RECNO) in main()
273 if (type == DB_RECNO) in main()
280 if (type == DB_RECNO) { in main()
296 if (type != DB_RECNO) in main()
305 if ((type != DB_RECNO) && (flags != R_CURSOR)) in main()
311 if ((type != DB_RECNO) && (flags != R_CURSOR)) in main()
607 return DB_RECNO; in dbtype()
675 case DB_RECNO: in setinfo()
/netbsd/src/lib/libc/db/db/
Ddb.c76 case DB_RECNO: in __weak_alias()
/netbsd/src/external/bsd/nvi/dist/common/
Ddb1.c157 if (type == DB_RECNO) { in db1_db_open()
173 type == DB_RECNO? &db->_recno_info : NULL); in db1_db_open()
Dvi_db.c773 (sp->db_error = db_open(*dbp, NULL, DB_RECNO, 0, 0)) != 0; in db_msg_open()
808 if ((sp->db_error = db_open(ep->db, ep->rcv_path, DB_RECNO, in db_init()
837 if ((sp->db_error = db_open(ep->db, ep->rcv_path, DB_RECNO, in db_init()
Dvi_db1.c672 *dbp = dbopen(file, O_NONBLOCK | O_RDONLY, 0, DB_RECNO, NULL); in db_msg_open()
704 O_NONBLOCK | O_RDONLY, _DB_OPEN_MODE, DB_RECNO, &oinfo); in db_init()
Dlog1.c118 S_IRUSR | S_IWUSR, DB_RECNO, NULL); in log_init()
Dlog.c119 db_open(ep->log, NULL, DB_RECNO, in log_init()
/netbsd/src/include/
Ddb.h89 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator