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

  /src/usr.bin/apropos/
Makefile 9 SRCS= apropos.c manconf.c
  /src/usr.bin/whatis/
Makefile 9 SRCS= whatis.c manconf.c
  /src/usr.bin/man/
Makefile 7 SRCS= man.c manconf.c
  /src/libexec/makewhatis/
Makefile 8 SRCS= makewhatis.c manconf.c
makewhatis.c 66 #include <man/manconf.h>
  /src/usr.sbin/catman/
Makefile 7 SRCS= catman.c manconf.c
  /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)
Makefile 9 SRCS.makemandb= makemandb.c apropos-utils.c manconf.c custom_apropos_tokenizer.c
10 SRCS.apropos= apropos.c apropos-utils.c manconf.c custom_apropos_tokenizer.c
11 SRCS.whatis= whatis.c apropos-utils.c manconf.c custom_apropos_tokenizer.c
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)
apropos-utils.c 50 #undef tab // XXX: manconf.h
54 #include "manconf.h"
316 get_dbpath(const char *manconf)
321 config(manconf);
350 init_db(mandb_access_mode db_flag, const char *manconf)
358 char *dbpath = get_dbpath(manconf);
  /src/usr.sbin/postinstall/
postinstall.in 1589 additem manconf "check for a mandoc usage in /etc/man.conf"

Completed in 140 milliseconds