]> andersk Git - splint.git/blame - test/ansireserved.expect
*** empty log message ***
[splint.git] / test / ansireserved.expect
CommitLineData
885824d3 1
2ansireserved.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)
5ansireserved.c:1:5: Name decimal_point is reserved for the standard library
6ansireserved.c:2:5: Name srand is reserved for the standard library
7ansireserved.c:3:5: Name labs is reserved for the standard library
8ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
9 beginning with underscore)
10ansireserved.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)
13ansireserved.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)
16ansireserved.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)
80ee600a 19ansireserved.c: (in function isaFish)
20ansireserved.c:16:20: Name wctomb is reserved for the standard library
885824d3 21
80ee600a 22Finished LCLint checking --- 9 code errors found, as expected
885824d3 23
24ansireserved.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)
27ansireserved.c:1:5: Name decimal_point is reserved for the standard library
28ansireserved.c:2:5: Name srand is reserved for the standard library
29ansireserved.c:3:5: Name labs is reserved for the standard library
30ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
31 beginning with underscore)
32ansireserved.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)
35ansireserved.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)
38ansireserved.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)
41ansireserved.c: (in function isaFish)
42ansireserved.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)
45ansireserved.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)
48ansireserved.c:16:20: Name wctomb is reserved for the standard library
49
50Finished LCLint checking --- 11 code errors found, as expected
51
52ansireserved.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)
55ansireserved.c:1:5: Name decimal_point is reserved for the standard library
56ansireserved.c:2:5: Function srand inconsistently declared as variable: int
e83c79ec 57 load file ansi.lcd:875:1: Specification of srand:
885824d3 58 [function (unsigned int) returns void]
80ee600a 59ansireserved.c:2:5: Name srand is reserved for the standard library
885824d3 60ansireserved.c:3:5: Function labs inconsistently declared as variable: int
e83c79ec 61 load file ansi.lcd:897:1: Specification of labs:
885824d3 62 [function (long int) returns long int]
80ee600a 63ansireserved.c:3:5: Name labs is reserved for the standard library
885824d3 64ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
65 beginning with underscore)
66ansireserved.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)
69ansireserved.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)
72ansireserved.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)
80ee600a 75ansireserved.c: (in function isaFish)
76ansireserved.c:16:20: Name wctomb is reserved for the standard library
885824d3 77ansireserved.c:5:5: Function atan2f declared but not defined
78
80ee600a 79Finished LCLint checking --- 12 code errors found, as expected
80
81ansireserved2.c:4:2: Name _s1 is in the implementation name space (any
82 identifier beginning with underscore)
83
84Finished LCLint checking --- 1 code error found, as expected
This page took 0.24789 seconds and 5 git commands to generate.