| /src/external/bsd/mdocml/dist/ |
| manconf.h | 1 /* $OpenBSD: manconf.h,v 1.7 2018/11/22 11:30:15 schwarze Exp $ */ 49 struct manconf { struct 55 void manconf_parse(struct manconf *, const char *, char *, char *); 57 void manconf_free(struct manconf *);
|
| manpath.c | 32 #include "manconf.h" 34 static void manconf_file(struct manconf *, const char *); 40 manconf_parse(struct manconf *conf, const char *file, 149 manconf_free(struct manconf *conf) 164 manconf_file(struct manconf *conf, const char *file)
|
| main.c | 60 #include "manconf.h" 109 struct outstate *, struct manconf *); 112 int, struct outstate *, struct manconf *); 126 struct manconf conf; /* Manpaths and output options. */ 872 struct outstate *outst, struct manconf *conf) 941 struct outstate *outst, struct manconf *conf)
|
| Makefile | 181 manconf.h \ 359 manconf.h.html \
|
| mandocdb.c | 59 #include "manconf.h" 323 struct manconf conf;
|
| /src/usr.bin/apropos/ |
| Makefile | 9 SRCS= apropos.c manconf.c
|
| /src/usr.bin/man/ |
| Makefile | 7 SRCS= man.c manconf.c
|
| /src/usr.bin/whatis/ |
| Makefile | 9 SRCS= whatis.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 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 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"
|