HomeSort by: relevance | last modified time | path
    Searched defs:manconf (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makemandb/
whatis.c 86 const char *manconf = MANCONF; local in function:main
91 manconf = optarg;
103 if ((db = init_db(MANDB_READONLY, manconf)) == NULL)
apropos.c 54 const char *manconf; member in struct:apropos_flags
78 aflags->manconf = MANCONF;
104 aflags->manconf = optarg;
219 if ((db = init_db(MANDB_READONLY, aflags.manconf)) == NULL)
makemandb.c 297 const char *sqlstr, *manconf = NULL; local in function:main
310 manconf = optarg;
342 if (manconf) {
344 size_t command_len = shquote(manconf, NULL, 0) + 1;
346 shquote(manconf, arg, command_len);
351 manconf = MANCONF;
362 char *dbp = get_dbpath(manconf);
368 if ((db = init_db(MANDB_CREATE, manconf)) == NULL)

Completed in 13 milliseconds