home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / ansireserved.expect < prev    next >
Text File  |  1997-09-03  |  5KB  |  74 lines

  1.  
  2. ansireserved.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)
  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 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)
  13. ansireserved.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)
  16. ansireserved.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.  
  20. Finished LCLint checking --- 8 code errors found, as expected
  21.  
  22. ansireserved.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)
  25. ansireserved.c:1,5: Name decimal_point is reserved for the standard library
  26. ansireserved.c:2,5: Name srand is reserved for the standard library
  27. ansireserved.c:3,5: Name labs is reserved for the standard library
  28. ansireserved.c:4,5: Name _x is in the implementation name space (any identifier
  29.                        beginning with underscore)
  30. ansireserved.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)
  33. ansireserved.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)
  36. ansireserved.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)
  39. ansireserved.c: (in function isaFish)
  40. ansireserved.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)
  43. ansireserved.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)
  46. ansireserved.c:16,20: Name wctomb is reserved for the standard library
  47.  
  48. Finished LCLint checking --- 11 code errors found, as expected
  49.  
  50. ansireserved.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)
  53. ansireserved.c:1,5: Name decimal_point is reserved for the standard library
  54. ansireserved.c:2,5: Function srand inconsistently declared as variable: int
  55.    load file ansi.lcd: Specification of srand:
  56.    [function (unsigned int) returns void] *
  57. ansireserved.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] *
  60. ansireserved.c:4,5: Name _x is in the implementation name space (any identifier
  61.                        beginning with underscore)
  62. ansireserved.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)
  65. ansireserved.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)
  68. ansireserved.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)
  71. ansireserved.c:5,5: Function atan2f declared but not defined
  72.  
  73. Finished LCLint checking --- 9 code errors found, as expected
  74.