Searched refs:open_db (Results 1 – 3 of 3) sorted by relevance
| /src/usr.sbin/yp_mkdb/ |
| H A D | yp_mkdb.c | 69 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()
|
| /src/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 341 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()
|
| /src/contrib/sqlite3/ |
| H A D | shell.c | 25977 static void open_db(ShellState *p, int openFlags){ in open_db() function 26980 open_db(p, 0); in shell_dbinfo_command() 28855 open_db(p, 0); in do_meta_command() 28869 open_db(p, 0); in do_meta_command() 28927 open_db(p, 0); in do_meta_command() 29102 open_db(p, 0); in do_meta_command() 29162 open_db(p, 0); in do_meta_command() 29185 open_db(p, 0); in do_meta_command() 29253 open_db(p, 0); in do_meta_command() 29336 open_db(p, 0); in do_meta_command() [all …]
|