| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 1 //==--- DiagnosticGroups.td - Diagnostic Group Definitions ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 def ImplicitFunctionDeclare : DiagGroup<"implicit-function-declaration">; 10 def ImplicitInt : DiagGroup<"implicit-int">; 21 def AbsoluteValue : DiagGroup<"absolute-value">; 22 def MisspelledAssumption : DiagGroup<"misspelled-assumption">; 23 def UnknownAssumption : DiagGroup<"unknown-assumption">; 24 def AddressOfTemporary : DiagGroup<"address-of-temporary">; 25 def : DiagGroup<"aggregate-return">; [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/ |
| H A D | Makefile.PL | 2 use strict; 3 use warnings; 15 "DISTNAME" => "Text-Template", 24 "strict" => 0, 25 "warnings" => 0 32 "Test::Warnings" => 0, 52 "Test::Warnings" => 0, 55 "strict" => 0, 58 "warnings" => 0 62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { [all …]
|
| H A D | META.yml | 1 --- 4 - 'Michael Schout <mschout@cpan.org>' 10 Test::Warnings: '0' 21 meta-spec: 22 url: http://module-build.sourceforge.net/META-spec-v1.4.html 24 name: Text-Template 38 strict: '0' 39 warnings: '0' 41 bugtracker: https://github.com/mschout/perl-text-template/issues 42 homepage: https://github.com/mschout/perl-text-template [all …]
|
| H A D | Changes | 3 1.56 2019-07-09 4 - Fix typos in Changes 6 1.55 2019-02-25 7 - Improve AppVeyor tests for older Perls (Thanks Roy Ivy) 8 - Check for Test::More 0.94 and skip tests if not installed where 10 - Improve workaround for broken Win32 File::Temp taint failure (Thanks Roy Ivy). 11 - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy) 12 - Add checks and skip_all checks for non-core test modules (Thanks Roy Ivy) 14 1.54 2019-01-13 15 - Fix tempfile creation during tests on Win32 [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | pl_calltime_example.txt | 7 Tracing... Hit Ctrl-C to end. 15 - total - 3 22 - total - 3026371 33 1.0 seconds of time (~1000000 us) processing code - while not in other 43 when it completed - which includes off-CPU time due to other system events 60 Tracing... Hit Ctrl-C to end. 74 warnings.pm sub BEGIN 1 84 strict.pm sub unimport 4 85 strict.pm sub import 5 87 strict.pm sub bits 6 [all …]
|
| H A D | pl_cputime_example.txt | 3 This script traces the on-CPU time of Perl subroutines (functions) and 7 Tracing... Hit Ctrl-C to end. 15 - total - 3 17 Exclusive subroutine on-CPU times (us), 22 - total - 1601653 24 Inclusive subroutine on-CPU times (us), 33 The exclusive subroutine on-CPU times show that func_a() spent around 264.2 ms 34 on-CPU, func_b() spent 538.5 ms, and func_c() spent 799.0 ms. This exclusive 37 The inclusive subroutine on-CPU times show that func_c() spent around 799.0 ms 38 on-CPU, func_b() spent around 1.3 seconds, and func_a() spent around 1.6 [all …]
|
| H A D | pl_flow_example.txt | 7 C TIME(us) FILE -- SUB 8 0 2979519183757 func_abc.pl -> func_a 9 0 2979520190159 func_abc.pl -> func_b 10 0 2979521200166 func_abc.pl -> func_c 11 0 2979522210184 func_abc.pl <- func_c 12 0 2979522210199 func_abc.pl <- func_b 13 0 2979522210207 func_abc.pl <- func_a 17 shows which subroutine is calling who - the output abovebegins by showing that 31 C TIME(us) FILE -- SUB 32 0 4181899422549 nicstat -> BEGIN [all …]
|
| H A D | pl_flowtime_example.txt | 7 C TIME(us) FILE DELTA(us) -- SUB 8 0 4201460363351 func_abc.pl 2 -> func_a 9 0 4201461370041 func_abc.pl 1006689 -> func_b 10 0 4201462380038 func_abc.pl 1009997 -> func_c 11 0 4201463390094 func_abc.pl 1010055 <- func_c 12 0 4201463390117 func_abc.pl 23 <- func_b 13 0 4201463390126 func_abc.pl 8 <- func_a 17 shows which subroutine is calling who - the output above begins by showing that 36 C TIME(us) FILE DELTA(us) -- SUB 37 0 4201691465151 nicstat 2 -> BEGIN [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | pl_calltime_example.txt | 7 Tracing... Hit Ctrl-C to end. 15 - total - 3 22 - total - 3026371 33 1.0 seconds of time (~1000000 us) processing code - while not in other 43 when it completed - which includes off-CPU time due to other system events 60 Tracing... Hit Ctrl-C to end. 74 warnings.pm sub BEGIN 1 84 strict.pm sub unimport 4 85 strict.pm sub import 5 87 strict.pm sub bits 6 [all …]
|
| H A D | pl_cputime_example.txt | 3 This script traces the on-CPU time of Perl subroutines (functions) and 7 Tracing... Hit Ctrl-C to end. 15 - total - 3 17 Exclusive subroutine on-CPU times (us), 22 - total - 1601653 24 Inclusive subroutine on-CPU times (us), 33 The exclusive subroutine on-CPU times show that func_a() spent around 264.2 ms 34 on-CPU, func_b() spent 538.5 ms, and func_c() spent 799.0 ms. This exclusive 37 The inclusive subroutine on-CPU times show that func_c() spent around 799.0 ms 38 on-CPU, func_b() spent around 1.3 seconds, and func_a() spent around 1.6 [all …]
|
| H A D | pl_flow_example.txt | 7 C TIME(us) FILE -- SUB 8 0 2979519183757 func_abc.pl -> func_a 9 0 2979520190159 func_abc.pl -> func_b 10 0 2979521200166 func_abc.pl -> func_c 11 0 2979522210184 func_abc.pl <- func_c 12 0 2979522210199 func_abc.pl <- func_b 13 0 2979522210207 func_abc.pl <- func_a 17 shows which subroutine is calling who - the output abovebegins by showing that 31 C TIME(us) FILE -- SUB 32 0 4181899422549 nicstat -> BEGIN [all …]
|
| H A D | pl_flowtime_example.txt | 7 C TIME(us) FILE DELTA(us) -- SUB 8 0 4201460363351 func_abc.pl 2 -> func_a 9 0 4201461370041 func_abc.pl 1006689 -> func_b 10 0 4201462380038 func_abc.pl 1009997 -> func_c 11 0 4201463390094 func_abc.pl 1010055 <- func_c 12 0 4201463390117 func_abc.pl 23 <- func_b 13 0 4201463390126 func_abc.pl 8 <- func_a 17 shows which subroutine is calling who - the output above begins by showing that 36 C TIME(us) FILE DELTA(us) -- SUB 37 0 4201691465151 nicstat 2 -> BEGIN [all …]
|
| H A D | pl_who_example.txt | 7 Tracing... Hit Ctrl-C to end. 24 Tracing... Hit Ctrl-C to end. 28 14977 100 1 lib/warnings.pm 31 14977 100 3 lib/warnings/register.pm 36 14977 100 15 lib/strict.pm
|
| /netbsd-src/usr.bin/xlint/xlint/ |
| H A D | lint.1 | 29 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 77 that are likely to be bugs, to be non-portable, or to be 79 It also performs stricter type checking than traditional pre-C90 C compilers. 80 The list of errors and warnings that 91 cross-checks the results of the first synopsis form for inconsistencies 139 .Pa llib-l Ns Ar library Ns Pa \&.ln 140 (lint library) files and processes them in command-line order. 144 .Pq Pa llib-lc.ln 156 .Pa llib-l Ns Ar library Ns Pa \&.ln 171 .Bl -ta [all...] |
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | warnings.t | 3 use strict; 4 use warnings; 13 Test::More->import; 15 # Non-CORE module(s) 16 unless (eval { require Test::Warnings; 1; }) { 17 plan(skip_all => '[ Test::Warnings ] is required for testing'); 20 Test::Warnings->import; 26 'This template should not produce warnings.'.$bad; 31 $template = Text::Template->new(type => 'STRING', source => $template); 34 my $result = $template->fill_in(HASH => { good => 'good' }); [all …]
|
| H A D | hash.t | 6 use strict; 7 use warnings; 12 my $template = 'We will put value of $v (which is "good") here -> {$v}'; 20 $template = Text::Template->new('type' => 'STRING', 'source' => $template); 24 my $result2 = 'We will put value of $v (which is "good") here -> good'; 25 my $text = $template->fill_in(HASH => $vars); 32 my $result4 = 'We will put value of $v (which is "good") here -> good'; 33 $text = $template->fill_in(HASH => $vars); 37 my $result5 = 'We will put value of $v (which is "good") here -> good'; 38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q'); [all …]
|
| /netbsd-src/games/gomoku/ |
| H A D | Makefile | 8 LDADD= -lcurses -lterminfo 10 CPPFLAGS+= ${DEBUG:D-DDEBUG} 12 #WARNS= 6 # would produce warnings about small integer types 13 LINTFLAGS+= -w # treat warnings as errors 14 LINTFLAGS+= -T # strict bool mode 15 LINTFLAGS+= -e # strict enum checks
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | mknum.pl | 3 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 10 use strict; 11 use warnings; 24 my $warnings = 1; 34 'warnings!' => \$warnings, 42 my $ordinals = OpenSSL::Ordinals->new(from => $ordinals_file, 43 warnings => $warnings, 46 $ordinals->set_version($version); 49 %orig_names = map { $_->name() => 1 } 50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] }, [all …]
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| H A D | ChannelDefs.pm | 1 # Copyright (C) 2002-2003, 2006, 2008-2012 Free Software Foundation, 23 Autom4te::ChannelDefs - channel definitions for Automake and helper functions 51 use strict; 76 =item C<error-gnu> 80 =item C<error-gnu/warn> 82 Errors related to GNU Standards that should be warnings in "foreign" mode. 84 =item C<error-gnits> 94 Constructs compromising the cross-compilation of the package. 98 Warnings related to GNU Coding Standards. 102 Warnings about obsolete features (silent by default). [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | reducer.pl | 2 use strict; 3 use warnings; 9 die "$prog: [error] cannot read file $file\n" if (! -r $file); 29 …$command = [$compiler, "-fsyntax-only", "-Wfatal-errors", "-Wno-deprecated-declarations", "-Wimpli… 36 use strict; 37 use warnings; 40 `rm -f $reduceOut`; 56 system("multidelta -level=$level $scriptFile $srcFile");
|
| /netbsd-src/share/man/man3/ |
| H A D | __USE.3 | 23 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 40 macro can be used to omit warnings produced by certain compilers when 45 .Bd -literal -offset indent 62 .Bd -literal -offset indent 81 .Bd -literal -offset indent 96 without producing compiler warnings. 99 .Bd -literal -offset indent 105 of the variable can be re-evaluated. 109 .Bd -literal -offset indent 117 should be used sparingly as it can cause valid warnings to be hidden. [all …]
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | c.at | 1 # -*- Autotest -*- 5 # Copyright (C) 2000-2006, 2008-2012 Free Software Foundation, Inc. 26 ## ------------ ## 28 ## ------------ ## 48 ## -------------------------- ## 50 ## -------------------------- ## 60 CC=no-such-compiler 70 ## ------------ ## 72 ## ------------ ## 88 ## --------------------------------- ## [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | wflags.m4 | 8 AS_HELP_STRING([--enable-developer], [enable developer warnings])) 10 dwflags="-Werror" 15 if test -z "$WFLAGS" -a "$GCC" = "yes"; then 17 # -Wcast-align doesn't work well on alpha osf/1 18 # -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast 19 # -Wmissing-declarations -Wnested-externs 20 # -Wstrict-overflow=5 21 WFLAGS="ifelse($#, 0,-Wall, $1) $dwflags" 24 # WFLAGS_LITE can be appended to WFLAGS to turn off a host of warnings 27 WFLAGS_LITE="-Wno-extra -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-shadow" [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | noncopyable.hpp | 25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 33 /// header-inclusion side-effects. 42 /// Forbids copying a class at compile-time. 52 /// The class cannot be empty; otherwise we get ABI-stability warnings 53 /// during the build, which will break it due to strict checking. 63 // Explicitly needed to provide some non-private functions. Otherwise 64 // we also get some warnings during the build.
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | configure.ac | 1 dnl Copyright 2000-2007 Niels Provos 2 dnl Copyright 2007-2012 Niels Provos and Nick Mathewson 8 AC_INIT(libevent,2.1.12-stable) 13 AC_CONFIG_AUX_DIR([build-aux]) 17 AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in) 34 # CFLAGS="$CFLAGS -D_OSF_SOURCE" 42 # AC_PROG_MKDIR_P - $(MKDIR_P) should be defined by AM_INIT_AUTOMAKE 49 # have -fno-strict-aliasing 56 # Enable many gcc warnings by default... 57 CFLAGS="$CFLAGS -Wall" [all …]
|