Home
last modified time | relevance | path

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

123456

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dmangle-layout.c30 CONFIG("Allocation failure"); in expand_buf()
39 CONFIG("Bad version %d", version); in new_header()
79 CONFIG("Bad block '%c'", block); in add_block()
119 CONFIG("Usage: %s <dtb file> <version> <block order>", argv[0]); in main()
128 CONFIG("Version must be 16 or 17"); in main()
131 CONFIG("Input tree must be v17"); in main()
H A Dsw_tree1.c84 CONFIG("Bad allocation mode"); in realloc_fdt()
134 CONFIG("Bad allocation mode \"%s\" specified", in main()
151 CONFIG("Bad creation flags \"%s\" specified", in main()
157 CONFIG("Bad creation flags \"%s\" specified", in main()
162 CONFIG("sw_tree1 [<allocation mode>] [<create flags>]"); in main()
H A Dcheck_full.c32 CONFIG("Usage: %s [-n] <dtb file>", argv[0]); in main()
39 CONFIG("Couldn't open blob from \"%s\": %s", in main()
H A Dphandle_format.c31 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]); in main()
43 CONFIG("Usage: %s <dtb file> <legacy|epapr|both>\n", argv[0]); in main()
H A Dtestutils.c289 CONFIG("Bad magic on vg_prepare_blob()"); in vg_prepare_blob()
304 CONFIG("Couldn't open blob from \"%s\": %s", filename, in load_blob()
315 CONFIG("Usage: %s <dtb file>", argv[0]); in load_blob_arg()
332 CONFIG("Couldn't write blob to \"%s\": %s", filename, in save_blob()
H A Dboot-cpuid.c26 CONFIG("Usage: %s <dtb file> <cpuid>", argv[0]); in main()
/netbsd-src/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-src/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-src/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-src/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-src/external/gpl3/binutils/dist/gas/doc/
H A Dlocal.mk21 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
/netbsd-src/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;
H A Dparse.c143 fconfig = fopen(CONFIG, "r"); in config()
146 CONFIG, strerror(errno)); in config()
147 syslog(LOG_ERR, "%s: %m", CONFIG); in config()
377 ERR("Exiting %s early. Some services will be unavailable", CONFIG)
1189 save_CONFIG = CONFIG; in include_configs()
1193 new_file.abs = realpath(CONFIG, NULL); in include_configs()
1206 CONFIG = save_CONFIG; in include_configs()
1219 CONFIG = file_name; in prepare_next_config()
1235 full_pattern = gen_file_pattern(CONFIG, pattern); in read_glob_configs()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddefs.h38 #ifndef CONFIG
39 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" macro
/netbsd-src/games/hack/
H A Dconfig.h66 #ifndef CONFIG /* make sure the compiler doesnt see the typedefs twice */
68 #define CONFIG macro
/netbsd-src/external/mit/expat/dist/
H A Dexpat.pc.cmake6 Name: $<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name>
10 Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name> $<TARGET_PROPER…
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dlocal.mk21 CONFIG=all
42 %D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
44 $(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A Ddescrip.mms.tmpl629 OPEN/WRITE/SHARE=READ CONFIG []vmsconfig.pm
630 WRITE CONFIG "package vmsconfig;"
631 WRITE CONFIG "use strict; use warnings;"
632 WRITE CONFIG "use Exporter;"
633 WRITE CONFIG "our @ISA = qw(Exporter);"
634 WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info %disabled);"
635 WRITE CONFIG "our %config = ("
636 WRITE CONFIG " target => '","{- $config{target} -}","',"
637 WRITE CONFIG " version => '","{- $config{version} -}","',"
638 WRITE CONFIG " shlib_version_number => '","{- $config{shlib_version_number} -}","',"
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A Ddescrip.mms.tmpl702 OPEN/WRITE/SHARE=READ CONFIG []vmsconfig.pm
703 WRITE CONFIG "package vmsconfig;"
704 WRITE CONFIG "use strict; use warnings;"
705 WRITE CONFIG "use Exporter;"
706 WRITE CONFIG "our @ISA = qw(Exporter);"
707 WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info %disabled);"
708 WRITE CONFIG "our %config = ("
709 WRITE CONFIG " target => '","{- $config{target} -}","',"
710 WRITE CONFIG " version => '","{- $config{version} -}","',"
711 WRITE CONFIG " shlib_version => '","{- $config{shlib_version} -}","',"
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/contrib/
H A DFindsodium.cmake125 string(APPEND _PLATFORM_PATH "/$$CONFIG$$")
140 string(REPLACE "$$CONFIG$$" "Debug" _DEBUG_PATH_SUFFIX "${_PLATFORM_PATH}")
141 string(REPLACE "$$CONFIG$$" "Release" _RELEASE_PATH_SUFFIX "${_PLATFORM_PATH}")
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DFindGRPC.cmake14 find_package(Protobuf CONFIG REQUIRED HINTS ${GRPC_INSTALL_PATH})
16 find_package(gRPC CONFIG REQUIRED HINTS ${GRPC_INSTALL_PATH})
21 # gRPC CMake CONFIG gives the libraries slightly odd names, make them match

123456