HomeSort by: relevance | last modified time | path
    Searched refs:Warning (Results 1 - 17 of 17) 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/gpl2/dts/dist/arch/arm/boot/dts/
armada-xp-synology-ds414.dts 67 * Warning: the device may not boot with a 3.3V
285 * Warning!
armada-xp-lenovo-ix4-300d.dts 227 * Warning: you need both eth1 & 0 PHY initialized (i.e having
armada-370-synology-ds213j.dts 269 * Warning!
  /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/m4/
libtool.m4 1012 # appears in it, assume the flag caused a linker warning
3186 *** Warning: the command libtool uses to detect shared libraries,
5012 # with the native linker. However, as the warning in the GNU ld
5064 *** Warning: the GNU linker, at least up to release 2.19, is reported
5270 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5292 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
5490 # Warning - without using the other runtime loading flags (-brtl),
5508 # Warning - without using the other run time loading flags,
6561 # Warning - without using the other runtime loading flags (-brtl),
6581 # Warning - without using the other run time loading flags
    [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 29 milliseconds