Searched refs:open_db (Results 1 – 2 of 2) sorted by relevance
/freebsd/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()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 23405 static void open_db(ShellState *p, int openFlags){ in open_db() function 24369 open_db(p, 0); in shell_dbinfo_command() 26137 open_db(p, 0); in do_meta_command() 26151 open_db(p, 0); in do_meta_command() 26209 open_db(p, 0); in do_meta_command() 26394 open_db(p, 0); in do_meta_command() 26451 open_db(p, 0); in do_meta_command() 26473 open_db(p, 0); in do_meta_command() 26540 open_db(p, 0); in do_meta_command() 26619 open_db(p, 0); in do_meta_command() [all …]
|