HomeSort by: relevance | last modified time | path
    Searched refs:CONFIG (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
reg-test 108 CONFIG=${1}
109 if [ ! -f ${CONFIG} ]; then
110 error "configuration file ${CONFIG} does not exist"
113 # OK, the config file exists. Source it, make sure required parameters
117 . ${CONFIG}
reg-hunt 259 CONFIG=${1}
260 if [ ! -f ${CONFIG} ]; then
261 error "configuration file ${CONFIG} does not exist"
264 # OK, the config file exists. Source it, make sure required parameters
268 . ${CONFIG}
  /src/games/hack/
config.h 1 /* $NetBSD: config.h,v 1.11 2021/05/02 12:50:44 rillig Exp $ */
66 #ifndef CONFIG /* make sure the compiler doesnt see the typedefs twice */
68 #define CONFIG
201 #endif /* CONFIG */
  /src/external/bsd/dhcpcd/dist/src/
defs.h 38 #ifndef CONFIG
39 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_periodic 115 CONFIG=${1}
116 if [ ! -f ${CONFIG} ]; then
117 error "configuration file ${CONFIG} does not exist"
120 # OK, the config file exists. Source it, make sure required parameters
124 . ${CONFIG}
reg_search 197 CONFIG=${1}
198 if [ ! -f ${CONFIG} ]; then
199 error "configuration file ${CONFIG} does not exist"
202 # OK, the config file exists. Source it, make sure required parameters
206 . ${CONFIG}
  /src/external/gpl2/dtc/dist/tests/
mangle-layout.c 30 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");
check_full.c 32 CONFIG("Usage: %s [-n] <dtb file>", argv[0]);
39 CONFIG("Couldn't open blob from \"%s\": %s",
boot-cpuid.c 26 CONFIG("Usage: %s <dtb file> <cpuid>", argv[0]);
asm_tree_dump.c 31 CONFIG("Usage: %s <so file> <dtb file>", argv[0]);
phandle_format.c 31 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]);
43 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]);
addr_size_cells2.c 44 CONFIG("Usage: %s <dtb file>\n", argv[0]);
check_path.c 62 CONFIG("Usage: %s <base dtb> <[exists|not-exists]> <node-path>", argv[0]);
overlay_bad_fixup.c 50 CONFIG("Usage: %s <base dtb> <overlay dtb>", argv[0]);
sw_tree1.c 84 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>]");
addr_size_cells.c 44 CONFIG("Usage: %s <dtb file>\n", argv[0]);
property_iterate.c 77 CONFIG("Usage: %s <dtb file>", argv[0]);
subnode_iterate.c 70 CONFIG("Usage: %s <dtb file>", argv[0]);
  /src/usr.sbin/inetd/
inetd.h 116 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
133 CONFIG, line_number __VA_OPT__(,) __VA_ARGS__)
266 /* Current line number in current config file */
269 /* Current config file path */
270 extern const char *CONFIG;
272 /* Open config file */
275 /* Default listening hostname/IP for current config file */
278 /* Default IPsec policy for current config file */
  /src/games/warp/
config.sh 2 # config.sh
128 CONFIG=true
  /src/external/bsd/ntp/dist/scripts/monitoring/
timelocal.pl 24 CONFIG: {
  /src/external/gpl3/binutils/dist/binutils/doc/
local.mk 21 CONFIG=all
  /src/external/gpl3/binutils/dist/gas/doc/
local.mk 21 CONFIG=all
42 %D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
44 $(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi && touch -m -r $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
  /src/external/gpl3/binutils.old/dist/binutils/doc/
local.mk 21 CONFIG=all
  /src/external/gpl3/binutils.old/dist/gas/doc/
local.mk 21 CONFIG=all
42 %D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
44 $(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi && touch -m -r $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi

Completed in 59 milliseconds

1 2