OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:manconf
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/makemandb/
whatis.c
86
const char *
manconf
=
MANCONF
;
local
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
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)
/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
*);
Completed in 21 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026