Searched refs:conffile (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsmutil/
H A Dcf.c27 ** conffile -- if set, return it.
34 getcfname(opmode, submitmode, cftype, conffile)
38 char *conffile;
44 if (conffile != NULL)
45 return conffile;
/freebsd-13-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c82 fprintf(stderr, "auditfilterd [-d] [-c conffile] [-p pipefile]"
164 mainloop_file(const char *conffile, const char *trailfile, FILE *trail_fp) argument
179 conf_fp = fopen(conffile, "r");
181 err(-1, "%s", conffile);
182 auditfilterd_conf(conffile, conf_fp);
218 mainloop_pipe(const char *conffile, const char *pipefile __unused, int pipe_fd) argument
234 conf_fp = fopen(conffile, "r");
236 err(-1, "%s", conffile);
237 auditfilterd_conf(conffile, conf_fp);
263 const char *pipefile, *trailfile, *conffile; local
[all...]
/freebsd-13-stable/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-13-stable/usr.sbin/rtadvd/
H A Dadvcap.c86 extern const char *conffile;
106 return (getent(bp, name, conffile));
208 if (getent(tcbuf, tcname, conffile) != 1) {
H A Drtadvd.c96 const char *conffile = _PATH_RTADVDCONF; variable
192 conffile = optarg;
/freebsd-13-stable/libexec/rtld-elf/
H A Dlibmap.c163 char conffile[MAXPATHLEN]; local
190 if (strlcpy(conffile, idir, MAXPATHLEN) >= MAXPATHLEN)
192 if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN)
194 if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN)
196 lmc_parse_file(conffile);
/freebsd-13-stable/crypto/openssh/
H A DMakefile.in222 conffile=`echo $@ | sed 's/.out$$//'`; \
223 $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c65 static const char *conffile; variable
163 conffile = optarg;
214 if (argc == 0 && conffile == NULL)
218 if (conffile != NULL)
219 warncount += parsefile(conffile);
/freebsd-13-stable/usr.sbin/ypldap/
H A Dypldap.c62 char *conffile = YPLDAP_CONF_FILE; variable
532 conffile = optarg;
551 if (parse_config(&env, conffile, opts))
/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c184 char *conffile = NULL; /* name of .cf file */ local
628 conffile));
631 conffile));
857 conffile = newstr(optarg);
1252 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1427 getcfname(OpMode, SubmitMode, cftype, conffile));
1454 RealUserName, conffile);
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh44 -f conffile -- Read configuration options from conffile
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh46 -f conffile -- Read configuration options from conffile

Completed in 210 milliseconds