Home
last modified time | relevance | path

Searched refs:conffile (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c164 mainloop_file(const char *conffile, const char *trailfile, FILE *trail_fp) in mainloop_file() argument
179 conf_fp = fopen(conffile, "r"); in mainloop_file()
181 err(-1, "%s", conffile); in mainloop_file()
182 auditfilterd_conf(conffile, conf_fp); in mainloop_file()
218 mainloop_pipe(const char *conffile, const char *pipefile __unused, int pipe_fd) in mainloop_pipe() argument
234 conf_fp = fopen(conffile, "r"); in mainloop_pipe()
236 err(-1, "%s", conffile); in mainloop_pipe()
237 auditfilterd_conf(conffile, conf_fp); in mainloop_pipe()
263 const char *pipefile, *trailfile, *conffile; in main() local
269 conffile = AUDITFILTERD_CONFFILE; in main()
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmovemail.pl41 my $conffile = shift || "/usr/local/etc/movemail.conf";
42 my $len = (stat($conffile))[7]
43 or die "Can't stat $conffile: $!";
44 open CONF, "< $conffile"
45 or die "Can't open $conffile: $!";
48 or die "Can't read $conffile: $!";
/freebsd/contrib/sendmail/libsmutil/
H A Dcf.c34 getcfname(opmode, submitmode, cftype, conffile)
38 char *conffile; variable
44 if (conffile != NULL)
45 return conffile;
/freebsd/libexec/rtld-elf/
H A Dlibmap.c162 char conffile[MAXPATHLEN]; in lmc_parse_dir() local
189 if (strlcpy(conffile, idir, MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
191 if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
193 if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
195 lmc_parse_file(conffile); in lmc_parse_dir()
/freebsd/usr.sbin/rtadvd/
H A Dadvcap.c85 extern const char *conffile;
105 return (getent(bp, name, conffile)); in tgetent()
207 if (getent(tcbuf, tcname, conffile) != 1) { in tnchktc()
H A Drtadvd.c95 const char *conffile = _PATH_RTADVDCONF; variable
191 conffile = optarg; in main()
/freebsd/sbin/sysctl/
H A Dsysctl.c71 static const char *conffile; variable
175 conffile = optarg; in main()
247 if (argc == 0 && conffile == NULL) in main()
250 if (conffile != NULL) { in main()
251 file = fopen(conffile, "r"); in main()
253 err(EX_NOINPUT, "%s", conffile); in main()
/freebsd/usr.sbin/ypldap/
H A Dypldap.c61 char *conffile = YPLDAP_CONF_FILE; variable
531 conffile = optarg; in main()
550 if (parse_config(&env, conffile, opts)) in main()
/freebsd/crypto/openssh/
H A DMakefile.in272 $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
/freebsd/contrib/ntp/ntpd/
H A Dntpd.texi85 @tab @code{conffile}
/freebsd/contrib/sendmail/src/
H A Dmain.c195 char *conffile = NULL; /* name of .cf file */ local
641 conffile));
644 conffile));
885 conffile = newstr(optarg);
1285 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1468 getcfname(OpMode, SubmitMode, cftype, conffile));
1495 RealUserName, conffile);
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh44 -f conffile -- Read configuration options from conffile
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi82 @tab @code{conffile}