]> andersk Git - splint.git/blob - test/ansireserved.expect
283e89ad626091a5e4090b39a630ac50370221bc
[splint.git] / test / ansireserved.expect
1
2 ansireserved.c:9: Name EVANS is reserved for future library extensions. Macros
3     beginning with E and a digit or uppercase letter may be added to <errno.h>.
4     (ISO99:7.26.3)
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 library extensions.  The
11     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
12     added to <math.h>. (ISO:7.26.1)
13 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
14     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
15     be added to <string.h>. (ISO:7.26.11)
16 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
17     Functions beginning with "is" or "to" and a lowercase letter may be added
18     to <ctype.h>. (ISO99:7.26.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 library extensions. Macros
25     beginning with E and a digit or uppercase letter may be added to <errno.h>.
26     (ISO99:7.26.3)
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 library extensions.  The
33     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
34     added to <math.h>. (ISO:7.26.1)
35 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
36     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
37     be added to <string.h>. (ISO:7.26.11)
38 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
39     Functions beginning with "is" or "to" and a lowercase letter may be added
40     to <ctype.h>. (ISO99:7.26.2)
41 ansireserved.c: (in function isaFish)
42 ansireserved.c:13:20: Name powl is reserved for future library extensions.  The
43     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
44     added to <math.h>. (ISO:7.26.1)
45 ansireserved.c:15:22: Name memory is reserved for future library extensions. 
46     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
47     be added to <string.h>. (ISO:7.26.11)
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 library extensions. Macros
53     beginning with E and a digit or uppercase letter may be added to <errno.h>.
54     (ISO99:7.26.3)
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 standard.lcd: Specification of srand as function:
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 standard.lcd: Specification of labs as function:
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 library extensions.  The
67     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
68     added to <math.h>. (ISO:7.26.1)
69 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
70     Functions that begin with "mem" or "wcs" and a lowercase letter letter may
71     be added to <string.h>. (ISO:7.26.11)
72 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
73     Functions beginning with "is" or "to" and a lowercase letter may be added
74     to <ctype.h>. (ISO99:7.26.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.03106 seconds and 3 git commands to generate.