Home | History | Annotate | Download | only in ldpd

Lines Matching defs:conffile

50 #include "conffile.h"
71 char conffile[PATH_MAX + 1];
73 strlcpy(conffile, CONFFILE, sizeof(conffile));
77 strlcpy(conffile, optarg, sizeof(conffile));
104 cpf = conf_parsefile(conffile);
105 if (cpf < 0 && strcmp(conffile, CONFFILE)) {
106 fatalp("Cannot parse config file: %s\n", conffile);