Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/trueos/usr.sbin/lpr/chkprintcap/
HDskimprintcap.c175 skinf->warnings++; in skim_printcap()
192 skinf->warnings++; in skim_printcap()
208 skinf->warnings++; in skim_printcap()
224 skinf->warnings++; in skim_printcap()
233 skinf->warnings++; in skim_printcap()
250 if (skinf->warnings > 0) in skim_printcap()
251 warnx("%4d warnings from skimming %s", skinf->warnings, in skim_printcap()
HDskimprintcap.h41 int warnings; member
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticGroups.td245 def PoundWarning : DiagGroup<"#warnings">,
295 // Preprocessor warnings.
298 // Just silence warnings about -Wstrict-aliasing for now.
304 // Just silence warnings about -Wstrict-overflow for now.
413 // -Widiomatic-parentheses contains warnings about 'idiomatic'
416 // do not want these warnings.
427 // -Wconversion has its own warnings, but we split a few out for
429 // - some people want just 64-to-32 warnings
430 // - conversion warnings with constant sources are on by default
431 // - conversion warnings for literals are on by default
[all …]
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpy_calltime_example.txt64 warnings.py func ? 1
65 warnings.py func _OptionError 1
66 warnings.py func _processoptions 1
70 warnings.py func simplefilter 2
97 warnings.py func _OptionError 3
100 warnings.py func _processoptions 3
116 warnings.py func simplefilter 11
151 warnings.py func ? 500
175 warnings.py func _OptionError 3
178 warnings.py func _processoptions 3
[all …]
HDpy_cputime_example.txt64 warnings.py func ? 1
65 warnings.py func _OptionError 1
66 warnings.py func _processoptions 1
70 warnings.py func simplefilter 2
94 warnings.py func _OptionError 1
97 warnings.py func _processoptions 1
121 warnings.py func simplefilter 7
148 warnings.py func ? 171
172 warnings.py func _OptionError 1
175 warnings.py func _processoptions 1
[all …]
HDpy_funccalls_example.txt63 warnings.py ? 1
64 warnings.py _OptionError 1
65 warnings.py _processoptions 1
69 warnings.py simplefilter 2
HDpy_calldist_example.txt96 warnings.py, func, _OptionError
102 warnings.py, func, _processoptions
174 warnings.py, func, simplefilter
378 warnings.py, func, ?
565 warnings.py, func, _OptionError
571 warnings.py, func, _processoptions
643 warnings.py, func, simplefilter
826 warnings.py, func, ?
HDpy_flow_example.txt414 0 3064371872141 warnings.py -> ?
417 0 3064371872352 warnings.py -> _OptionError
418 0 3064371872361 warnings.py <- _OptionError
419 0 3064371872378 warnings.py -> _processoptions
420 0 3064371872387 warnings.py <- _processoptions
421 0 3064371872397 warnings.py -> simplefilter
422 0 3064371872410 warnings.py <- simplefilter
423 0 3064371872418 warnings.py -> simplefilter
424 0 3064371872428 warnings.py <- simplefilter
425 0 3064371872436 warnings.py <- ?
HDpy_flowtime_example.txt414 0 3064660329029 warnings.py 270 -> ?
417 0 3064660329220 warnings.py 18 -> _OptionError
418 0 3064660329228 warnings.py 8 <- _OptionError
419 0 3064660329246 warnings.py 17 -> _processoptions
420 0 3064660329255 warnings.py 8 <- _processoptions
421 0 3064660329266 warnings.py 10 -> simplefilter
422 0 3064660329278 warnings.py 12 <- simplefilter
423 0 3064660329288 warnings.py 9 -> simplefilter
424 0 3064660329298 warnings.py 10 <- simplefilter
425 0 3064660329307 warnings.py 8 <- ?
HDpy_cpudist_example.txt60 warnings.py, func, _OptionError
138 warnings.py, func, _processoptions
192 warnings.py, func, simplefilter
388 warnings.py, func, ?
526 warnings.py, func, _OptionError
592 warnings.py, func, _processoptions
634 warnings.py, func, simplefilter
804 warnings.py, func, ?
HDpy_syscalls_example.txt75 warnings.py func ? 1
76 warnings.py func _OptionError 1
77 warnings.py func _processoptions 1
89 warnings.py func simplefilter 2
HDpl_who_example.txt28 14977 100 1 lib/warnings.pm
31 14977 100 3 lib/warnings/register.pm
HDpy_flowinfo_example.txt415 0 145424 289 warnings.py:1 func -> ?
418 0 145424 20 warnings.py:179 func -> _OptionError
419 0 145424 9 warnings.py:180 func <- _OptionError
420 0 145424 19 warnings.py:184 func -> _processoptions
421 0 145424 10 warnings.py:189 func <- _processoptions
422 0 145424 12 warnings.py:160 func -> simplefilter
423 0 145424 13 warnings.py:173 func <- simplefilter
424 0 145424 10 warnings.py:160 func -> simplefilter
425 0 145424 11 warnings.py:173 func <- simplefilter
426 0 145424 9 warnings.py:259 func <- ?
HDpl_cputime_example.txt75 warnings.pm sub BEGIN 1
110 warnings.pm sub BEGIN 598
138 warnings.pm sub BEGIN 598
HDpl_calltime_example.txt74 warnings.pm sub BEGIN 1
108 warnings.pm sub BEGIN 680
136 warnings.pm sub BEGIN 680
/trueos/contrib/top/
HDtop.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));
/trueos/contrib/gcclibs/libdecnumber/
HDconfigure.ac38 # Figure out what compiler warnings we can enable.
39 # See config/warnings.m4 for details.
46 # Only enable with --enable-werror-always until existing warnings are
/trueos/contrib/file/
HDconfigure.ac116 AC_MSG_CHECKING(for gcc compiler warnings)
117 AC_ARG_ENABLE(warnings, optenable
118 [ --disable-warnings disable compiler warnings],
/trueos/contrib/openpam/
HDconfigure.ac111 AC_ARG_ENABLE([developer-warnings],
112 AS_HELP_STRING([--enable-developer-warnings], [enable strict warnings (default is NO)]),
/trueos/contrib/gcclibs/libcpp/
HDconfigure.ac21 # Figure out what compiler warnings we can enable.
22 # See config/warnings.m4 for details.
29 # Only enable with --enable-werror-always until existing warnings are
/trueos/contrib/gdb/gdb/
HDgdb_mbuild.sh252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
254 || echo "--enable-sim-build-warnings=${simopts}"`
/trueos/contrib/texinfo/
HDINSTALL20 want your users to see the installation warnings, because you already
22 In this case, run configure --disable-install-warnings, or set
/trueos/tools/kerneldoc/subsys/
HDDoxyfile-vm10 EXTRACT_ALL = YES # for undocumented src, no warnings enabled
HDDoxyfile-opencrypto10 EXTRACT_ALL = YES # for undocumented src, no warnings enabled
HDDoxyfile-dev_tl10 EXTRACT_ALL = YES # for undocumented src, no warnings enabled

12345678910>>...26