]> andersk Git - splint.git/blame - test/ansireserved.expect
Fixed -help <mode> bug.
[splint.git] / test / ansireserved.expect
CommitLineData
885824d3 1
27c9e640 2ansireserved.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)
885824d3 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)
27c9e640 10ansireserved.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)
13ansireserved.c:7:13: Name wcst is reserved for future library extensions.
5b99bfd6 14 Functions that begin with "mem" or "wcs" and a lowercase letter may be
15 added to <string.h>. (ISO:7.26.11)
27c9e640 16ansireserved.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)
80ee600a 19ansireserved.c: (in function isaFish)
20ansireserved.c:16:20: Name wctomb is reserved for the standard library
885824d3 21
11db3170 22Finished checking --- 9 code warnings, as expected
885824d3 23
27c9e640 24ansireserved.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)
885824d3 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)
27c9e640 32ansireserved.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)
35ansireserved.c:7:13: Name wcst is reserved for future library extensions.
5b99bfd6 36 Functions that begin with "mem" or "wcs" and a lowercase letter may be
37 added to <string.h>. (ISO:7.26.11)
27c9e640 38ansireserved.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)
885824d3 41ansireserved.c: (in function isaFish)
27c9e640 42ansireserved.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)
45ansireserved.c:15:22: Name memory is reserved for future library extensions.
5b99bfd6 46 Functions that begin with "mem" or "wcs" and a lowercase letter may be
47 added to <string.h>. (ISO:7.26.11)
885824d3 48ansireserved.c:16:20: Name wctomb is reserved for the standard library
49
11db3170 50Finished checking --- 11 code warnings, as expected
885824d3 51
27c9e640 52ansireserved.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)
885824d3 55ansireserved.c:1:5: Name decimal_point is reserved for the standard library
56ansireserved.c:2:5: Function srand inconsistently declared as variable: int
f9264521 57 load file standard.lcd: Specification of srand as function:
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
f9264521 61 load file standard.lcd: Specification of labs as function:
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)
27c9e640 66ansireserved.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)
69ansireserved.c:7:13: Name wcst is reserved for future library extensions.
5b99bfd6 70 Functions that begin with "mem" or "wcs" and a lowercase letter may be
71 added to <string.h>. (ISO:7.26.11)
27c9e640 72ansireserved.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)
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
11db3170 79Finished checking --- 12 code warnings, as expected
80ee600a 80
81ansireserved2.c:4:2: Name _s1 is in the implementation name space (any
82 identifier beginning with underscore)
83
11db3170 84Finished checking --- 1 code warning, as expected
This page took 0.091303 seconds and 5 git commands to generate.