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

1234

/netbsd-current/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-current/external/gpl3/gcc.old/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-current/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-current/external/bsd/dhcpcd/dist/src/
H A Ddefs.h38 #ifndef CONFIG
39 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" macro
/netbsd-current/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-current/external/gpl3/gcc.old/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-current/external/gpl2/dtc/dist/tests/
H A Dmangle-layout.c30 CONFIG("Allocation failure");
39 CONFIG("Bad version %d", version);
79 CONFIG("Bad block '%c'", block);
119 CONFIG("Usage: %s <dtb file> <version> <block order>", argv[0]);
128 CONFIG("Version must be 16 or 17");
131 CONFIG("Input tree must be v17");
H A Dcheck_full.c32 CONFIG("Usage: %s [-n] <dtb file>", argv[0]);
39 CONFIG("Couldn't open blob from \"%s\": %s",
H A Dboot-cpuid.c26 CONFIG("Usage: %s <dtb file> <cpuid>", argv[0]);
H A Dasm_tree_dump.c31 CONFIG("Usage: %s <so file> <dtb file>", argv[0]);
H A Dphandle_format.c31 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]);
43 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]);
H A Doverlay_bad_fixup.c50 CONFIG("Usage: %s <base dtb> <overlay dtb>", argv[0]);
H A Daddr_size_cells2.c44 CONFIG("Usage: %s <dtb file>\n", argv[0]);
H A Dcheck_path.c62 CONFIG("Usage: %s <base dtb> <[exists|not-exists]> <node-path>", argv[0]);
H A Dsw_tree1.c84 CONFIG("Bad allocation mode");
134 CONFIG("Bad allocation mode \"%s\" specified",
151 CONFIG("Bad creation flags \"%s\" specified",
157 CONFIG("Bad creation flags \"%s\" specified",
162 CONFIG("sw_tree1 [<allocation mode>] [<create flags>]");
H A Dproperty_iterate.c77 CONFIG("Usage: %s <dtb file>", argv[0]);
/netbsd-current/usr.sbin/inetd/
H A Dinetd.h116 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
133 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
265 extern const char *CONFIG;
/netbsd-current/external/gpl3/binutils.old/dist/gas/doc/
H A DMakefile.am23 CONFIG=all
43 asconfig.texi: $(CONFIG).texi
47 cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
/netbsd-current/external/gpl3/gdb.old/dist/gas/doc/
H A DMakefile.am23 CONFIG=all
43 asconfig.texi: $(CONFIG).texi
45 cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
/netbsd-current/games/warp/
H A Dconfig.sh128 CONFIG=true
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dtimelocal.pl24 CONFIG: { label

Completed in 131 milliseconds

1234