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

123

/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h43 int warnings; member in struct:skiminfo
H A Dskimprintcap.c177 skinf->warnings++;
194 skinf->warnings++;
210 skinf->warnings++;
226 skinf->warnings++;
235 skinf->warnings++;
252 if (skinf->warnings > 0)
253 warnx("%4d warnings from skimming %s", skinf->warnings,
/freebsd-11-stable/contrib/libxo/xo/
H A DMakefile.am12 include ${top_srcdir}/warnings.mk
/freebsd-11-stable/contrib/libxo/xopo/
H A DMakefile.am12 include ${top_srcdir}/warnings.mk
/freebsd-11-stable/contrib/libxo/libxo/
H A DMakefile.am15 include ${top_srcdir}/warnings.mk
/freebsd-11-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in6 use warnings;
/freebsd-11-stable/contrib/libxo/encoder/cbor/
H A DMakefile.am17 include ${top_srcdir}/warnings.mk
/freebsd-11-stable/contrib/libxo/encoder/test/
H A DMakefile.am17 include ${top_srcdir}/warnings.mk
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DgenAuthors.in22 use warnings;
H A DupdateBEDate2 use warnings;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmakefile.vms19 CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
254 || echo "--enable-sim-build-warnings=${simopts}"`
/freebsd-11-stable/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-stable/contrib/top/
H A Dtop.c275 char warnings = 0; local
439 warnings++;
454 warnings++;
470 warnings++;
495 warnings++;
554 warnings++;
633 warnings++;
694 if (warnings)
698 sleep((unsigned)(3 * warnings));
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk11 # Commonly used sets of warnings
H A DMakefile.am19 warnings.mk \
/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c174 static int warnings; /* warn about crap */ variable
373 warnings = 1;
390 nodb = warnings = 1;
614 if (warnings)
623 if (warnings) say("",
629 if (warnings)
643 if (warnings)
659 if (warnings)
665 if (warnings)
669 if (warnings)
[all...]
/freebsd-11-stable/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}
H A Datf.test.mk57 # Silence warnings about usage of deprecated std::auto_ptr
/freebsd-11-stable/tools/tools/drm/
H A Dgen-drm_pciids5 use warnings;
/freebsd-11-stable/usr.bin/localedef/
H A Dlocaledef.h56 extern int warnings;
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test.t30 use warnings;
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c77 static u_int errors, warnings; variable
140 warnings++;
1040 errors = warnings = 0;
1084 if (error <= 0 && (errors || warnings)) {
1086 errors, warnings);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc42 // specifier. So these warnings are spurious in this case. Since we compile
43 // with -Wall, this will generate these warnings which should be ignored. So
44 // we will turn off the warnings for this just file. However, MinGW also does
858 // We turned these warnings off for this file so that MinGW-g++ doesn't
860 // warnings back on. If MinGW starts to support diagnostic stacks, we can

Completed in 235 milliseconds

123