Lines Matching refs: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);
Indexes created Fri Oct 31 11:10:07 GMT 2025