Searched refs:dbopen (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h70 * The following flags are included in the dbopen(3) call as part of the
74 * a problem. Wish I'd left another flags word in the dbopen call.
168 #define dbopen kdb2_dbopen macro
171 DB *dbopen __P((const char *, int, int, DBTYPE, const void *));
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c63 db = dbopen(filename, O_RDWR | O_CREAT | O_EXCL, 0600, DB_BTREE, &btinfo);
413 db->db = dbopen(db->filename, O_RDWR, 0600, DB_BTREE, &db->btinfo);
421 db->db = dbopen(db->filename, O_RDWR, 0600, DB_HASH, &db->info);
H A Dkdb_db2.c272 db = dbopen(fname, flags, mode,
284 db = dbopen(fname, flags, mode,
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_sv.c270 pvt->dbh = dbopen(_PATH_SERVICES_DB, O_RDONLY,O_RDONLY,DB_BTREE, NULL);
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c538 db = dbopen(db_file_name, mode, DBMMODE, db_type, params);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dudb.c989 up->udb_dbp = dbopen(up->udb_dbname, O_RDONLY,
1042 sm_dprintf("dbopen(%s): %s\n",
1055 "dbopen(%s): %s",
1073 sm_dprintf("_udbx_init: dbopen(%s)\n",
H A Dmap.c2082 ** since dbopen returns NULL if the file is zero length, we
2083 ** must have a locked instance around the dbopen.
2119 /* set up mode bits for dbopen */
2126 db = dbopen(buf, omode, DBMMODE, dbtype, openinfo);

Completed in 328 milliseconds