OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFFILE
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
ldp.h
45
#define
CONFFILE
"/etc/ldpd.conf"
main.c
50
#include "
conffile
.h"
71
char
conffile
[PATH_MAX + 1];
local in function:main
73
strlcpy(
conffile
,
CONFFILE
, sizeof(
conffile
));
77
strlcpy(
conffile
, optarg, sizeof(
conffile
));
104
cpf = conf_parsefile(
conffile
);
105
if (cpf < 0 && strcmp(
conffile
,
CONFFILE
)) {
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025