HomeSort by: relevance | last modified time | path
    Searched refs:Warning (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() const { return Red(); }
sanitizer_symbolizer_report.cc 111 Printf("%s", d.Warning());
112 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName);
172 Printf("%s", d.Warning());
190 Printf("%s", d.Warning());
  /src/etc/rc.d/
random_seed 46 *Warning:*)
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.cc 105 Printf("%s", d.Warning());
106 Report("WARNING: MemorySanitizer: use-of-uninitialized-value\n");
118 Printf("WARNING: Expected use of uninitialized value not found\n");
145 Printf("%s", d.Warning());
204 Printf("%s", d.Warning());
265 Printf("%s", d.Warning());
267 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
  /src/sbin/restore/
interactive.c 612 fprintf(stderr, "Warning: undefined file type %d\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 357 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(),
  /src/games/hack/
hack.mon.c 157 switch (Warning & (LEFT_RING | RIGHT_RING)) {
221 if (Warning)
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 447 ${ECHO_MSG} "Warning: \"$$dir\" non-existent -- @pkgdep registration incomplete" >&2; \
456 ${ECHO_MSG} "Warning: \"$$dir\" non-existent -- @pkgdep registration incomplete" >&2; \
615 ${ECHO} '***' "WARNING: '$$dep' expands to several installed packages " ; \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 318 Printf("%s", d.Warning());
319 Printf("WARNING: ThreadSanitizer: %s (pid=%d)\n", rep_typ_str,
350 "to get more informative warning message\n\n");
458 Printf("WARNING: DATA RACE");
466 Printf("WARNING: DEADLOCK\n");
  /src/usr.bin/make/
test-variants.mk 170 # This test is the result of reading through the GCC 10 "Warning Options"
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 454 # treat the next displayed warning as a fatal error.
1296 # Echo program name prefixed warning message to standard error.
1303 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
1309 # Echo program name prefixed warning message to standard error. Warning
1320 *) func_internal_error "invalid warning category '$1'" ;;
1464 Warning categories include:
1701 --no-warnings|--no-warning|--no-warn)
1706 --warnings|--warning|-W)
1726 "unsupported warning category: '$1'
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 44 # --no-warn don't display warning messages
472 # Echo program name prefixed warning message to standard error.
475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1120 --no-warning|--no-warn)
4542 return rval; /* =127, but avoids unused variable warning */
6344 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
6352 $ECHO "*** Warning: Linking the shared library $output against the"
6721 $ECHO "*** Warning: Linking the executable $output against the loadable module"
6723 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
6820 $ECHO "*** Warning: lib $linklib is a module, not a shared library
    [all...]
configure 1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1266 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1282 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1613 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1759 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1812 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1814 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&
    [all...]

Completed in 737 milliseconds