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

12

/freebsd-10.1-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-10.1-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in6 use warnings;
/freebsd-10.1-release/contrib/ntp/scripts/build/
H A DgenAuthors.in22 use warnings;
H A DupdateBEDate2 use warnings;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms19 CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
254 || echo "--enable-sim-build-warnings=${simopts}"`
/freebsd-10.1-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-10.1-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-10.1-release/tools/tools/drm/
H A Dgen-drm_pciids5 use warnings;
/freebsd-10.1-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-10.1-release/usr.sbin/makefs/
H A Dmtree.c68 static u_int errors, warnings; variable
134 warnings++;
1056 errors = warnings = 0;
1100 if (error <= 0 && (errors || warnings)) {
1102 errors, warnings);
/freebsd-10.1-release/tools/regression/acltools/
H A Drun48 no warnings qw(taint);
/freebsd-10.1-release/sys/conf/
H A Dkern.mk15 # Disable a few warnings for clang, since there are several places in the
28 # Several other warnings which might be useful in some cases, but not severe
/freebsd-10.1-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man11 use warnings;
H A Dmdoc2texi15 use warnings;
/freebsd-10.1-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man37 use warnings;
/freebsd-10.1-release/contrib/file/
H A DREADME96 src/print.c - print results, errors, warnings.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1683 std::string warnings; local
1684 Error err = thread->JumpToLine (file, line, m_options.m_force, &warnings);
1692 if (!warnings.empty())
1693 result.AppendWarning (warnings.c_str());
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h340 JumpToLine (const FileSpec &file, uint32_t line, bool can_leave_function, std::string *warnings = NULL);
/freebsd-10.1-release/gnu/usr.bin/cc/cc_int/
H A DMakefile27 tree-ssa-alias-warnings.o \
/freebsd-10.1-release/share/mk/
H A Dbsd.sys.mk68 # Clang has more warnings enabled by default, and when using -Wall, so if WARNS
H A Dsys.mk345 # Toggle on warnings
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1780 Thread::JumpToLine (const FileSpec &file, uint32_t line, bool can_leave_function, std::string *warnings) argument
1827 if (warnings && candidates.size() > 1)
1833 *warnings = sstr.GetString();

Completed in 313 milliseconds

12