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