Searched refs:CONFIG (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddefs.h33 #ifndef CONFIG
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" macro
H A Dif-options.c839 f = fopen(file ? file : CONFIG, "r");
H A Ddhcpcd.c1606 len = strlen(cffile ? cffile : CONFIG) + 1;
1609 iov[1].iov_base = cffile ? cffile : UNCONST(CONFIG);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-test108 CONFIG=${1}
109 if [ ! -f ${CONFIG} ]; then
110 error "configuration file ${CONFIG} does not exist"
117 . ${CONFIG}
H A Dreg-hunt259 CONFIG=${1}
260 if [ ! -f ${CONFIG} ]; then
261 error "configuration file ${CONFIG} does not exist"
268 . ${CONFIG}
/netbsd-6-1-5-RELEASE/games/hack/
H A Dconfig.h66 #ifndef CONFIG /* make sure the compiler doesnt see the typedefs twice */
68 #define CONFIG macro
201 #endif /* CONFIG */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_periodic115 CONFIG=${1}
116 if [ ! -f ${CONFIG} ]; then
117 error "configuration file ${CONFIG} does not exist"
124 . ${CONFIG}
H A Dreg_search197 CONFIG=${1}
198 if [ ! -f ${CONFIG} ]; then
199 error "configuration file ${CONFIG} does not exist"
206 . ${CONFIG}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/reghunt/
H A Dreg_periodic115 CONFIG=${1}
116 if [ ! -f ${CONFIG} ]; then
117 error "configuration file ${CONFIG} does not exist"
124 . ${CONFIG}
H A Dreg_search197 CONFIG=${1}
198 if [ ! -f ${CONFIG} ]; then
199 error "configuration file ${CONFIG} does not exist"
206 . ${CONFIG}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/doc/
H A DMakefile.am6 CONFIG=all
26 asconfig.texi: $(CONFIG).texi
30 cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dtimelocal.pl24 CONFIG: { label
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_buildall.sh171 echo "... CONFIG ERROR: GDB couldn't be configured " | tee -a Config.log
172 echo "... CONFIG ERROR: see Config.log for details "
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Db8t.mk51 @echo "CONFIG `date`"
H A Db9t.mk49 @echo "CONFIG `date`"
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y106 %token CHAR COLONEQ COMPILE_WITH CONFIG
484 CONFIG conf root_spec sysparam_list
486 NO CONFIG WORD { delconf($3); } |
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/html/
H A DMakefile.in19 CONFIG = access.5.html aliases.5.html canonical.5.html relocated.5.html \
29 update: $(DAEMONS) $(COMMANDS) $(CONFIG) $(OTHER)
37 rm -f $(DAEMONS) $(COMMANDS) $(CONFIG)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/man/
H A DMakefile.in16 CONFIG = man5/access.5 man5/aliases.5 man5/canonical.5 man5/relocated.5 \
26 update: $(DAEMONS) $(COMMANDS) $(CONFIG) $(TOOLS)
34 rm -f $(DAEMONS) $(COMMANDS) $(CONFIG)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/proto/
H A DMakefile.in5 CONFIG = ../conf/access ../conf/aliases ../conf/canonical ../conf/relocated \
99 update: $(CONFIG) $(HTML) $(README) $(MAN)
107 rm -f $(CONFIG) $(README) $(HTML)
/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c419 const char *CONFIG = _PATH_INETDCONF; variable
454 CONFIG = argv[0];
789 syslog(LOG_ERR, "%s: %m", CONFIG);
1257 fconfig = fopen(CONFIG, "r");
1300 CONFIG, p);
1585 CONFIG, sep->se_service);
1591 CONFIG, sep->se_service);
1668 syslog(LOG_ERR, "%s: syntax error", CONFIG);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dmakevms.com21 $! CONFIG Just build the "[.CRYPTO._xxx]OPENSSLCONF.H" file.
24 $! BUILDALL Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done.
138 $ GOSUB CONFIG
193 $ CONFIG:
994 $ IF (P1.EQS."CONFIG").OR.(P1.EQS."BUILDINF").OR.(P1.EQS."SOFTLINKS") -
1019 $ WRITE SYS$OUTPUT " CONFIG : Just build the [.CRYPTO._xxx]OPENSSLCONF.H file."
1022 $ WRITE SYS$OUTPUT " BUILDALL : Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done."
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/doc/
H A DMakefile.am6 CONFIG=all
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.tpl669 include $(foreach CONFIG, $(BUILD_CONFIG), $(srcdir)/config/$(CONFIG).mk)
H A DMakefile.in857 include $(foreach CONFIG, $(BUILD_CONFIG), $(srcdir)/config/$(CONFIG).mk)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh25 echo "Usage: `basename $0` [--eklr] [-c CONFIG-FILE] [-f FROM-TEST] \\"
41 echo "-c CONFIG-FILE"
31034 echo THIS-CONFIG-OPTION-IS-BAD=XXX >$TESTDIR/newconfig
[all...]

Completed in 535 milliseconds