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