| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.double-cc | 26 WARNING WARNING WARNING 27 WARNING WARNING WARNING 58 WARNING WARNING WARNING 59 WARNING WARNING WARNING 62 WARNING WARNING WARNING 63 WARNING WARNING WARNING 64 WARNING WARNING WARNING 65 WARNING WARNING WARNING 66 WARNING WARNING WARNING 67 WARNING WARNING WARNING [all …]
|
| /netbsd-src/external/bsd/elftosb/dist/sbtool/ |
| H A D | sbtool.cpp | 170 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions() 178 Log::getLogger()->setFilterLevel(Logger::WARNING); in processOptions() 317 …Log::log(Logger::WARNING, "warning: stored SHA-1 header digest does not match the actual header di… in readBootImage() 318 Log::log(Logger::WARNING, "\n---- Actual SHA-1 digest of image header ----\n"); in readBootImage() 319 logHexArray(Logger::WARNING, (uint8_t *)&computedDigest, sizeof(computedDigest)); in readBootImage() 348 Log::log(Logger::WARNING, "warning: unable to read key %s\n", keyPath.c_str()); in readBootImage() 405 Log::log(Logger::WARNING, "warning: stored SHA-1 digest does not match the actual digest\n"); in readBootImage() 406 Log::log(Logger::WARNING, "\n---- Actual SHA-1 digest of entire image ----\n"); in readBootImage() 407 logHexArray(Logger::WARNING, (uint8_t *)&computedDigest, sizeof(computedDigest)); in readBootImage() 485 logHexArray(Logger::WARNING, buffer, dataLength); in extractSection()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | EncoreBootImageGenerator.cpp | 44 Log::log(Logger::WARNING, "warning: unexpected output section type\n"); in generate() 70 Log::log(Logger::WARNING, "warning: flags option is an unexpected type\n"); in processOptions() 100 Log::log(Logger::WARNING, "warning: sectionFlags option is an unexpected type\n"); in processSectionOptions() 114 Log::log(Logger::WARNING, "warning: alignment option value must be 16 or greater\n"); in processSectionOptions() 121 Log::log(Logger::WARNING, "warning: alignment option is an unexpected type\n"); in processSectionOptions() 137 Log::log(Logger::WARNING, "warning: cleartext option is an unexpected type\n"); in processSectionOptions() 173 Log::log(Logger::WARNING, "warning: unexpected operation type\n"); in processOperationSection()
|
| H A D | BootImageGenerator.cpp | 45 Log::log(Logger::WARNING, "warning: productVersion option is an unexpected type\n"); in processVersionOptions() 60 Log::log(Logger::WARNING, "warning: componentVersion option is an unexpected type\n"); in processVersionOptions() 76 Log::log(Logger::WARNING, "warning: driveTag option is an unexpected type\n"); in processDriveTagOption()
|
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | checks.c | 56 #define WARNING(nm_, fn_, d_, ...) \ macro 214 WARNING(nm, check_is_string, (propname)) 243 WARNING(nm, check_is_string_list, (propname)) 261 WARNING(nm, check_is_cell, (propname)) 360 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL); 685 WARNING(names_is_string_list, check_names_is_string_list, NULL); 710 WARNING(alias_paths, check_alias_paths, NULL); 728 WARNING(addr_size_cells, fixup_addr_size_cells, NULL, 763 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells); 804 WARNING(ranges_format, check_ranges_format, NULL, &addr_size_cells); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | HandleLLVMStdlib.cmake | 28 message(WARNING "Can't specify libc++ with '-stdlib='") 31 message(WARNING "Not sure how to specify libc++ for this compiler") 46 message(WARNING 50 message(WARNING "Not sure how to specify static linking of C++ standard "
|
| H A D | CheckCompilerVersion.cmake | 41 …message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM w… 60 message(WARNING "Host Visual Studio version 16.4 is known to miscompile part of LLVM") 117 …message(WARNING "libstdc++ version should be at least ${GCC_SOFT_ERROR} because LLVM will soon use…
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | error.cpp | 31 enum error_type { WARNING, ERROR, FATAL }; enumerator 63 case WARNING: in do_error_with_file_and_line() 102 do_error(WARNING, format, arg1, arg2, arg3); in warning() 132 WARNING, format, arg1, arg2, arg3); in warning_with_file_and_line()
|
| /netbsd-src/lib/libform/ |
| H A D | gdbinit | 10 print "WARNING: backward pointers inconsistent" 15 print "WARNING: forward pointers inconsistent"
|
| /netbsd-src/distrib/sets/ |
| H A D | regpkg | 82 WARNING="${prog}: WARNING: " 169 ERRWARN="${WARNING}" 418 echo >&2 "${WARNING}Unknown or unsupported target endianness" 540 …echo >&2 "${WARNING}${pkg} depends on '${pkgdep}' but there is no matching syspkg in ${SYSPKG_DB_T… 570 "") echo >&2 "${WARNING}no comment for \"${pkg}\" (using placeholder)" 585 "") echo >&2 "${WARNING}no description for \"${pkg}\" (re-using comment)" 2>&1
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | __init__.py | 94 level = logging.WARNING - min(logging.WARNING, (10 * verbose_level)) 121 level=logging.WARNING,
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | ELFSourceFile.cpp | 111 Log::log(Logger::WARNING, "invalid type for 'toolset' option\n"); in readToolsetOption() 134 Log::log(Logger::WARNING, "unrecognized value for 'toolset' option\n"); in readToolsetOption() 156 Log::log(Logger::WARNING, "invalid type for 'secinfoClear' option\n"); in readSecinfoClearOption() 183 Log::log(Logger::WARNING, "unrecognized value for 'secinfoClear' option\n"); in readSecinfoClearOption()
|
| H A D | GHSSecInfo.cpp | 82 …Log::log(Logger::WARNING, "ELF Error: Size mismatch @ sect=%u, .secinfo=%u at addr 0x%08X\n", leng… in isSectionFilled()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | EVP_rc4.pod | 33 WARNING: this function is obsolete. Its usage should be replaced with the 40 WARNING: this is not intended for usage outside of TLS and requires calling of
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | GNUmakefile | 60 $(info WARNING: unable to verify if $(VERSION) is the correct version) 70 $(info WARNING: version string $(VERSION) is out of date;)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | EVP_rc4.pod | 33 WARNING: this function is obsolete. Its usage should be replaced with the 40 WARNING: this is not intended for usage outside of TLS and requires calling of
|
| /netbsd-src/external/gpl2/gettext/dist/ |
| H A D | configure | 1057 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1059 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1098 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1385 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1532 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1533 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 3722 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 3723 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 3763 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 3961 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 [all …]
|
| /netbsd-src/external/bsd/libevent/dist/cmake/ |
| H A D | LibeventConfig.cmake.in | 78 message_if_needed(WARNING "Your libevent library does not contain a ${_comp} component!") 125 message_if_needed(WARNING "Your libevent library does not contain header files!") 174 message_if_needed(WARNING "Can not find any libraries for libevent.")
|
| /netbsd-src/distrib/amiga/floppies/inst/ |
| H A D | dot.instutils | 67 echo "WARNING: A default sendmail.cf exists, and probably" 71 echo "WARNING: No default sendmail.cf installed. Did you" 136 echo -n "WARNING: if you have any more ethernet interfaces, "
|
| /netbsd-src/sys/arch/hpcmips/stand/libz/ |
| H A D | libz.dsw | 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
| /netbsd-src/sys/arch/hpcmips/stand/ |
| H A D | hpcmips_stand.dsw | 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | COM.inc | 14 //=== WARNING: Implementation here must contain only generic UNIX code that
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | CMakeLists.txt | 87 …message(WARNING "Your size_t is less than 8 bytes. Long items with 64b length specifiers might not… 109 message(WARNING "Gcov instrumentation only works with GCC")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Bye/ |
| H A D | CMakeLists.txt | 2 message(WARNING "Setting LLVM_BYE_LINK_INTO_TOOLS=ON only makes sense for testing purpose")
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | BUGS | 267 configure: WARNING: sys/proc.h: present but cannot be compiled 268 configure: WARNING: sys/proc.h: check for missing prerequisite headers? 269 configure: WARNING: sys/proc.h: proceeding with the preprocessor's result 270 configure: WARNING: ## ------------------------------------ ## 271 configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## 272 configure: WARNING: ## ------------------------------------ ##
|