HomeSort by: relevance | last modified time | path
    Searched refs:init_db (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/makemandb/
apropos-utils.h 107 sqlite3 *init_db(mandb_access_mode, const char *);
whatis.c 103 if ((db = init_db(MANDB_READONLY, manconf)) == NULL)
apropos.c 219 if ((db = init_db(MANDB_READONLY, aflags.manconf)) == NULL)
apropos-utils.c 333 /* init_db --
350 init_db(mandb_access_mode db_flag, const char *manconf) function in typeref:typename:sqlite3 *
makemandb.c 363 /* No error here, it will fail in init_db in the same call */
368 if ((db = init_db(MANDB_CREATE, manconf)) == NULL)

Completed in 35 milliseconds