]> andersk Git - splint.git/blobdiff - test/ansireserved.expect
Fixed -help <mode> bug.
[splint.git] / test / ansireserved.expect
index 283e89ad626091a5e4090b39a630ac50370221bc..6154b15d327e4c4e0c6fb0279de0418e7010f617 100644 (file)
@@ -11,8 +11,8 @@ ansireserved.c:5:5: Name atan2f is reserved for future library extensions.  The
     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
     added to <math.h>. (ISO:7.26.1)
 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
-    Functions that begin with "mem" or "wcs" and a lowercase letter letter may
-    be added to <string.h>. (ISO:7.26.11)
+    Functions that begin with "mem" or "wcs" and a lowercase letter may be
+    added to <string.h>. (ISO:7.26.11)
 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
     Functions beginning with "is" or "to" and a lowercase letter may be added
     to <ctype.h>. (ISO99:7.26.2)
@@ -33,8 +33,8 @@ ansireserved.c:5:5: Name atan2f is reserved for future library extensions.  The
     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
     added to <math.h>. (ISO:7.26.1)
 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
-    Functions that begin with "mem" or "wcs" and a lowercase letter letter may
-    be added to <string.h>. (ISO:7.26.11)
+    Functions that begin with "mem" or "wcs" and a lowercase letter may be
+    added to <string.h>. (ISO:7.26.11)
 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
     Functions beginning with "is" or "to" and a lowercase letter may be added
     to <ctype.h>. (ISO99:7.26.2)
@@ -43,8 +43,8 @@ ansireserved.c:13:20: Name powl is reserved for future library extensions.  The
     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
     added to <math.h>. (ISO:7.26.1)
 ansireserved.c:15:22: Name memory is reserved for future library extensions. 
-    Functions that begin with "mem" or "wcs" and a lowercase letter letter may
-    be added to <string.h>. (ISO:7.26.11)
+    Functions that begin with "mem" or "wcs" and a lowercase letter may be
+    added to <string.h>. (ISO:7.26.11)
 ansireserved.c:16:20: Name wctomb is reserved for the standard library
 
 Finished checking --- 11 code warnings, as expected
@@ -67,8 +67,8 @@ ansireserved.c:5:5: Name atan2f is reserved for future library extensions.  The
     names of all existing functions in <math.h> suffixed with 'f' or 'l' may be
     added to <math.h>. (ISO:7.26.1)
 ansireserved.c:7:13: Name wcst is reserved for future library extensions. 
-    Functions that begin with "mem" or "wcs" and a lowercase letter letter may
-    be added to <string.h>. (ISO:7.26.11)
+    Functions that begin with "mem" or "wcs" and a lowercase letter may be
+    added to <string.h>. (ISO:7.26.11)
 ansireserved.c:11:5: Name isaFish is reserved for future library extensions. 
     Functions beginning with "is" or "to" and a lowercase letter may be added
     to <ctype.h>. (ISO99:7.26.2)
This page took 0.10142 seconds and 4 git commands to generate.