Home
last modified time | relevance | path

Searched full:use (Results 1 – 25 of 10068) sorted by relevance

12345678910>>...403

/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit3 Test the appearance of variable names in "Use of uninitialized value"
23 use warnings 'uninitialized';
30 Use of uninitialized value $m1 in addition (+) at - line 4.
31 Use of uninitialized value $m2 in addition (+) at - line 5.
32 Use of uninitialized value $m2 in addition (+) at - line 6.
33 Use of uninitialized value $m1 in addition (+) at - line 6.
35 use warnings 'uninitialized';
36 use utf8;
37 use open qw( :utf8 :std );
43 Use o
[all...]
H A D9enabled8 use warnings "io" ;
14 use abc0 ;
27 use warnings 'syntax' ;
28 use abc1 ;
36 use warnings 'syntax' ;
41 use warnings 'io' ;
42 use abc2 ;
54 use warnings 'syntax' ;
62 use warnings 'syntax' ;
68 use warnings 'io' ;
[all …]
H A D7fatal6 use warnings FATAL => 'syntax' ;
18 use warnings FATAL => 'all' ;
30 use warnings FATAL => 'uninitialized' ;
38 Use of uninitialized value $b in scalar chop at - line 8.
42 use warnings FATAL => 'all' ;
50 Use of uninitialized value $b in scalar chop at - line 8.
56 use warnings FATAL => 'uninitialized' ;
62 Use of uninitialized value $b in scalar chop at - line 6.
68 use warnings FATAL => 'all' ;
74 Use of uninitialized value $b in scalar chop at - line 6.
[all …]
H A D3both5 # Check interaction of $^W and use warnings
7 use warnings ;
16 Use of uninitialized value $b in scalar chop at - line 6.
19 # Check interaction of $^W and use warnings
21 use warnings ;
30 Use of uninitialized value $b in scalar chop at - line 6.
33 # Check interaction of $^W and use warnings
47 # Check interaction of $^W and use warnings
61 # Check interaction of $^W and use warnings
62 use warnings ;
[all …]
H A D2use9 use warnings 'this-should-never-be-a-warning-category' ;
16 use warnings 'syntax' ;
29 use warnings 'syntax' ;
38 use warnings 'uninitialized' ;
45 Use of uninitialized value $b in scalar chop at - line 8.
51 use warnings 'uninitialized' ;
56 Use of uninitialized value $b in scalar chop at - line 6.
62 use warnings 'uninitialized' ;
67 Use of uninitialized value $b in scalar chop at - line 6.
70 use warnings 'syntax' ;
[all …]
H A Dperl8 Recompile perl with -DDEBUGGING to use -D switch [moreswitches]
21 use warnings 'once' ;
43 use warnings 'once';
70 use warnings 'once' ;
79 use warnings 'once' ;
85 { use warnings 'once' ; $x = 3 ; }
101 use utf8;
102 use open qw( :utf8 :std );
105 use warnings 'once' ;
112 use utf8;
[all …]
H A Dpad32 use warnings 'shadow' ;
50 use feature 'state' ;
51 use warnings 'shadow' ;
76 use feature 'state' ;
77 use warnings 'shadow';
102 use feature 'state';
103 use warnings 'shadow' ;
129 use warnings 'closure' ;
151 use warnings 'closure' ;
162 use warnings 'closure' ;
[all …]
H A Dgv16 use warnings 'syntax' ;
28 use warnings 'syntax' ;
41 use warnings 'syntax' ;
86 use warnings 'syntax' ;
114 use warnings 'syntax' ;
115 use utf8;
116 use open qw( :utf8 :std );
123 use warnings;
134 Use of uninitialized value $y in print at - line 5.
137 use warning
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcvexpr.c276 void use (void *p) in use() function
282 use (&v_char); in main()
283 use (&v_signed_char); in main()
284 use (&v_unsigned_char); in main()
286 use (&v_short); in main()
287 use (&v_signed_short); in main()
288 use (&v_unsigned_short); in main()
290 use (&v_int); in main()
291 use (&v_signed_int); in main()
292 use (&v_unsigned_int); in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/strict/
H A Drefs21 use strict ;
22 my $str="A::Really::Big::Package::Name::To::Use";
25 Can't use string ("A::Really::Big::Package::Name::T"...) as a HASH ref while "strict refs" in use a…
29 use strict ;
30 "A::Really::Big::Package::Name::To::Use" =~ /(.*)/;
33 Can't use string ("A::Really::Big::Package::Name::T"...) as a SCALAR ref while "strict refs" in use
37 use strict ;
38 *{"A::Really::Big::Package::Name::To::Use"; }
40 Can't use string ("A::Really::Big::Package::Name::T"...) as a symbol ref while "strict refs" in use
44 use strict ;
[all …]
H A Dsubs14 use strict qw(refs vars);
20 use strict ;
28 use strict 'subs' ;
32 Bareword "xyz" not allowed while "strict subs" in use at - line 5.
37 use strict 'subs' ;
40 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
45 use strict 'subs' ;
48 Bareword "A" not allowed while "strict subs" in use at - line 4.
49 Bareword "Z" not allowed while "strict subs" in use at - line 4.
54 use strict 'subs' ;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/
H A DConstants.pm3 use strict ;
4 use warnings;
66 use constant ZIP_CM_STORE => 0 ;
67 use constant ZIP_CM_DEFLATE => 8 ;
68 use constant ZIP_CM_BZIP2 => 12 ;
69 use constant ZIP_CM_LZMA => 14 ;
70 use constant ZIP_CM_ZSTD => 93 ;
71 use constant ZIP_CM_XZ => 95 ;
72 use constant ZIP_CM_PPMD => 98 ; # Not Supported yet
73 use constan
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm3 use strict;
4 use warnings;
6 use vars qw[$VERSION @ISA @EXPORT];
19 use constant FILE => 0;
20 use constant HARDLINK => 1;
21 use constant SYMLINK => 2;
22 use constant CHARDEV => 3;
23 use constant BLOCKDEV => 4;
24 use constant DIR => 5;
25 use constan
[all...]
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Duse.t11 # Can't require test.pl, as we're testing the use/require mechanism here.
72 eval "use 5"; # implicit semicolon
75 eval "use 5;";
78 eval "{use 5}"; # [perl #70884]
81 eval "{use 5 }"; # [perl #70884]
86 eval q{ use v5.5.630; };
89 eval q{ use 10.0.2; };
92 eval "use 5.000"; # implicit semicolon
95 eval "use 5.000;";
98 eval "use 6.00
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc99-scanf-1.c39 scanf ("%ha", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
40 scanf ("%hA", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
41 scanf ("%he", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
42 scanf ("%hE", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
43 scanf ("%hf", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
44 scanf ("%hF", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
45 scanf ("%hg", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
46 scanf ("%hG", fp); /* { dg-warning "length" "bad use of %h" } */ in foo()
47 scanf ("%hs", s); /* { dg-warning "length" "bad use of %h" } */ in foo()
48 scanf ("%h[ac]", s); /* { dg-warning "length" "bad use of %h" } */ in foo()
[all …]
H A Dc99-printf-1.c24 printf ("%hf", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
25 printf ("%hF", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
26 printf ("%he", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
27 printf ("%hE", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
28 printf ("%hg", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
29 printf ("%hG", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
30 printf ("%ha", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
31 printf ("%hA", d); /* { dg-warning "length" "bad use of %h" } */ in foo()
32 printf ("%hc", i); /* { dg-warning "length" "bad use of %h" } */ in foo()
33 printf ("%hs", s); /* { dg-warning "length" "bad use of %h" } */ in foo()
[all …]
H A Dext-2.c19 scanf ("%qf", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
20 scanf ("%qF", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
21 scanf ("%qe", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
22 scanf ("%qE", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
23 scanf ("%qg", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
24 scanf ("%qG", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
25 scanf ("%qa", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
26 scanf ("%qA", fp); /* { dg-warning "length" "bad use of %q" } */ in foo()
27 scanf ("%qs", s); /* { dg-warning "length" "bad use of %q" } */ in foo()
28 scanf ("%q[abc]", s); /* { dg-warning "length" "bad use of %q" } */ in foo()
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/re/t/
H A Dreflags.t12 use strict;
14 use Test::More tests => 74;
18 use re '/i';
19 ok "Foo" =~ /foo/, 'use re "/i"';
20 ok "Foo" =~ /(??{'foo'})/, 'use re "/i" (??{})';
24 use re '/x';
25 ok "foo" =~ / foo /, 'use re "/x"';
26 ok "foo" =~ / (??{' foo '}) /, 'use re "/x" (??{})';
27 like " ", qr/[a b]/, 'use re "/x" [a b]';
32 use re '/xx';
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A Dloop-separate.svg140 <use x="274.88388" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/>
141 <use x="292.62811" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/>
142 <use x="318.24506" y="482.01486" width="100%" height="100%" xlink:href="#glyph0-4"/>
146 <use x="162.13281" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-1"/>
147 <use x="169.35559" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-2"/>
148 <use x="176.57835" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-3"/>
149 <use x="183.8134" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-4"/>
150 <use x="191.03618" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-5"/>
151 <use x="198.25894" y="53.257042" width="100%" height="100%" xlink:href="#glyph1-6"/>
152 <use x="162.13281" y="66.393761" width="100%" height="100%" xlink:href="#glyph1-7"/>
[all …]
H A Dloop-merge.svg140 <use x="276.50989" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/>
141 <use x="293.32669" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/>
142 <use x="317.60468" y="396.44205" width="100%" height="100%" xlink:href="#glyph0-4"/>
146 <use x="238.96875" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-1"/>
147 <use x="245.81401" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-2"/>
148 <use x="252.65927" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-3"/>
149 <use x="259.51614" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-4"/>
150 <use x="266.36139" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-5"/>
151 <use x="273.20667" y="52.352192" width="100%" height="100%" xlink:href="#glyph1-6"/>
152 <use x="238.96875" y="64.805321" width="100%" height="100%" xlink:href="#glyph1-7"/>
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/
H A DConstants.pm3 use strict ;
4 use warnings;
5 use bytes;
65 use constant GZIP_ID_SIZE => 2 ;
66 use constant GZIP_ID1 => 0x1F;
67 use constant GZIP_ID2 => 0x8B;
69 use constant GZIP_MIN_HEADER_SIZE => 10 ;# minimum gzip header size
70 use constant GZIP_TRAILER_SIZE => 8 ;
73 use constant GZIP_FLG_DEFAULT => 0x00 ;
74 use constan
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t3 use strict;
4 use Test::More;
5 use Config;
12 foreach ([atexit => 'C-specific: use END {} instead'],
19 [div => 'C-specific: use /, % and int instead'],
36 [fprintf => 'C-specific: use printf instead'],
37 [fputc => 'C-specific: use print instead'],
38 [fputs => 'C-specific: use print instead'],
39 [fread => 'C-specific: use read instead'],
41 [freopen => 'C-specific: use open instead'],
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/charnames/
H A Dalias1 Tests for use charnames with compilation errors and aliases.
4 use warnings;
5 use charnames ":scoobydoo";
37 use charnames "alias";
44 use warnings;
45 use charnames ":alias";
52 use warnings;
53 use charnames ":alias" => ":full";
57 :alias cannot use existing pragma :full \(reversed order\?\) at
60 use warnings;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/
H A DConstants.pm4 use strict ;
5 use warnings;
6 use bytes;
49 use constant ZLIB_HEADER_SIZE => 2;
50 use constant ZLIB_TRAILER_SIZE => 4;
52 use constant ZLIB_CMF_CM_OFFSET => 0;
53 use constant ZLIB_CMF_CM_BITS => 0xF ; # 0b1111
54 use constant ZLIB_CMF_CM_DEFLATED => 8;
56 use constant ZLIB_CMF_CINFO_OFFSET => 4;
57 use constan
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/
H A D02_Module-Load.t3 use strict;
4 use warnings;
6 use Test::More;
7 use Config;
59 _test('use Module::Load;
64 _test('use Module::Load "load";
69 _test('use Module::Load;
74 _test('use Module::Load;
79 _test('use Module::Load "all";
83 _test('use Module::Load "";
[all …]

12345678910>>...403