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

/freebsd-current/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c69 open_db(char *path, int flags) function
82 dbp = open_db(map, O_RDONLY);
85 err(1, "open_db(%s) failed", map);
192 if ((dbp = open_db(map, O_RDWR|O_EXLOCK|O_EXCL|O_CREAT)) == NULL)
193 err(1, "open_db(%s) failed", map);
/freebsd-current/contrib/sqlite3/
H A Dshell.c22123 /* Flags for open_db().
22125 ** The default behavior of open_db() is to exit(1) if the database fails to
22129 ** The OPEN_DB_ZIPFILE flag causes open_db() to prefer to open files as a
22140 static void open_db(ShellState *p, int openFlags){ function
23104 open_db(p, 0);
24799 open_db(p, 0);
24813 open_db(p, 0);
24871 open_db(p, 0);
25056 open_db(p, 0);
25113 open_db(
[all...]

Completed in 176 milliseconds