Searched refs:warnings (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11.0-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h41 int warnings; member in struct:skiminfo
H A Dskimprintcap.c175 skinf->warnings++;
192 skinf->warnings++;
208 skinf->warnings++;
224 skinf->warnings++;
233 skinf->warnings++;
250 if (skinf->warnings > 0)
251 warnx("%4d warnings from skimming %s", skinf->warnings,
/freebsd-11.0-release/contrib/libxo/libxo/
H A DMakefile.am15 include ${top_srcdir}/warnings.mk
/freebsd-11.0-release/contrib/libxo/xo/
H A DMakefile.am12 include ${top_srcdir}/warnings.mk
/freebsd-11.0-release/contrib/libxo/xopo/
H A DMakefile.am12 include ${top_srcdir}/warnings.mk
/freebsd-11.0-release/contrib/libxo/encoder/cbor/
H A DMakefile.am17 include ${top_srcdir}/warnings.mk
/freebsd-11.0-release/contrib/libxo/encoder/test/
H A DMakefile.am17 include ${top_srcdir}/warnings.mk
/freebsd-11.0-release/contrib/ntp/scripts/build/
H A DgenAuthors.in22 use warnings;
H A DupdateBEDate2 use warnings;
/freebsd-11.0-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in6 use warnings;
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms19 CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
254 || echo "--enable-sim-build-warnings=${simopts}"`
/freebsd-11.0-release/contrib/bmake/mk/
H A Dwarnings.mk2 # $Id: warnings.mk,v 1.14 2016/04/05 15:58:37 sjg Exp $
21 # Any number of warnings sets can be added.
22 .-include <warnings-sets.mk>
24 # Modest defaults - put more elaborate sets in warnings-sets.mk
109 # first a list of warnings from the chosen set
H A Dinit.mk35 .include <warnings.mk>
/freebsd-11.0-release/contrib/top/
H A Dtop.c170 char warnings = 0; local
332 warnings++;
347 warnings++;
363 warnings++;
388 warnings++;
443 warnings++;
522 warnings++;
583 if (warnings)
587 sleep((unsigned)(3 * warnings));
/freebsd-11.0-release/contrib/libxo/
H A Dwarnings.mk11 # Commonly used sets of warnings
H A DMakefile.am19 warnings.mk \
/freebsd-11.0-release/share/mk/
H A Dbsd.clang-analyze.mk56 CLANG_ANALYZE_CFLAGS= ${CFLAGS:N-Wa,--fatal-warnings}
57 CLANG_ANALYZE_CXXFLAGS= ${CXXFLAGS:N-Wa,--fatal-warnings}
/freebsd-11.0-release/usr.bin/localedef/
H A Dlocaledef.h53 extern int warnings;
H A Dlocaledef.c233 (void) fprintf(stderr, " -c : ignore warnings\n");
345 return (warnings ? 1 : 0);
/freebsd-11.0-release/contrib/mdocml/
H A Dmandocdb.c195 static int warnings; /* warn about crap */ variable
391 warnings = 1;
408 nodb = warnings = 1;
536 if (warnings && !nodb &&
632 if (warnings)
641 if (warnings) say("",
647 if (warnings)
661 if (warnings)
677 if (warnings)
683 if (warnings)
[all...]
/freebsd-11.0-release/tools/tools/drm/
H A Dgen-drm_pciids5 use warnings;
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc40 // specifier. So these warnings are spurious in this case. Since we compile
41 // with -Wall, this will generate these warnings which should be ignored. So
42 // we will turn off the warnings for this just file. However, MinGW also does
620 // We turned these warnings off for this file so that MinGW-g++ doesn't
622 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/freebsd-11.0-release/usr.sbin/makefs/
H A Dmtree.c68 static u_int errors, warnings; variable
134 warnings++;
1067 errors = warnings = 0;
1111 if (error <= 0 && (errors || warnings)) {
1113 errors, warnings);
/freebsd-11.0-release/sys/conf/
H A Dkern.mk16 # Disable a few warnings for clang, since there are several places in the
27 # Several other warnings which might be useful in some cases, but not severe
54 # For gcc 4.2, eliminate the too-often-wrong warnings about uninitialized vars.

Completed in 339 milliseconds

123