Home
last modified time | relevance | path

Searched refs:open_db (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c69 open_db(char *path, int flags) in open_db() function
82 dbp = open_db(map, O_RDONLY); in unwind()
192 if ((dbp = open_db(map, O_RDWR|O_EXLOCK|O_EXCL|O_CREAT)) == NULL) in main()
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c341 open_db(krb5_context context, krb5_db2_context *dbc, int flags, int mode, in open_db() function
453 retval = open_db(context, dbc, in ctx_lock()
552 retval = open_db(context, dbc, O_RDONLY, 0, &db); in check_openable()
718 retval = open_db(context, dbc, O_RDWR | O_CREAT | O_EXCL, 0600, &dbc->db); in ctx_create_db()
/freebsd/contrib/sqlite3/
H A Dshell.c28000 static void open_db(ShellState *p, int openFlags){ in open_db() function
29042 open_db(p, 0); in shell_dbinfo_command()
31113 open_db(p, 0); in dotCmdImport()
32561 open_db(p, 0); in do_meta_command()
32575 open_db(p, 0); in do_meta_command()
32633 open_db(p, 0); in do_meta_command()
32795 open_db(p, 0); in do_meta_command()
32856 open_db(p, 0); in do_meta_command()
32887 open_db(p, 0); in do_meta_command()
32954 open_db(p, 0); in do_meta_command()
[all …]