]> andersk Git - splint.git/blob - test/internal.expect
noexpand always false.
[splint.git] / test / internal.expect
1
2 internal.c: (in function f1)
3 internal.c:21:9: Variable e1 shadows outer declaration
4    internal.c:12:7: Previous definition of e1: int
5
6 Finished checking --- 1 code warning, as expected
7
8 internal.c: (in function f1)
9 internal.c:21:9: Variable e1 shadows outer declaration
10    internal.c:12:7: Previous definition of e1: int
11
12 Finished checking --- 1 code warning, as expected
13
14 internal.c:4:5: Internal identifier iwonderhowmanycharactersaresignificant2 is
15     not distinguishable from iwonderhowmanycharactersaresignificant1 in the
16     first 31 characters (iwonderhowmanycharactersaresign)
17    internal.c:3:5: Declaration of iwonderhowmanycharactersaresignificant1
18 internal.c: (in function f1)
19 internal.c:21:9: Variable e1 shadows outer declaration
20    internal.c:12:7: Previous definition of e1: int
21
22 Finished checking --- 2 code warnings, as expected
23
24 internal.c:4:5: Internal identifier iwonderhowmanycharactersaresignificant2 is
25     not distinguishable from iwonderhowmanycharactersaresignificant1 in the
26     first 28 characters (iwonderhowmanycharactersares)
27    internal.c:3:5: Declaration of iwonderhowmanycharactersaresignificant1
28 internal.c:6:5: Internal identifier manycharactersaresignificant2 is not
29     distinguishable from manycharactersaresignificant1 in the first 28
30     characters (manycharactersaresignificant)
31    internal.c:5:5: Declaration of manycharactersaresignificant1
32 internal.c: (in function f1)
33 internal.c:21:9: Variable e1 shadows outer declaration
34    internal.c:12:7: Previous definition of e1: int
35
36 Finished checking --- 3 code warnings, as expected
37
38 internal.c: (in function f1)
39 internal.c:15:8: Internal identifier Alphabet is not distinguishable from
40                     alphabet without case sensitivity
41    internal.c:14:7: Declaration of alphabet
42 internal.c:21:9: Variable e1 shadows outer declaration
43    internal.c:12:7: Previous definition of e1: int
44 internal.c:23:11: Internal identifier lcAse is not distinguishable from lcase
45                      without case sensitivity
46    internal.c:18:7: Declaration of lcase
47
48 Finished checking --- 3 code warnings, as expected
49
50 internal.c:10:6: Internal identifier f1 is not distinguishable from fl except
51                     by lookalike characters
52    internal.c:8:12: Declaration of fl
53 internal.c: (in function f1)
54 internal.c:13:9: Internal identifier el is not distinguishable from e1 except
55                     by lookalike characters
56    internal.c:12:7: Declaration of e1
57 internal.c:15:8: Internal identifier Alphabet is not distinguishable from
58                     alphabet without case sensitivity
59    internal.c:14:7: Declaration of alphabet
60 internal.c:17:8: Internal identifier alphabetlsoup is not distinguishable from
61                     alphabet1soup except by lookalike characters
62    internal.c:16:7: Declaration of alphabet1soup
63 internal.c:21:9: Variable e1 shadows outer declaration
64    internal.c:12:7: Previous definition of e1: int
65 internal.c:21:9: Internal identifier e1 is not distinguishable from el except
66                     by lookalike characters
67    internal.c:13:9: Declaration of el
68 internal.c:22:9: Internal identifier a1phabet is not distinguishable from
69                     alphabet except by lookalike characters
70    internal.c:14:7: Declaration of alphabet
71 internal.c:23:11: Internal identifier lcAse is not distinguishable from lcase
72                      without case sensitivity
73    internal.c:18:7: Declaration of lcase
74 internal.c:25:9: Internal identifier sS2 is not distinguishable from s52 except
75                     by lookalike characters
76    internal.c:24:9: Declaration of s52
77 internal.c:26:9: Internal identifier s5Z is not distinguishable from s52 except
78                     by lookalike characters
79    internal.c:24:9: Declaration of s52
80 internal.c:28:9: Internal identifier num0 is not distinguishable from numO
81                     except by lookalike characters
82    internal.c:27:9: Declaration of numO
83
84 Finished checking --- 11 code warnings, as expected
This page took 0.048267 seconds and 5 git commands to generate.