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

12

/freebsd-9.3-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-9.3-release/contrib/cvs/contrib/
H A Dpvcs2rcs.in253 my ($errors, $warnings) = (0, 0);
273 warnings => 1
384 my ($errors, $warnings) = (0, 0); # We return these error counters
421 return ($errors, $warnings);
437 return ($errors, $warnings);
478 error_count 'warning', \$warnings, "Found two vcs dirs in directory $cd.\n"
479 if ($vcsdir and $options{warnings});
538 $warnings += $w;
580 error_count 'warning', \$warnings, "$abs_file is NOT a valid PVCS archive!!!\n";
868 return ($errors, $warnings);
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in6 use warnings;
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DgenAuthors.in22 use warnings;
H A DupdateBEDate2 use warnings;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms19 CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
254 || echo "--enable-sim-build-warnings=${simopts}"`
/freebsd-9.3-release/contrib/bmake/mk/
H A Dwarnings.mk2 # $Id: warnings.mk,v 1.7 2009/12/11 17:06:03 sjg Exp $
19 # Any number of warnings sets can be added.
20 .-include "warnings-sets.mk"
22 # Modest defaults - put more elaborate sets in warnings-sets.mk
88 # Allow for per-target warnings
H A Dinit.mk32 .include <warnings.mk>
/freebsd-9.3-release/contrib/top/
H A Dtop.c182 char warnings = 0; local
344 warnings++;
359 warnings++;
375 warnings++;
400 warnings++;
455 warnings++;
534 warnings++;
595 if (warnings)
599 sleep((unsigned)(3 * warnings));
/freebsd-9.3-release/tools/regression/bin/pax/
H A Dregress.t6 use warnings;
/freebsd-9.3-release/tools/regression/sbin/growfs/
H A Dregress.t6 use warnings;
/freebsd-9.3-release/tools/tools/drm/
H A Dgen-drm_pciids5 use warnings;
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc38 // specifier. So these warnings are spurious in this case. Since we compile
39 // with -Wall, this will generate these warnings which should be ignored. So
40 // we will turn off the warnings for this just file. However, MinGW also does
474 // We turned these warnings off for this file so that MinGW-g++ doesn't
476 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c68 static u_int errors, warnings; variable
134 warnings++;
1055 errors = warnings = 0;
1099 if (error <= 0 && (errors || warnings)) {
1101 errors, warnings);
/freebsd-9.3-release/tools/regression/acltools/
H A Drun48 no warnings qw(taint);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man11 use warnings;
H A Dmdoc2texi15 use warnings;
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man37 use warnings;
/freebsd-9.3-release/sys/conf/
H A Dkern.mk16 # Disable a few warnings for clang, since there are several places in the
29 # Several other warnings which might be useful in some cases, but not severe
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk64 # Clang has more warnings enabled by default, and when using -Wall, so if WARNS
/freebsd-9.3-release/contrib/file/
H A DREADME96 src/print.c - print results, errors, warnings.
/freebsd-9.3-release/contrib/bind9/lib/isccfg/include/isccfg/
H A Dgrammar.h181 unsigned int warnings; member in struct:cfg_parser
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile25 tree-ssa-alias-warnings.o \

Completed in 167 milliseconds

12