Searched refs:conf (Results 276 - 300 of 1636) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sbin/ipf/ipnat/
H A DMakefile7 MLINKS= ipnat.5 ipnat.conf.5
/freebsd-11-stable/etc/periodic/daily/
H A D440.status-mailq8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D460.status-mail-rejects8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/sys/mips/mips/
H A Ddump_machdep.c32 #include <sys/conf.h>
/freebsd-11-stable/sys/x86/x86/
H A Ddump_machdep.c33 #include <sys/conf.h>
/freebsd-11-stable/targets/pseudo/kernel/
H A DMakefile9 KERN_CONFDIR= ${SRCTOP}/sys/${TARGET}/conf
/freebsd-11-stable/tests/sys/geom/class/raid3/
H A DMakefile20 ${PACKAGE}FILES+= conf.sh
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh52 if [ -r /etc/defaults/rc.conf ]; then
53 . /etc/defaults/rc.conf
55 elif [ -r /etc/rc.conf ]; then
56 . /etc/rc.conf
/freebsd-11-stable/usr.sbin/amd/include/
H A DMakefile20 config_local.h: newvers.sh ${.CURDIR}/../../../sys/conf/newvers.sh
26 @echo "/* NIS disabled by WITHOUT_NIS src.conf option */" >> ${.TARGET}
/freebsd-11-stable/usr.sbin/blacklistctl/
H A DMakefile7 SRCS= blacklistctl.c conf.c state.c support.c internal.c \
/freebsd-11-stable/usr.sbin/crunch/examples/
H A DMakefile5 # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf
9 CONF= $(CRUNCHED).conf
/freebsd-11-stable/usr.sbin/nscd/
H A DMakefile4 MAN= nscd.conf.5 nscd.8
10 CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\""
/freebsd-11-stable/usr.sbin/pw/
H A DMakefile4 MAN= pw.conf.5 pw.8
/freebsd-11-stable/bin/freebsd-version/
H A DMakefile7 NEWVERS = ${SRCTOP}/sys/conf/newvers.sh
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.c27 # include <openssl/conf.h>
/freebsd-11-stable/tests/sys/geom/class/mirror/
H A DMakefile23 ${PACKAGE}FILES+= conf.sh
/freebsd-11-stable/usr.bin/iscsictl/
H A DMakefile8 MAN= iscsi.conf.5 iscsictl.8
/freebsd-11-stable/usr.sbin/jail/
H A Djailparse.y67 conf : label
69 | conf jail
71 | conf param ';'
82 | conf ';'
/freebsd-11-stable/usr.sbin/ypldap/
H A DMakefile10 MAN= ypldap.8 ypldap.conf.5
/freebsd-11-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c87 const char *conf = NULL; local
105 conf = optarg;
140 if (conf == NULL || dev == NULL)
158 commands = parse_conf(conf, repd, reportid, ignore);
244 parse_conf(conf, repd, reportid, ignore);
277 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) argument
289 f = fopen(conf, "r");
291 err(1, "%s", conf);
311 ", syntax error: %s", conf, line, buf);
316 ", syntax error: %s", conf, lin
[all...]
/freebsd-11-stable/sbin/devd/
H A DMakefile8 MAN= devd.8 devd.conf.5
/freebsd-11-stable/usr.sbin/rrenumd/
H A DMakefile18 MAN= rrenumd.conf.5 rrenumd.8
/freebsd-11-stable/usr.sbin/inetd/
H A DMakefile8 MLINKS= inetd.8 inetd.conf.5
/freebsd-11-stable/sys/conf/
H A Dsysent.mk1 # $FreeBSD: stable/11/sys/conf/sysent.mk 357108 2020-01-25 05:47:56Z kevans $
18 SYSENT_CONF?= syscalls.conf
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig60 'wpa_supplicant -B -i "%s" -c "%s/wpa_supplicant.conf"' \
72 cat > "$BSDINSTALL_TMPETC/rc.conf.net.wlan" <<-EOF
152 : > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
153 chmod 0600 "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
155 cat >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<EOF
174 'wpa_supplicant -B -i "%s" -c "%s/wpa_supplicant.conf"' \
282 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
303 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
327 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<-EOF
339 >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf" <<
[all...]

Completed in 169 milliseconds

<<11121314151617181920>>