Searched refs:open_db (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c71 open_db(char *path, int flags) function
84 dbp = open_db(map, O_RDONLY);
87 err(1, "open_db(%s) failed", map);
196 if ((dbp = open_db(map, O_RDWR|O_EXLOCK|O_EXCL|O_CREAT)) == NULL)
197 err(1, "open_db(%s) failed", map);
/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c2349 static void open_db(ShellState *p, int keepAlive){ function
3002 open_db(p, 0);
3126 open_db(p, 0);
3172 open_db(p, 0);
3240 open_db(p, 0);
3261 open_db(p, 0);
3379 open_db(p, 0);
3453 open_db(p, 0);
3633 open_db(p, 0);
3716 open_db(
[all...]

Completed in 115 milliseconds