]> andersk Git - splint.git/blob - test/ansireserved.expect
Renaming - LCLint => Splint
[splint.git] / test / ansireserved.expect
1
2 ansireserved.c:9: Name EVANS is reserved for future ANSI library extensions.
3     Macros beginning with E and a digit or uppercase letter may be added to
4     <errno.h>. (See ANSI, Section 4.13.1)
5 ansireserved.c:1:5: Name decimal_point is reserved for the standard library
6 ansireserved.c:2:5: Name srand is reserved for the standard library
7 ansireserved.c:3:5: Name labs is reserved for the standard library
8 ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
9                        beginning with underscore)
10 ansireserved.c:5:5: Name atan2f is reserved for future ANSI library extensions.
11      The names of all existing functions in <math.h> suffixed with 'f' or 'l'
12     may be added to <math.h>. (See ANSI, Section 4.13.4)
13 ansireserved.c:7:13: Name wcst is reserved for future ANSI library extensions. 
14     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
15     be added to <string.h>. (See ANSI, Section 4.13.8)
16 ansireserved.c:11:5: Name isaFish is reserved for future ANSI library
17     extensions.  Functions beginning with "is" or "to" and a lowercase letter
18     may be added to <ctype.h>. (See ANSI, Section 4.13.2)
19 ansireserved.c: (in function isaFish)
20 ansireserved.c:16:20: Name wctomb is reserved for the standard library
21
22 Finished checking --- 9 code warnings, as expected
23
24 ansireserved.c:9: Name EVANS is reserved for future ANSI library extensions.
25     Macros beginning with E and a digit or uppercase letter may be added to
26     <errno.h>. (See ANSI, Section 4.13.1)
27 ansireserved.c:1:5: Name decimal_point is reserved for the standard library
28 ansireserved.c:2:5: Name srand is reserved for the standard library
29 ansireserved.c:3:5: Name labs is reserved for the standard library
30 ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
31                        beginning with underscore)
32 ansireserved.c:5:5: Name atan2f is reserved for future ANSI library extensions.
33      The names of all existing functions in <math.h> suffixed with 'f' or 'l'
34     may be added to <math.h>. (See ANSI, Section 4.13.4)
35 ansireserved.c:7:13: Name wcst is reserved for future ANSI library extensions. 
36     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
37     be added to <string.h>. (See ANSI, Section 4.13.8)
38 ansireserved.c:11:5: Name isaFish is reserved for future ANSI library
39     extensions.  Functions beginning with "is" or "to" and a lowercase letter
40     may be added to <ctype.h>. (See ANSI, Section 4.13.2)
41 ansireserved.c: (in function isaFish)
42 ansireserved.c:13:20: Name powl is reserved for future ANSI library extensions.
43      The names of all existing functions in <math.h> suffixed with 'f' or 'l'
44     may be added to <math.h>. (See ANSI, Section 4.13.4)
45 ansireserved.c:15:22: Name memory is reserved for future ANSI library
46     extensions.  Functions that begin with "mem" or "wcs" and a lowercase
47     letter letter may be added to <string.h>. (See ANSI, Section 4.13.8)
48 ansireserved.c:16:20: Name wctomb is reserved for the standard library
49
50 Finished checking --- 11 code warnings, as expected
51
52 ansireserved.c:9: Name EVANS is reserved for future ANSI library extensions.
53     Macros beginning with E and a digit or uppercase letter may be added to
54     <errno.h>. (See ANSI, Section 4.13.1)
55 ansireserved.c:1:5: Name decimal_point is reserved for the standard library
56 ansireserved.c:2:5: Function srand inconsistently declared as variable: int
57    load file ansi.lcd:897:1: Specification of srand:
58    [function (unsigned int) returns void]
59 ansireserved.c:2:5: Name srand is reserved for the standard library
60 ansireserved.c:3:5: Function labs inconsistently declared as variable: int
61    load file ansi.lcd:919:1: Specification of labs:
62    [function (long int) returns long int]
63 ansireserved.c:3:5: Name labs is reserved for the standard library
64 ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
65                        beginning with underscore)
66 ansireserved.c:5:5: Name atan2f is reserved for future ANSI library extensions.
67      The names of all existing functions in <math.h> suffixed with 'f' or 'l'
68     may be added to <math.h>. (See ANSI, Section 4.13.4)
69 ansireserved.c:7:13: Name wcst is reserved for future ANSI library extensions. 
70     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
71     be added to <string.h>. (See ANSI, Section 4.13.8)
72 ansireserved.c:11:5: Name isaFish is reserved for future ANSI library
73     extensions.  Functions beginning with "is" or "to" and a lowercase letter
74     may be added to <ctype.h>. (See ANSI, Section 4.13.2)
75 ansireserved.c: (in function isaFish)
76 ansireserved.c:16:20: Name wctomb is reserved for the standard library
77 ansireserved.c:5:5: Function atan2f declared but not defined
78
79 Finished checking --- 12 code warnings, as expected
80
81 ansireserved2.c:4:2: Name _s1 is in the implementation name space (any
82                         identifier beginning with underscore)
83
84 Finished checking --- 1 code warning, as expected
This page took 0.044482 seconds and 5 git commands to generate.