Logevents v111003 analysis/ft-app-B1.1 s_keywords-all.html C:\project-iat\inst\perl.exe 5.006001

Description This is a legacy report. IAT started with just this report. Use this report to look for keywords that point to potential problems in the software. Some of the more important keywords are TBD and stub. In future releases of software try not to use TBD for items such as future. If you are web enabled, try re-running the report with other keywords. New potential issues may be surfaced.
AnalysisComment
KeywordsThis analysis shows the user selected keywords that were extracted from the original source code. There are also predefined keywords that are seperately reported by the tool in the Problems and Details analysis.
DetailsThis analysis shows the details from the original source code that are extracted from the search requests and internal error, warning, and caution settings. It also includes software metrics on a module basis.

Other Analysis Reports . Original Source Code . Instrumented Source Code . Help

12/01/2003 16:23:21


Keyword Stats

Good General Practices

  • use new and delete instead of malloc and free
  • do not use ?:
  • if a func has no parameters, use () instead of (void)
  • do not use goto
  • avoid declaring member variable with 'mutable' keyword
  • avoid declaring local variables with 'register' keyword
  • avoid declaring local variables with 'static' keyword
  • avoid do statements - potential endless loops
  • look for unusual and pertinent keywords
  • consistency is nice but not mandated
  • provide if with else
  • Good Security Practices

  • the bad fixed keywords are shown elsewhere
  • terminate case with break;
  • for each switch, provide default:
  • default: with security critical data should transfer to SwError
  • if else sequences with security critical data terminate in SwError
  • s_ files with if else sequences in many cases terminate in SwError
  • terminate other as identified if else sequences with SwError
  • look for undefined error codes in SwError
  • look for multiple uses of the same error codes
  • malloc should not be used on security critical data
  • if malloc is used on security critical data crypto zeroize before free
  • Number Sort

    136halt 94buffer 86Free 57new 50malloc 48TBD
    48goto 46enable 44alloc 43disable 41? 32TBS

    Alpha Sort

    41? 86Free 48TBD 32TBS 44alloc 94buffer
    43disable 46enable 48goto 136halt 50malloc 57new

    Keywords Not Found

    debug delay return\; while\(\d+\). exception demo
    reuse pragma asap nnoonnee \bstub\b dedicated
    timeout global delete mutable friend explicit


    Details Report

    1 1 Source: source/ft-app/ft-app-B1.1/ca/ca-01.c
     1-15 ca.1.1
    1-45 . send_buffer = (U16 *) malloc(size+1); 1-334 ca.1.2
    1-465 . free(FreePtr); 1-548 . send_buffer = (U16 *) malloc(size+1); 1-565 ca.1.3
    1-689 ca.1.4
    1-771 ca.1.5
    1-830 . /* LE SV TOC-1010 this is a ca-01.5.17 req to halt*/ 1-867 ca.1.6
    1-944 . // TBD - what do I do now 1-958 ca.1.7
    1-1215 ca.1.8
    1-1500 ca.1.9
    1-1560 . halt; 1-1636 . // stacked case statements but only if there is a new line in between 1-1647 . halt; 1-1771 . // ??? go see ws 1-1804 ca.1.10
    1-1818 . send_buffer = (U16 *) malloc(size+1); 1 1 Result: result/source/ft-app/ft-app-B1.1/ca/ca-01.c


    2 2 Source: source/ft-app/ft-app-B1.1/ca/ca-01.h 2 2 Result: result/source/ft-app/ft-app-B1.1/ca/ca-01.h


    3 3 Source: source/ft-app/ft-app-B1.1/ca/ca-02.c 2-15 ca.2.1
    2-359 ca.2.2
    2-433 ca.2.3
    2-508 . FreePtr = HmiStringPtr; 2-542 . send_buffer = (U16 *) malloc(size+1); 2-684 ca.2.4
    2-697 . /* LE SV TOC-1038 this is a ca-02.4.2 req to halt*/ 2-751 . FreePtr = HmiStringPtr; 2-849 . /* LE SV TOC-1041 this is a ca-02.4.41 req to halt*/ 2-872 . // stacked case statements but only if there is a new line in between 2-883 . halt; 2-1051 ca.2.5
    2-1219 . FreePtr = HmiStringPtr; 2-1235 . // stacked case statements but only if there is a new line in between 2-1246 . halt; 2-1295 . // ??? go see ws 2-1304 ca.2.6
    2-1379 . goto error; 2-1401 ca.2.7
    2-1420 . send_buffer = (U16 *) malloc(size+1); 2-1541 . // stacked case statements but only if there is a new line in between 2-1552 . halt; 2-1655 . /* LE SV TOC-1049 this is a ca-02.7.63 req to disable*/ 2-1724 ca.2.8
    2-1744 . // ??? go see ws 3 3 Result: result/source/ft-app/ft-app-B1.1/ca/ca-02.c


    4 4 Source: source/ft-app/ft-app-B1.1/ca/ca-02.h 4 4 Result: result/source/ft-app/ft-app-B1.1/ca/ca-02.h


    5 5 Source: source/ft-app/ft-app-B1.1/ca/ca-03.c 3-15 ca.3.1
    3-98 ca.3.2
    5 5 Result: result/source/ft-app/ft-app-B1.1/ca/ca-03.c


    6 6 Source: source/ft-app/ft-app-B1.1/ca/ca-03.h 6 6 Result: result/source/ft-app/ft-app-B1.1/ca/ca-03.h


    7 7 Source: source/ft-app/ft-app-B1.1/ca/ca-04.c 4-15 ca.4.1
    4-133 . /* LE SV TOC-1054 this is a ca-04.1.41 req to halt*/ 7 7 Result: result/source/ft-app/ft-app-B1.1/ca/ca-04.c


    8 8 Source: source/ft-app/ft-app-B1.1/ca/ca-04.h 8 8 Result: result/source/ft-app/ft-app-B1.1/ca/ca-04.h


    9 9 Source: source/ft-app/ft-app-B1.1/ca/ca-05.c 5-15 ca.5.1
    5-152 ca.5.2
    5-197 . /* LE SV TOC-1057 this is a ca-05.2.10 req to disable*/ 5-264 ca.5.3
    5-507 ca.5.4
    5-573 . /* LE SV TOC-1062 this is a ca-05.4.11 req to disable*/ 5-681 . /* LE SV TOC-1065 this is a ca-05.4.43 req to enable*/ 5-701 . // ??? go see ws 5-740 ca.5.5
    5-848 ca.5.6
    5-883 . goto error; 5-964 . // ??? go see ws 5-1053 . // TBD - what do I do now 5-1071 ca.5.7
    5-1098 . send_buffer = (U16 *) malloc(size+1); 5-1185 ca.5.8
    9 9 Result: result/source/ft-app/ft-app-B1.1/ca/ca-05.c


    10 10 Source: source/ft-app/ft-app-B1.1/ca/ca-05.h 10 10 Result: result/source/ft-app/ft-app-B1.1/ca/ca-05.h


    11 11 Source: source/ft-app/ft-app-B1.1/ca/ca-06.c 6-15 ca.6.1
    6-183 . // ??? go see ws 6-200 ca.6.2
    6-261 . goto error; 6-302 . /* LE SV TOC-1076 this is a ca-06.2.27 req to enable*/ 6-307 . free(FreePtr); 6-414 . /* LE SV TOC-1079 this is a ca-06.2.56 req to enable*/ 6-422 . send_buffer = (U16 *) malloc(size+1); 6-433 ca.6.3
    6-484 . /* LE SV TOC-1081 this is a ca-06.3.15 req to halt*/ 6-760 ca.6.4
    6-901 . goto error; 6-910 . // ??? go see ws 6-941 ca.6.5
    6-1044 ca.6.6
    6-1150 ca.6.7
    6-1260 . goto error; 6-1268 . /* LE SV TOC-1092 this is a ca-06.7.31 req to halt*/ 6-1377 . goto error; 6-1414 ca.6.8
    6-1442 . goto error; 6-1479 . FreePtr = HmiStringPtr; 6-1548 . // TBD - what do I do now 6-1597 . // stacked case statements but only if there is a new line in between 6-1608 . halt; 6-1656 . send_buffer = (U16 *) malloc(size+1); 6-1732 ca.6.9
    6-1969 ca.6.10
    6-2111 . rcv_buffer = (U16 *) alloc(size+1); 6-2240 . halt; 11 11 Result: result/source/ft-app/ft-app-B1.1/ca/ca-06.c


    12 12 Source: source/ft-app/ft-app-B1.1/ca/ca-06.h 12 12 Result: result/source/ft-app/ft-app-B1.1/ca/ca-06.h


    13 13 Source: source/ft-app/ft-app-B1.1/ca/ca-07.c 7-15 ca.7.1
    7-86 . halt; 7-206 . rcv_buffer = (U16 *) alloc(size+1); 7-297 ca.7.2
    7-528 . FreePtr = HmiStringPtr; 7-578 . halt; 7-592 ca.7.3
    7-678 . // TBD - what do I do now 7-797 ca.7.4
    7-843 . // TBD - what do I do now 7-903 ca.7.5
    7-981 ca.7.6
    7-1029 . /* LE SV TOC-1125 this is a ca-07.6.13 req to enable*/ 7-1158 . /* LE SV TOC-1128 this is a ca-07.6.61 req to enable*/ 7-1233 ca.7.7
    13 13 Result: result/source/ft-app/ft-app-B1.1/ca/ca-07.c


    14 14 Source: source/ft-app/ft-app-B1.1/ca/ca-07.h 14 14 Result: result/source/ft-app/ft-app-B1.1/ca/ca-07.h


    15 15 Source: source/ft-app/ft-app-B1.1/ca/ca-08.c 8-15 ca.8.1
    8-157 . send_buffer = (U16 *) malloc(size+1); 8-195 ca.8.2
    8-249 ca.8.3
    8-388 ca.8.4
    8-453 . rcv_buffer = (U16 *) alloc(size+1); 8-480 . FreePtr = HmiStringPtr; 8-503 ca.8.5
    8-571 ca.8.6
    8-601 . /* LE SV TOC-1137 this is a ca-08.6.6 req to enable*/ 8-839 ca.8.7
    8-963 . halt; 8-1061 ca.8.8
    8-1227 ca.8.9
    8-1295 ca.8.10
    8-1345 ca.8.11
    8-1540 ca.8.12
    8-1574 . // ??? go see ws 15 15 Result: result/source/ft-app/ft-app-B1.1/ca/ca-08.c


    16 16 Source: source/ft-app/ft-app-B1.1/ca/ca-08.h 16 16 Result: result/source/ft-app/ft-app-B1.1/ca/ca-08.h


    17 17 Source: source/ft-app/ft-app-B1.1/ca/ca-09.c 9-12 ca.9.1
    9-52 . // TBD - what do I do now 9-60 . // stacked case statements but only if there is a new line in between 9-71 . halt; 9-181 ca.9.2
    9-439 ca.9.3
    9-576 . rcv_buffer = (U16 *) alloc(size+1); 9-602 ca.9.4
    9-662 . free(FreePtr); 9-793 ca.9.5
    9-892 . /* LE SV TOC-1155 this is a ca-09.5.21 req to disable*/ 9-1054 . halt; 9-1074 . /* LE SV TOC-1156 this is a ca-09.5.73 req to enable*/ 9-1112 ca.9.6
    9-1165 . /* LE SV TOC-1158 this is a ca-09.6.15 req to halt*/ 9-1233 . send_buffer = (U16 *) malloc(size+1); 9-1267 ca.9.7
    9-1506 ca.9.8
    9-1633 . // stacked case statements but only if there is a new line in between 9-1644 . halt; 9-1824 ca.9.9
    9-1870 . FreePtr = HmiStringPtr; 9-1930 . /* LE SV TOC-1169 this is a ca-09.9.27 req to halt*/ 9-1934 . FreePtr = HmiStringPtr; 9-1979 ca.9.10
    9-2046 . // TBS - I need to figure this out 9-2129 ca.9.11
    17 17 Result: result/source/ft-app/ft-app-B1.1/ca/ca-09.c


    18 18 Source: source/ft-app/ft-app-B1.1/ca/ca-09.h 18 18 Result: result/source/ft-app/ft-app-B1.1/ca/ca-09.h


    19 19 Source: source/ft-app/ft-app-B1.1/dlp/dlp-01.c 10-15 dlp.1.1
    10-102 . // TBD - what do I do now 10-127 . // TBD - what do I do now 10-166 . /* LE SV TOC-1202 this is a dlp-01.1.30 req to disable*/ 19 19 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-01.c


    20 20 Source: source/ft-app/ft-app-B1.1/dlp/dlp-01.h 20 20 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-01.h


    21 21 Source: source/ft-app/ft-app-B1.1/dlp/dlp-02.c 11-15 dlp.2.1
    11-58 . /* LE SV TOC-1205 this is a dlp-02.1.8 req to disable*/ 11-72 . FreePtr = HmiStringPtr; 11-78 . // TBS - I need to figure this out 11-114 dlp.2.2
    11-242 dlp.2.3
    11-333 . // TBS - I need to figure this out 11-448 . // stacked case statements but only if there is a new line in between 11-459 . halt; 11-527 . // stacked case statements but only if there is a new line in between 11-538 . halt; 11-599 dlp.2.4
    11-684 dlp.2.5
    11-875 . // TBD - what do I do now 11-892 dlp.2.6
    11-1064 . send_buffer = (U16 *) malloc(size+1); 11-1132 . // stacked case statements but only if there is a new line in between 11-1143 . halt; 21 21 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-02.c


    22 22 Source: source/ft-app/ft-app-B1.1/dlp/dlp-02.h 22 22 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-02.h


    23 23 Source: source/ft-app/ft-app-B1.1/dlp/dlp-03.c 12-15 dlp.3.1
    12-49 . // TBD - what do I do now 12-177 dlp.3.2
    12-216 . // ??? go see ws 12-228 . send_buffer = (U16 *) malloc(size+1); 12-299 . // TBD - what do I do now 12-318 dlp.3.3
    12-357 dlp.3.4
    12-449 dlp.3.5
    12-585 . send_buffer = (U16 *) malloc(size+1); 12-597 . /* LE SV TOC-1232 this is a dlp-03.5.31 req to halt*/ 12-634 . FreePtr = HmiStringPtr; 12-747 . /* LE SV TOC-1233 this is a dlp-03.5.77 req to halt*/ 12-756 dlp.3.6
    12-998 dlp.3.7
    12-1071 . FreePtr = HmiStringPtr; 23 23 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-03.c


    24 24 Source: source/ft-app/ft-app-B1.1/dlp/dlp-03.h 24 24 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-03.h


    25 25 Source: source/ft-app/ft-app-B1.1/dlp/dlp-04.c 13-15 dlp.4.1
    13-57 . /* LE SV TOC-1238 this is a dlp-04.1.7 req to halt*/ 13-77 dlp.4.2
    13-136 . FreePtr = HmiStringPtr; 13-269 dlp.4.3
    13-314 . /* LE SV TOC-1241 this is a dlp-04.3.15 req to halt*/ 13-362 . goto error; 13-384 dlp.4.4
    13-435 dlp.4.5
    13-467 . // TBS - I need to figure this out 13-607 dlp.4.6
    13-722 . free(FreePtr); 13-858 dlp.4.7
    13-979 . halt; 13-1018 . // stacked case statements but only if there is a new line in between 13-1029 . halt; 13-1138 dlp.4.8
    13-1208 . // stacked case statements but only if there is a new line in between 13-1219 . halt; 13-1239 dlp.4.9
    13-1261 . rcv_buffer = (U16 *) alloc(size+1); 13-1298 dlp.4.10
    13-1375 . goto error; 13-1419 . /* LE SV TOC-1255 this is a dlp-04.10.42 req to enable*/ 13-1499 dlp.4.11
    13-1538 . /* LE SV TOC-1257 this is a dlp-04.11.8 req to halt*/ 13-1681 . send_buffer = (U16 *) malloc(size+1); 25 25 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-04.c


    26 26 Source: source/ft-app/ft-app-B1.1/dlp/dlp-04.h 26 26 Result: result/source/ft-app/ft-app-B1.1/dlp/dlp-04.h


    27 27 Source: source/ft-app/ft-app-B1.1/fdp/fdp-01.c 14-15 fdp.1.1
    14-243 fdp.1.2
    14-389 fdp.1.3
    14-454 fdp.1.4
    14-616 fdp.1.5
    14-726 . // TBS - I need to figure this out 14-762 . // stacked case statements but only if there is a new line in between 14-773 . halt; 14-786 . /* LE SV TOC-1413 this is a fdp-01.5.39 req to disable*/ 14-814 fdp.1.6
    14-905 fdp.1.7
    14-946 . rcv_buffer = (U16 *) alloc(size+1); 14-1136 fdp.1.8
    14-1158 . send_buffer = (U16 *) malloc(size+1); 14-1197 fdp.1.9
    14-1263 . /* LE SV TOC-1419 this is a fdp-01.9.12 req to enable*/ 14-1357 . goto error; 14-1452 fdp.1.10
    14-1538 fdp.1.11
    14-1774 fdp.1.12
    14-1990 . // ??? go see ws 14-2058 fdp.1.13
    14-2100 . halt; 14-2127 . // stacked case statements but only if there is a new line in between 14-2138 . halt; 14-2204 . halt; 14-2321 . halt; 14-2354 fdp.1.14
    14-2403 . free(FreePtr); 27 27 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-01.c


    28 28 Source: source/ft-app/ft-app-B1.1/fdp/fdp-01.h 28 28 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-01.h


    29 29 Source: source/ft-app/ft-app-B1.1/fdp/fdp-02.c 15-15 fdp.2.1
    15-55 . // TBD - what do I do now 15-156 fdp.2.2
    15-202 . FreePtr = HmiStringPtr; 15-246 . // TBS - I need to figure this out 15-302 fdp.2.3
    15-443 fdp.2.4
    15-558 fdp.2.5
    15-570 . rcv_buffer = (U16 *) alloc(size+1); 15-757 . free(FreePtr); 15-795 fdp.2.6
    15-816 . FreePtr = HmiStringPtr; 15-888 fdp.2.7
    15-965 . goto error; 15-1085 . send_buffer = (U16 *) malloc(size+1); 15-1149 fdp.2.8
    15-1390 . // TBD - what do I do now 15-1425 fdp.2.9
    15-1487 fdp.2.10
    15-1632 . FreePtr = HmiStringPtr; 15-1641 . FreePtr = HmiStringPtr; 29 29 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-02.c


    30 30 Source: source/ft-app/ft-app-B1.1/fdp/fdp-02.h 30 30 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-02.h


    31 31 Source: source/ft-app/ft-app-B1.1/fdp/fdp-03.c 16-15 fdp.3.1
    16-38 . rcv_buffer = (U16 *) alloc(size+1); 16-76 fdp.3.2
    16-243 fdp.3.3
    31 31 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-03.c


    32 32 Source: source/ft-app/ft-app-B1.1/fdp/fdp-03.h 32 32 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-03.h


    33 33 Source: source/ft-app/ft-app-B1.1/fdp/fdp-04.c 17-15 fdp.4.1
    33 33 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-04.c


    34 34 Source: source/ft-app/ft-app-B1.1/fdp/fdp-04.h 34 34 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-04.h


    35 35 Source: source/ft-app/ft-app-B1.1/fdp/fdp-05.c 18-12 fdp.5.1
    18-103 . // stacked case statements but only if there is a new line in between 18-114 . halt; 18-135 . rcv_buffer = (U16 *) alloc(size+1); 18-164 fdp.5.2
    18-227 . // TBD - what do I do now 18-243 . // stacked case statements but only if there is a new line in between 18-254 . halt; 18-260 . /* LE SV TOC-1455 this is a fdp-05.2.29 req to halt*/ 35 35 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-05.c


    36 36 Source: source/ft-app/ft-app-B1.1/fdp/fdp-05.h 36 36 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-05.h


    37 37 Source: source/ft-app/ft-app-B1.1/fdp/fdp-07.c 19-15 fdp.7.1
    19-130 . // stacked case statements but only if there is a new line in between 19-141 . halt; 19-285 . // TBD - what do I do now 19-287 . // ??? go see ws 19-322 fdp.7.2
    19-416 fdp.7.3
    19-598 . send_buffer = (U16 *) malloc(size+1); 19-707 fdp.7.4
    19-794 . /* LE SV TOC-1491 this is a fdp-07.4.27 req to halt*/ 19-864 . FreePtr = HmiStringPtr; 19-1002 fdp.7.5
    19-1046 . send_buffer = (U16 *) malloc(size+1); 19-1062 fdp.7.6
    19-1077 . // TBD - what do I do now 19-1340 fdp.7.7
    19-1445 . // TBD - what do I do now 19-1462 fdp.7.8
    19-1515 fdp.7.9
    37 37 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-07.c


    38 38 Source: source/ft-app/ft-app-B1.1/fdp/fdp-07.h 38 38 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-07.h


    39 39 Source: source/ft-app/ft-app-B1.1/fdp/fdp-08.c 20-15 fdp.8.1
    20-112 . send_buffer = (U16 *) malloc(size+1); 20-148 . /* LE SV TOC-1503 this is a fdp-08.1.41 req to enable*/ 20-175 fdp.8.2
    20-264 fdp.8.3
    20-335 . /* LE SV TOC-1507 this is a fdp-08.3.22 req to halt*/ 20-336 . // TBD - what do I do now 20-376 . goto error; 20-431 . // TBS - I need to figure this out 39 39 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-08.c


    40 40 Source: source/ft-app/ft-app-B1.1/fdp/fdp-08.h 40 40 Result: result/source/ft-app/ft-app-B1.1/fdp/fdp-08.h


    41 41 Source: source/ft-app/ft-app-B1.1/fdp/p_fdp-06.c 21-15 fdp.6.1
    21-144 fdp.6.2
    21-187 fdp.6.3
    21-402 fdp.6.4
    21-475 . // stacked case statements but only if there is a new line in between 21-486 . halt; 21-588 fdp.6.5
    21-621 . free(FreePtr); 21-637 fdp.6.6
    21-703 . halt; 21-741 . // stacked case statements but only if there is a new line in between 21-752 . halt; 21-764 . free(FreePtr); 21-767 . goto error; 21-781 . /* LE SV TOC-1470 this is a p_fdp-06.6.43 req to halt*/ 21-846 fdp.6.7
    21-888 fdp.6.8
    21-963 . goto error; 21-982 . /* LE SV TOC-1473 this is a p_fdp-06.8.26 req to disable*/ 21-1219 fdp.6.9
    21-1245 . /* LE SV TOC-1477 this is a p_fdp-06.9.3 req to enable*/ 21-1333 . // ??? go see ws 21-1411 fdp.6.10
    21-1494 . FreePtr = HmiStringPtr; 21-1585 fdp.6.11
    21-1810 . rcv_buffer = (U16 *) alloc(size+1); 21-1855 fdp.6.12
    21-2104 . goto error; 41 41 Result: result/source/ft-app/ft-app-B1.1/fdp/p_fdp-06.c


    42 42 Source: source/ft-app/ft-app-B1.1/fdp/p_fdp-06.h 42 42 Result: result/source/ft-app/ft-app-B1.1/fdp/p_fdp-06.h


    43 43 Source: source/ft-app/ft-app-B1.1/fpcp/fpcp-01.c 22-15 fpcp.1.1
    22-217 . /* LE SV TOC-1606 this is a fpcp-01.1.53 req to enable*/ 22-248 fpcp.1.2
    22-394 . // TBS - I need to figure this out 43 43 Result: result/source/ft-app/ft-app-B1.1/fpcp/fpcp-01.c


    44 44 Source: source/ft-app/ft-app-B1.1/fpcp/fpcp-01.h 44 44 Result: result/source/ft-app/ft-app-B1.1/fpcp/fpcp-01.h


    45 45 Source: source/ft-app/ft-app-B1.1/fpcp/fpcp-02.c 23-15 fpcp.2.1
    23-229 fpcp.2.2
    23-277 fpcp.2.3
    23-346 fpcp.2.4
    23-629 fpcp.2.5
    23-683 . FreePtr = HmiStringPtr; 23-685 . // ??? go see ws 23-700 fpcp.2.6
    23-955 fpcp.2.7
    23-1020 fpcp.2.8
    23-1058 fpcp.2.9
    23-1093 . halt; 23-1184 fpcp.2.10
    23-1228 fpcp.2.11
    23-1364 fpcp.2.12
    23-1435 . rcv_buffer = (U16 *) alloc(size+1); 23-1462 fpcp.2.13
    23-1483 . goto error; 23-1751 fpcp.2.14
    23-1796 . free(FreePtr); 45 45 Result: result/source/ft-app/ft-app-B1.1/fpcp/fpcp-02.c


    46 46 Source: source/ft-app/ft-app-B1.1/fpcp/fpcp-02.h 46 46 Result: result/source/ft-app/ft-app-B1.1/fpcp/fpcp-02.h


    47 47 Source: source/ft-app/ft-app-B1.1/hmi/hmi-01.c 24-15 hmi.1.1
    24-112 hmi.1.2
    24-394 hmi.1.3
    24-551 . rcv_buffer = (U16 *) alloc(size+1); 24-639 hmi.1.4
    24-702 . /* LE SV TOC-1806 this is a hmi-01.4.20 req to enable*/ 24-763 . halt; 24-896 . // ??? go see ws 24-933 hmi.1.5
    24-975 hmi.1.6
    24-1044 hmi.1.7
    24-1211 . // TBS - I need to figure this out 24-1281 hmi.1.8
    24-1337 . /* LE SV TOC-1813 this is a hmi-01.8.18 req to enable*/ 24-1355 . // TBS - I need to figure this out 24-1388 hmi.1.9
    47 47 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-01.c


    48 48 Source: source/ft-app/ft-app-B1.1/hmi/hmi-01.h 48 48 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-01.h


    49 49 Source: source/ft-app/ft-app-B1.1/hmi/hmi-02.c 25-15 hmi.2.1
    25-69 . send_buffer = (U16 *) malloc(size+1); 25-113 . send_buffer = (U16 *) malloc(size+1); 25-146 . rcv_buffer = (U16 *) alloc(size+1); 25-174 . halt; 25-215 hmi.2.2
    25-265 . // TBS - I need to figure this out 25-319 hmi.2.3
    25-397 . // stacked case statements but only if there is a new line in between 25-408 . halt; 25-454 . // TBD - what do I do now 25-473 hmi.2.4
    25-522 hmi.2.5
    25-554 . FreePtr = HmiStringPtr; 25-708 hmi.2.6
    25-795 . // stacked case statements but only if there is a new line in between 25-806 . halt; 25-915 hmi.2.7
    25-974 hmi.2.8
    25-1159 hmi.2.9
    25-1181 . /* LE SV TOC-1823 this is a hmi-02.9.5 req to disable*/ 25-1190 . // TBS - I need to figure this out 25-1237 hmi.2.10
    25-1348 . // ??? go see ws 25-1358 hmi.2.11
    25-1423 hmi.2.12
    25-1444 . rcv_buffer = (U16 *) alloc(size+1); 49 49 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-02.c


    50 50 Source: source/ft-app/ft-app-B1.1/hmi/hmi-02.h 50 50 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-02.h


    51 51 Source: source/ft-app/ft-app-B1.1/hmi/hmi-03.c 26-15 hmi.3.1
    26-41 . FreePtr = HmiStringPtr; 26-66 hmi.3.2
    26-284 . FreePtr = HmiStringPtr; 26-293 hmi.3.3
    26-479 . // stacked case statements but only if there is a new line in between 26-490 . halt; 26-513 hmi.3.4
    26-589 . /* LE SV TOC-1834 this is a hmi-03.4.20 req to disable*/ 26-595 . halt; 26-618 . // TBS - I need to figure this out 26-621 . // ??? go see ws 26-686 hmi.3.5
    26-710 . free(FreePtr); 26-725 . // stacked case statements but only if there is a new line in between 26-736 . halt; 26-748 . halt; 26-771 hmi.3.6
    26-922 hmi.3.7
    26-943 . // TBS - I need to figure this out 26-957 . /* LE SV TOC-1837 this is a hmi-03.7.11 req to disable*/ 26-1147 . // TBD - what do I do now 26-1237 . goto error; 26-1276 hmi.3.8
    26-1489 hmi.3.9
    26-1624 . halt; 26-1804 hmi.3.10
    26-1981 . // ??? go see ws 26-2081 hmi.3.11
    26-2286 hmi.3.12
    26-2305 . FreePtr = HmiStringPtr; 26-2321 . FreePtr = HmiStringPtr; 26-2349 . // TBS - I need to figure this out 26-2354 . free(FreePtr); 26-2608 hmi.3.13
    26-2622 . send_buffer = (U16 *) malloc(size+1); 51 51 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-03.c


    52 52 Source: source/ft-app/ft-app-B1.1/hmi/hmi-03.h 52 52 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-03.h


    53 53 Source: source/ft-app/ft-app-B1.1/hmi/hmi-04.c 27-15 hmi.4.1
    27-60 . /* LE SV TOC-1861 this is a hmi-04.1.5 req to disable*/ 27-119 hmi.4.2
    27-190 . goto error; 27-257 . FreePtr = HmiStringPtr; 27-449 hmi.4.3
    27-462 . // TBD - what do I do now 27-466 . // TBD - what do I do now 27-481 . halt; 27-702 hmi.4.4
    27-795 . // stacked case statements but only if there is a new line in between 27-806 . halt; 27-812 . // ??? go see ws 27-817 . rcv_buffer = (U16 *) alloc(size+1); 27-882 hmi.4.5
    27-1151 . halt; 53 53 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-04.c


    54 54 Source: source/ft-app/ft-app-B1.1/hmi/hmi-04.h 54 54 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-04.h


    55 55 Source: source/ft-app/ft-app-B1.1/hmi/hmi-05.c 28-15 hmi.5.1
    28-130 hmi.5.2
    28-194 hmi.5.3
    28-265 . free(FreePtr); 28-289 hmi.5.4
    28-331 . send_buffer = (U16 *) malloc(size+1); 28-499 . goto error; 28-529 . send_buffer = (U16 *) malloc(size+1); 28-612 hmi.5.5
    28-805 . /* LE SV TOC-1879 this is a hmi-05.5.52 req to disable*/ 28-813 . halt; 28-838 . // ??? go see ws 28-909 . // TBD - what do I do now 28-949 hmi.5.6
    28-1037 hmi.5.7
    28-1232 hmi.5.8
    28-1278 . // TBD - what do I do now 28-1349 hmi.5.9
    28-1489 . rcv_buffer = (U16 *) alloc(size+1); 28-1583 hmi.5.10
    28-1630 . goto error; 28-1632 . goto error; 28-1794 hmi.5.11
    28-1850 . halt; 28-1930 . /* LE SV TOC-1895 this is a hmi-05.11.55 req to halt*/ 28-1990 hmi.5.12
    55 55 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-05.c


    56 56 Source: source/ft-app/ft-app-B1.1/hmi/hmi-05.h 56 56 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-05.h


    57 57 Source: source/ft-app/ft-app-B1.1/hmi/hmi-06.c 29-15 hmi.6.1
    29-42 . // TBD - what do I do now 29-62 hmi.6.2
    29-173 . /* LE SV TOC-1901 this is a hmi-06.2.42 req to enable*/ 29-180 . rcv_buffer = (U16 *) alloc(size+1); 29-246 . /* LE SV TOC-1902 this is a hmi-06.2.71 req to disable*/ 29-283 hmi.6.3
    29-346 hmi.6.4
    29-358 . /* LE SV TOC-1903 this is a hmi-06.4.1 req to enable*/ 29-360 . free(FreePtr); 29-427 hmi.6.5
    29-440 . rcv_buffer = (U16 *) alloc(size+1); 29-634 hmi.6.6
    57 57 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-06.c


    58 58 Source: source/ft-app/ft-app-B1.1/hmi/hmi-06.h 58 58 Result: result/source/ft-app/ft-app-B1.1/hmi/hmi-06.h


    59 59 Source: source/ft-app/ft-app-B1.1/log/log-01.c 30-15 log.1.1
    30-202 . rcv_buffer = (U16 *) alloc(size+1); 30-250 log.1.2
    30-281 . /* LE SV TOC-2006 this is a log-01.2.2 req to halt*/ 59 59 Result: result/source/ft-app/ft-app-B1.1/log/log-01.c


    60 60 Source: source/ft-app/ft-app-B1.1/log/log-01.h 60 60 Result: result/source/ft-app/ft-app-B1.1/log/log-01.h


    61 61 Source: source/ft-app/ft-app-B1.1/log/log-02.c 31-15 log.2.1
    61 61 Result: result/source/ft-app/ft-app-B1.1/log/log-02.c


    62 62 Source: source/ft-app/ft-app-B1.1/log/log-02.h 62 62 Result: result/source/ft-app/ft-app-B1.1/log/log-02.h


    63 63 Source: source/ft-app/ft-app-B1.1/log/log-03.c 32-15 log.3.1
    32-82 . FreePtr = HmiStringPtr; 32-230 log.3.2
    32-315 . // stacked case statements but only if there is a new line in between 32-326 . halt; 32-342 log.3.3
    32-398 . send_buffer = (U16 *) malloc(size+1); 32-441 . free(FreePtr); 32-456 . // stacked case statements but only if there is a new line in between 32-467 . halt; 32-565 . free(FreePtr); 32-677 log.3.4
    32-734 . /* LE SV TOC-2017 this is a log-03.4.15 req to disable*/ 32-862 log.3.5
    32-1034 . // TBD - what do I do now 32-1037 . send_buffer = (U16 *) malloc(size+1); 32-1066 log.3.6
    32-1275 . /* LE SV TOC-2027 this is a log-03.6.48 req to enable*/ 32-1402 log.3.7
    63 63 Result: result/source/ft-app/ft-app-B1.1/log/log-03.c


    64 64 Source: source/ft-app/ft-app-B1.1/log/log-03.h 64 64 Result: result/source/ft-app/ft-app-B1.1/log/log-03.h


    65 65 Source: source/ft-app/ft-app-B1.1/log/log-04.c 33-15 log.4.1
    33-107 . // ??? go see ws 33-129 log.4.2
    33-192 log.4.3
    65 65 Result: result/source/ft-app/ft-app-B1.1/log/log-04.c


    66 66 Source: source/ft-app/ft-app-B1.1/log/log-04.h 66 66 Result: result/source/ft-app/ft-app-B1.1/log/log-04.h


    67 67 Source: source/ft-app/ft-app-B1.1/log/log-05.c 34-15 log.5.1
    34-78 log.5.2
    34-101 . send_buffer = (U16 *) malloc(size+1); 34-247 log.5.3
    34-437 log.5.4
    34-470 . // stacked case statements but only if there is a new line in between 34-481 . halt; 34-488 . free(FreePtr); 34-635 . // TBD - what do I do now 34-697 log.5.5
    34-808 log.5.6
    34-927 log.5.7
    34-1009 . send_buffer = (U16 *) malloc(size+1); 34-1116 . // stacked case statements but only if there is a new line in between 34-1127 . halt; 34-1220 . /* LE SV TOC-2054 this is a log-05.7.74 req to enable*/ 34-1234 log.5.8
    34-1355 . /* LE SV TOC-2058 this is a log-05.8.36 req to disable*/ 34-1494 log.5.9
    34-1526 . /* LE SV TOC-2063 this is a log-05.9.9 req to enable*/ 34-1687 . // TBD - what do I do now 34-1722 log.5.10
    34-1761 . // stacked case statements but only if there is a new line in between 34-1772 . halt; 34-1876 . FreePtr = HmiStringPtr; 34-1937 log.5.11
    34-1982 . /* LE SV TOC-2066 this is a log-05.11.10 req to halt*/ 34-2023 log.5.12
    34-2149 . free(FreePtr); 34-2246 log.5.13
    34-2303 log.5.14
    34-2399 . // stacked case statements but only if there is a new line in between 34-2410 . halt; 34-2500 . // TBD - what do I do now 34-2515 log.5.15
    34-2702 . // stacked case statements but only if there is a new line in between 34-2713 . halt; 34-2865 . // ??? go see ws 34-2875 log.5.16
    34-2902 log.5.17
    34-2950 log.5.18
    34-3023 . goto error; 34-3033 . /* LE SV TOC-2079 this is a log-05.18.21 req to disable*/ 67 67 Result: result/source/ft-app/ft-app-B1.1/log/log-05.c


    68 68 Source: source/ft-app/ft-app-B1.1/log/log-05.h 68 68 Result: result/source/ft-app/ft-app-B1.1/log/log-05.h


    69 69 Source: source/ft-app/ft-app-B1.1/log/log-06.c 35-15 log.6.1
    35-58 . FreePtr = HmiStringPtr; 35-85 log.6.2
    35-112 . free(FreePtr); 35-139 . // stacked case statements but only if there is a new line in between 35-150 . halt; 35-197 . // stacked case statements but only if there is a new line in between 35-208 . halt; 35-214 . /* LE SV TOC-2083 this is a log-06.2.32 req to enable*/ 35-365 log.6.3
    35-382 . // stacked case statements but only if there is a new line in between 35-393 . halt; 35-521 . FreePtr = HmiStringPtr; 35-523 . FreePtr = HmiStringPtr; 35-591 . free(FreePtr); 35-607 log.6.4
    35-836 log.6.5
    35-918 . // stacked case statements but only if there is a new line in between 35-929 . halt; 35-1035 . halt; 35-1061 log.6.6
    35-1258 . /* LE SV TOC-2101 this is a log-06.6.64 req to halt*/ 35-1274 log.6.7
    35-1286 . // TBD - what do I do now 35-1422 . /* LE SV TOC-2103 this is a log-06.7.51 req to disable*/ 35-1479 log.6.8
    35-1523 log.6.9
    35-1640 . /* LE SV TOC-2104 this is a log-06.9.24 req to disable*/ 35-1693 . /* LE SV TOC-2106 this is a log-06.9.39 req to disable*/ 35-1729 . FreePtr = HmiStringPtr; 35-1764 log.6.10
    35-1817 . goto error; 35-1825 . // TBD - what do I do now 35-2039 log.6.11
    35-2141 . FreePtr = HmiStringPtr; 35-2151 log.6.12
    35-2170 . /* LE SV TOC-2117 this is a log-06.12.2 req to halt*/ 35-2193 . goto error; 35-2230 . rcv_buffer = (U16 *) alloc(size+1); 35-2410 log.6.13
    35-2587 . // ??? go see ws 35-2628 log.6.14
    35-2655 . goto error; 35-2746 . /* LE SV TOC-2125 this is a log-06.14.33 req to disable*/ 35-2798 . /* LE SV TOC-2126 this is a log-06.14.42 req to enable*/ 69 69 Result: result/source/ft-app/ft-app-B1.1/log/log-06.c


    70 70 Source: source/ft-app/ft-app-B1.1/log/log-06.h 70 70 Result: result/source/ft-app/ft-app-B1.1/log/log-06.h


    71 71 Source: source/ft-app/ft-app-B1.1/log/log-07.c 36-15 log.7.1
    71 71 Result: result/source/ft-app/ft-app-B1.1/log/log-07.c


    72 72 Source: source/ft-app/ft-app-B1.1/log/log-07.h 72 72 Result: result/source/ft-app/ft-app-B1.1/log/log-07.h


    73 73 Source: source/ft-app/ft-app-B1.1/log/log-08.c 37-15 log.8.1
    37-116 . // ??? go see ws 73 73 Result: result/source/ft-app/ft-app-B1.1/log/log-08.c


    74 74 Source: source/ft-app/ft-app-B1.1/log/log-08.h 74 74 Result: result/source/ft-app/ft-app-B1.1/log/log-08.h


    75 75 Source: source/ft-app/ft-app-B1.1/log/log-09.c 38-15 log.9.1
    38-318 log.9.2
    38-392 . // TBD - what do I do now 38-474 . /* LE SV TOC-2138 this is a log-09.2.45 req to halt*/ 38-506 . free(FreePtr); 38-540 . // stacked case statements but only if there is a new line in between 38-551 . halt; 38-571 log.9.3
    38-707 log.9.4
    38-743 . /* LE SV TOC-2143 this is a log-09.4.13 req to enable*/ 38-804 . halt; 38-945 . // TBS - I need to figure this out 38-981 log.9.5
    38-1051 log.9.6
    38-1167 log.9.7
    38-1339 log.9.8
    38-1444 log.9.9
    75 75 Result: result/source/ft-app/ft-app-B1.1/log/log-09.c


    76 76 Source: source/ft-app/ft-app-B1.1/log/log-09.h 76 76 Result: result/source/ft-app/ft-app-B1.1/log/log-09.h


    77 77 Source: source/ft-app/ft-app-B1.1/msaw/msaw-01.c 39-15 msaw.1.1
    77 77 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-01.c


    78 78 Source: source/ft-app/ft-app-B1.1/msaw/msaw-01.h 78 78 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-01.h


    79 79 Source: source/ft-app/ft-app-B1.1/msaw/msaw-02.c 40-13 msaw.2.1
    40-165 . FreePtr = HmiStringPtr; 40-350 . free(FreePtr); 40-390 msaw.2.2
    40-412 . send_buffer = (U16 *) malloc(size+1); 79 79 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-02.c


    80 80 Source: source/ft-app/ft-app-B1.1/msaw/msaw-02.h 80 80 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-02.h


    81 81 Source: source/ft-app/ft-app-B1.1/msaw/msaw-03.c 41-15 msaw.3.1
    41-44 . halt; 41-382 msaw.3.2
    41-537 . goto error; 41-647 msaw.3.3
    41-898 msaw.3.4
    41-1024 msaw.3.5
    41-1116 msaw.3.6
    41-1173 . // stacked case statements but only if there is a new line in between 41-1184 . halt; 41-1362 msaw.3.7
    41-1621 . halt; 41-1706 msaw.3.8
    41-1809 . /* LE SV TOC-2228 this is a msaw-03.8.24 req to halt*/ 41-1849 msaw.3.9
    41-1913 msaw.3.10
    41-2033 msaw.3.11
    41-2131 . FreePtr = HmiStringPtr; 41-2217 . // TBD - what do I do now 41-2247 msaw.3.12
    41-2307 . /* LE SV TOC-2235 this is a msaw-03.12.12 req to halt*/ 81 81 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-03.c


    82 82 Source: source/ft-app/ft-app-B1.1/msaw/msaw-03.h 82 82 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-03.h


    83 83 Source: source/ft-app/ft-app-B1.1/msaw/msaw-04.c 42-15 msaw.4.1
    42-46 msaw.4.2
    42-80 msaw.4.3
    42-220 . /* LE SV TOC-2240 this is a msaw-04.3.43 req to halt*/ 42-230 . // stacked case statements but only if there is a new line in between 42-241 . halt; 42-280 msaw.4.4
    42-310 . // ??? go see ws 42-320 . // TBS - I need to figure this out 42-560 msaw.4.5
    42-713 msaw.4.6
    42-761 msaw.4.7
    42-834 msaw.4.8
    42-899 . free(FreePtr); 42-932 msaw.4.9
    42-952 . /* LE SV TOC-2246 this is a msaw-04.9.3 req to enable*/ 42-1003 msaw.4.10
    42-1164 . // TBD - what do I do now 42-1203 . FreePtr = HmiStringPtr; 42-1235 msaw.4.11
    42-1271 . // TBD - what do I do now 42-1281 . /* LE SV TOC-2251 this is a msaw-04.11.15 req to halt*/ 42-1445 msaw.4.12
    42-1501 msaw.4.13
    42-1655 . // ??? go see ws 42-1688 msaw.4.14
    42-1703 . send_buffer = (U16 *) malloc(size+1); 42-1715 . halt; 42-1720 . goto error; 42-1731 . /* LE SV TOC-2256 this is a msaw-04.14.15 req to disable*/ 42-1744 . // TBD - what do I do now 83 83 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-04.c


    84 84 Source: source/ft-app/ft-app-B1.1/msaw/msaw-04.h 84 84 Result: result/source/ft-app/ft-app-B1.1/msaw/msaw-04.h


    85 85 Source: source/ft-app/ft-app-B1.1/pwr/pwr-01.c 43-15 pwr.1.1
    43-74 pwr.1.2
    43-153 . /* LE SV TOC-2401 this is a pwr-01.2.19 req to disable*/ 43-326 . FreePtr = HmiStringPtr; 43-336 pwr.1.3
    43-357 . rcv_buffer = (U16 *) alloc(size+1); 43-424 pwr.1.4
    43-478 pwr.1.5
    43-502 . halt; 43-646 pwr.1.6
    43-667 . /* LE SV TOC-2408 this is a pwr-01.6.4 req to enable*/ 43-806 pwr.1.7
    43-871 . /* LE SV TOC-2414 this is a pwr-01.7.16 req to halt*/ 43-896 pwr.1.8
    43-1008 pwr.1.9
    43-1242 pwr.1.10
    43-1297 . rcv_buffer = (U16 *) alloc(size+1); 43-1299 . send_buffer = (U16 *) malloc(size+1); 43-1350 pwr.1.11
    43-1445 . free(FreePtr); 43-1486 pwr.1.12
    43-1676 pwr.1.13
    85 85 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-01.c


    86 86 Source: source/ft-app/ft-app-B1.1/pwr/pwr-01.h 86 86 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-01.h


    87 87 Source: source/ft-app/ft-app-B1.1/pwr/pwr-02.c 44-15 pwr.2.1
    44-73 pwr.2.2
    44-92 . // ??? go see ws 44-258 pwr.2.3
    44-280 . FreePtr = HmiStringPtr; 44-313 . goto error; 44-559 pwr.2.4
    44-595 pwr.2.5
    44-608 . send_buffer = (U16 *) malloc(size+1); 44-647 . // stacked case statements but only if there is a new line in between 44-658 . halt; 44-805 pwr.2.6
    44-942 . halt; 87 87 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-02.c


    88 88 Source: source/ft-app/ft-app-B1.1/pwr/pwr-02.h 88 88 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-02.h


    89 89 Source: source/ft-app/ft-app-B1.1/pwr/pwr-03.c 45-15 pwr.3.1
    45-66 pwr.3.2
    45-266 pwr.3.3
    45-332 pwr.3.4
    45-503 . /* LE SV TOC-2446 this is a pwr-03.4.30 req to disable*/ 45-512 pwr.3.5
    45-638 pwr.3.6
    45-652 . rcv_buffer = (U16 *) alloc(size+1); 45-682 . free(FreePtr); 45-842 pwr.3.7
    45-1025 pwr.3.8
    45-1096 . rcv_buffer = (U16 *) alloc(size+1); 89 89 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-03.c


    90 90 Source: source/ft-app/ft-app-B1.1/pwr/pwr-03.h 90 90 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-03.h


    91 91 Source: source/ft-app/ft-app-B1.1/pwr/pwr-04.c 46-15 pwr.4.1
    46-158 pwr.4.2
    46-299 . // TBS - I need to figure this out 46-364 pwr.4.3
    46-500 . goto error; 46-611 pwr.4.4
    46-742 pwr.4.5
    46-816 . // stacked case statements but only if there is a new line in between 46-827 . halt; 46-850 pwr.4.6
    46-891 . send_buffer = (U16 *) malloc(size+1); 46-947 . /* LE SV TOC-2474 this is a pwr-04.6.30 req to enable*/ 46-989 . rcv_buffer = (U16 *) alloc(size+1); 46-1116 . FreePtr = HmiStringPtr; 46-1120 . // TBD - what do I do now 46-1139 pwr.4.7
    46-1259 pwr.4.8
    46-1326 . // ??? go see ws 46-1526 pwr.4.9
    46-1627 . FreePtr = HmiStringPtr; 46-1815 . rcv_buffer = (U16 *) alloc(size+1); 46-1831 pwr.4.10
    46-1886 . // stacked case statements but only if there is a new line in between 46-1897 . halt; 46-1910 . // ??? go see ws 46-2044 pwr.4.11
    46-2227 . // TBD - what do I do now 91 91 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-04.c


    92 92 Source: source/ft-app/ft-app-B1.1/pwr/pwr-04.h 92 92 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-04.h


    93 93 Source: source/ft-app/ft-app-B1.1/pwr/pwr-05.c 47-15 pwr.5.1
    47-103 pwr.5.2
    47-346 . goto error; 47-440 pwr.5.3
    47-617 pwr.5.4
    47-751 pwr.5.5
    47-858 . /* LE SV TOC-2505 this is a pwr-05.5.27 req to halt*/ 47-864 . rcv_buffer = (U16 *) alloc(size+1); 47-935 pwr.5.6
    47-1002 . // ??? go see ws 47-1155 pwr.5.7
    47-1228 . send_buffer = (U16 *) malloc(size+1); 47-1266 . send_buffer = (U16 *) malloc(size+1); 47-1295 pwr.5.8
    47-1322 . // stacked case statements but only if there is a new line in between 47-1333 . halt; 47-1356 . rcv_buffer = (U16 *) alloc(size+1); 47-1380 . free(FreePtr); 47-1417 pwr.5.9
    47-1548 pwr.5.10
    47-1666 pwr.5.11
    47-1721 pwr.5.12
    47-2017 pwr.5.13
    47-2231 pwr.5.14
    93 93 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-05.c


    94 94 Source: source/ft-app/ft-app-B1.1/pwr/pwr-05.h 94 94 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-05.h


    95 95 Source: source/ft-app/ft-app-B1.1/pwr/pwr-06.c 48-15 pwr.6.1
    48-135 pwr.6.2
    48-157 . send_buffer = (U16 *) malloc(size+1); 48-204 pwr.6.3
    48-216 . // ??? go see ws 48-259 . /* LE SV TOC-2523 this is a pwr-06.3.12 req to enable*/ 48-282 pwr.6.4
    48-300 . /* LE SV TOC-2524 this is a pwr-06.4.7 req to enable*/ 48-436 . goto error; 48-465 pwr.6.5
    48-703 . rcv_buffer = (U16 *) alloc(size+1); 48-712 pwr.6.6
    48-792 . FreePtr = HmiStringPtr; 48-906 pwr.6.7
    48-933 . // TBS - I need to figure this out 48-1065 pwr.6.8
    48-1094 pwr.6.9
    48-1298 . free(FreePtr); 95 95 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-06.c


    96 96 Source: source/ft-app/ft-app-B1.1/pwr/pwr-06.h 96 96 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-06.h


    97 97 Source: source/ft-app/ft-app-B1.1/pwr/pwr-07.c 49-15 pwr.7.1
    49-86 . halt; 49-125 pwr.7.2
    49-297 pwr.7.3
    49-335 . FreePtr = HmiStringPtr; 49-415 . // stacked case statements but only if there is a new line in between 49-426 . halt; 49-439 pwr.7.4
    49-512 pwr.7.5
    49-720 . goto error; 49-780 . rcv_buffer = (U16 *) alloc(size+1); 49-795 pwr.7.6
    49-842 pwr.7.7
    49-918 . halt; 49-1000 pwr.7.8
    97 97 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-07.c


    98 98 Source: source/ft-app/ft-app-B1.1/pwr/pwr-07.h 98 98 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-07.h


    99 99 Source: source/ft-app/ft-app-B1.1/pwr/pwr-08.c 50-15 pwr.8.1
    50-105 . rcv_buffer = (U16 *) alloc(size+1); 50-146 . // ??? go see ws 99 99 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-08.c


    100 100 Source: source/ft-app/ft-app-B1.1/pwr/pwr-08.h 100 100 Result: result/source/ft-app/ft-app-B1.1/pwr/pwr-08.h


    101 101 Source: source/ft-app/ft-app-B1.1/rdp/rdp-01.c 51-15 rdp.1.1
    51-69 . /* LE SV TOC-2601 this is a rdp-01.1.5 req to disable*/ 51-92 rdp.1.2
    51-137 . /* LE SV TOC-2603 this is a rdp-01.2.9 req to enable*/ 51-213 . rcv_buffer = (U16 *) alloc(size+1); 51-318 . /* LE SV TOC-2607 this is a rdp-01.2.54 req to disable*/ 51-373 . // TBD - what do I do now 51-388 rdp.1.3
    51-614 . // stacked case statements but only if there is a new line in between 51-625 . halt; 51-822 rdp.1.4
    51-936 rdp.1.5
    51-991 rdp.1.6
    101 101 Result: result/source/ft-app/ft-app-B1.1/rdp/rdp-01.c


    102 102 Source: source/ft-app/ft-app-B1.1/rdp/rdp-01.h 102 102 Result: result/source/ft-app/ft-app-B1.1/rdp/rdp-01.h


    103 103 Source: source/ft-app/ft-app-B1.1/rdp/rdp-02.c 52-15 rdp.2.1
    52-194 rdp.2.2
    52-279 rdp.2.3
    52-329 rdp.2.4
    52-448 rdp.2.5
    52-469 . // TBS - I need to figure this out 52-679 rdp.2.6
    52-836 . rcv_buffer = (U16 *) alloc(size+1); 52-930 rdp.2.7
    52-986 . FreePtr = HmiStringPtr; 52-1087 . /* LE SV TOC-2636 this is a rdp-02.7.59 req to disable*/ 52-1115 . // ??? go see ws 52-1126 rdp.2.8
    52-1153 . goto error; 52-1269 . /* LE SV TOC-2638 this is a rdp-02.8.32 req to disable*/ 52-1330 rdp.2.9
    52-1366 rdp.2.10
    52-1396 . // stacked case statements but only if there is a new line in between 52-1407 . halt; 52-1492 . halt; 52-1501 . // stacked case statements but only if there is a new line in between 52-1512 . halt; 103 103 Result: result/source/ft-app/ft-app-B1.1/rdp/rdp-02.c


    104 104 Source: source/ft-app/ft-app-B1.1/rdp/rdp-02.h 104 104 Result: result/source/ft-app/ft-app-B1.1/rdp/rdp-02.h


    105 105 Source: source/ft-app/ft-app-B1.1/stp/stp-01.c 53-15 stp.1.1
    53-136 . // TBD - what do I do now 53-152 . send_buffer = (U16 *) malloc(size+1); 53-280 . rcv_buffer = (U16 *) alloc(size+1); 53-291 . /* LE SV TOC-2804 this is a stp-01.1.64 req to enable*/ 53-340 . /* LE SV TOC-2806 this is a stp-01.1.75 req to disable*/ 53-367 stp.1.2
    53-522 . // ??? go see ws 53-598 . goto error; 53-612 . // stacked case statements but only if there is a new line in between 53-623 . halt; 53-665 . /* LE SV TOC-2811 this is a stp-01.2.75 req to enable*/ 53-739 stp.1.3
    53-900 . // ??? go see ws 53-1007 stp.1.4
    53-1025 . /* LE SV TOC-2823 this is a stp-01.4.7 req to disable*/ 53-1198 . rcv_buffer = (U16 *) alloc(size+1); 53-1207 . // stacked case statements but only if there is a new line in between 53-1218 . halt; 53-1285 stp.1.5
    53-1314 . goto error; 53-1378 stp.1.6
    53-1521 . send_buffer = (U16 *) malloc(size+1); 53-1563 stp.1.7
    53-1577 . send_buffer = (U16 *) malloc(size+1); 53-1648 stp.1.8
    53-1812 stp.1.9
    53-1824 . goto error; 53-1887 stp.1.10
    53-1915 . send_buffer = (U16 *) malloc(size+1); 53-1951 . /* LE SV TOC-2834 this is a stp-01.10.25 req to enable*/ 53-2082 stp.1.11
    53-2113 stp.1.12
    53-2253 stp.1.13
    53-2356 stp.1.14
    53-2376 . /* LE SV TOC-2843 this is a stp-01.14.3 req to disable*/ 53-2406 . halt; 105 105 Result: result/source/ft-app/ft-app-B1.1/stp/stp-01.c


    106 106 Source: source/ft-app/ft-app-B1.1/stp/stp-01.h 106 106 Result: result/source/ft-app/ft-app-B1.1/stp/stp-01.h


    107 107 Source: source/ft-app/ft-app-B1.1/stp/stp-02.c 54-15 stp.2.1
    54-50 . // stacked case statements but only if there is a new line in between 54-61 . halt; 54-123 stp.2.2
    54-215 . halt; 54-296 . FreePtr = HmiStringPtr; 54-318 stp.2.3
    54-449 stp.2.4
    54-466 . // stacked case statements but only if there is a new line in between 54-477 . halt; 54-571 stp.2.5
    54-793 stp.2.6
    54-887 stp.2.7
    54-968 . send_buffer = (U16 *) malloc(size+1); 54-1169 stp.2.8
    54-1181 . /* LE SV TOC-2851 this is a stp-02.8.1 req to enable*/ 54-1186 . // TBS - I need to figure this out 54-1195 . /* LE SV TOC-2852 this is a stp-02.8.7 req to enable*/ 54-1338 stp.2.9
    54-1403 . goto error; 54-1453 . /* LE SV TOC-2854 this is a stp-02.9.35 req to halt*/ 54-1469 . /* LE SV TOC-2855 this is a stp-02.9.38 req to enable*/ 54-1481 stp.2.10
    54-1600 stp.2.11
    54-1736 stp.2.12
    54-1777 . goto error; 54-1852 . send_buffer = (U16 *) malloc(size+1); 107 107 Result: result/source/ft-app/ft-app-B1.1/stp/stp-02.c


    108 108 Source: source/ft-app/ft-app-B1.1/stp/stp-02.h 108 108 Result: result/source/ft-app/ft-app-B1.1/stp/stp-02.h


    109 109 Source: source/ft-app/ft-app-B1.1/stp/stp-03.c 55-15 stp.3.1
    55-112 . // TBD - what do I do now 55-201 . rcv_buffer = (U16 *) alloc(size+1); 55-275 stp.3.2
    55-295 stp.3.3
    55-370 . /* LE SV TOC-2865 this is a stp-03.3.18 req to disable*/ 55-409 stp.3.4
    55-456 stp.3.5
    55-476 . // ??? go see ws 55-526 . // ??? go see ws 55-550 . send_buffer = (U16 *) malloc(size+1); 55-677 stp.3.6
    55-705 . // TBS - I need to figure this out 55-822 stp.3.7
    55-903 stp.3.8
    55-1050 . // TBD - what do I do now 55-1052 . free(FreePtr); 55-1067 stp.3.9
    109 109 Result: result/source/ft-app/ft-app-B1.1/stp/stp-03.c


    110 110 Source: source/ft-app/ft-app-B1.1/stp/stp-03.h 110 110 Result: result/source/ft-app/ft-app-B1.1/stp/stp-03.h


    111 111 Source: source/ft-app/ft-app-B1.1/stp/stp-04.c 56-15 stp.4.1
    56-162 stp.4.2
    56-358 stp.4.3
    56-392 stp.4.4
    56-423 . /* LE SV TOC-2885 this is a stp-04.4.6 req to enable*/ 56-601 . send_buffer = (U16 *) malloc(size+1); 56-610 stp.4.5
    56-786 . free(FreePtr); 56-803 stp.4.6
    56-962 stp.4.7
    111 111 Result: result/source/ft-app/ft-app-B1.1/stp/stp-04.c


    112 112 Source: source/ft-app/ft-app-B1.1/stp/stp-04.h 112 112 Result: result/source/ft-app/ft-app-B1.1/stp/stp-04.h


    113 113 Source: source/ft-app/ft-app-B1.1/stp/stp-05.c 57-15 stp.5.1
    57-164 stp.5.2
    57-438 stp.5.3
    57-466 . FreePtr = HmiStringPtr; 57-561 stp.5.4
    57-760 stp.5.5
    57-935 stp.5.6
    57-1016 stp.5.7
    57-1118 . // TBS - I need to figure this out 57-1188 stp.5.8
    57-1210 . /* LE SV TOC-2906 this is a stp-05.8.5 req to disable*/ 57-1249 . goto error; 57-1265 . // stacked case statements but only if there is a new line in between 57-1276 . halt; 57-1281 . /* LE SV TOC-2907 this is a stp-05.8.29 req to halt*/ 57-1573 stp.5.9
    57-1621 stp.5.10
    57-1657 . /* LE SV TOC-2917 this is a stp-05.10.13 req to disable*/ 57-1868 . // TBS - I need to figure this out 57-1896 stp.5.11
    57-1908 . /* LE SV TOC-2920 this is a stp-05.11.1 req to halt*/ 57-1963 . send_buffer = (U16 *) malloc(size+1); 57-1968 . free(FreePtr); 57-1987 . // TBS - I need to figure this out 57-2096 stp.5.12
    57-2260 . // ??? go see ws 57-2341 stp.5.13
    57-2370 . /* LE SV TOC-2928 this is a stp-05.13.11 req to halt*/ 57-2427 stp.5.14
    113 113 Result: result/source/ft-app/ft-app-B1.1/stp/stp-05.c


    114 114 Source: source/ft-app/ft-app-B1.1/stp/stp-05.h 114 114 Result: result/source/ft-app/ft-app-B1.1/stp/stp-05.h


    115 115 Source: source/ft-app/ft-app-B1.1/stp/stp-06.c 58-15 stp.6.1
    58-319 stp.6.2
    58-367 . /* LE SV TOC-2934 this is a stp-06.2.12 req to halt*/ 58-411 . /* LE SV TOC-2935 this is a stp-06.2.29 req to enable*/ 58-534 stp.6.3
    58-587 . /* LE SV TOC-2940 this is a stp-06.3.13 req to disable*/ 58-681 . free(FreePtr); 58-689 . /* LE SV TOC-2941 this is a stp-06.3.47 req to disable*/ 58-708 . halt; 58-857 stp.6.4
    58-953 . // stacked case statements but only if there is a new line in between 58-964 . halt; 58-1076 . halt; 58-1149 stp.6.5
    58-1207 . send_buffer = (U16 *) malloc(size+1); 58-1222 stp.6.6
    58-1288 . /* LE SV TOC-2946 this is a stp-06.6.17 req to enable*/ 58-1385 stp.6.7
    58-1470 . FreePtr = HmiStringPtr; 58-1553 stp.6.8
    115 115 Result: result/source/ft-app/ft-app-B1.1/stp/stp-06.c


    116 116 Source: source/ft-app/ft-app-B1.1/stp/stp-06.h 116 116 Result: result/source/ft-app/ft-app-B1.1/stp/stp-06.h


    117 117 Source: source/ft-app/ft-app-B1.1/wxp/wxp-01.c 59-15 wxp.1.1
    59-232 wxp.1.2
    59-285 . goto error; 59-291 . /* LE SV TOC-3007 this is a wxp-01.2.26 req to disable*/ 59-440 . // TBD - what do I do now 59-450 . rcv_buffer = (U16 *) alloc(size+1); 59-510 wxp.1.3
    59-673 . // TBS - I need to figure this out 59-700 wxp.1.4
    59-712 . /* LE SV TOC-3014 this is a wxp-01.4.1 req to disable*/ 59-742 . send_buffer = (U16 *) malloc(size+1); 59-755 . /* LE SV TOC-3015 this is a wxp-01.4.21 req to halt*/ 59-836 . goto error; 59-841 . // TBS - I need to figure this out 59-859 . // TBS - I need to figure this out 59-875 wxp.1.5
    59-958 wxp.1.6
    59-1049 . FreePtr = HmiStringPtr; 59-1199 wxp.1.7
    59-1225 wxp.1.8
    59-1254 wxp.1.9
    59-1450 wxp.1.10
    59-1470 . goto error; 59-1567 . /* LE SV TOC-3029 this is a wxp-01.10.39 req to enable*/ 117 117 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-01.c


    118 118 Source: source/ft-app/ft-app-B1.1/wxp/wxp-01.h 118 118 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-01.h


    119 119 Source: source/ft-app/ft-app-B1.1/wxp/wxp-02.c 60-15 wxp.2.1
    60-98 . FreePtr = HmiStringPtr; 60-214 . // TBD - what do I do now 60-240 . // TBD - what do I do now 60-283 wxp.2.2
    60-430 . send_buffer = (U16 *) malloc(size+1); 60-592 wxp.2.3
    60-810 wxp.2.4
    60-1014 wxp.2.5
    60-1075 wxp.2.6
    60-1327 . // TBS - I need to figure this out 60-1365 . free(FreePtr); 60-1368 . rcv_buffer = (U16 *) alloc(size+1); 60-1383 wxp.2.7
    60-1453 . /* LE SV TOC-3045 this is a wxp-02.7.10 req to halt*/ 60-1519 wxp.2.8
    60-1580 . rcv_buffer = (U16 *) alloc(size+1); 60-1642 . /* LE SV TOC-3047 this is a wxp-02.8.31 req to disable*/ 60-1660 . goto error; 60-1760 wxp.2.9
    60-1937 wxp.2.10
    60-2022 . /* LE SV TOC-3057 this is a wxp-02.10.29 req to halt*/ 60-2081 wxp.2.11
    60-2240 . halt; 119 119 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-02.c


    120 120 Source: source/ft-app/ft-app-B1.1/wxp/wxp-02.h 120 120 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-02.h


    121 121 Source: source/ft-app/ft-app-B1.1/wxp/wxp-03.c 61-15 wxp.3.1
    61-121 wxp.3.2
    61-202 . rcv_buffer = (U16 *) alloc(size+1); 61-208 . send_buffer = (U16 *) malloc(size+1); 61-211 . FreePtr = HmiStringPtr; 61-333 . halt; 61-361 . halt; 121 121 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-03.c


    122 122 Source: source/ft-app/ft-app-B1.1/wxp/wxp-03.h 122 122 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-03.h


    123 123 Source: source/ft-app/ft-app-B1.1/wxp/wxp-04.c 62-13 wxp.4.1
    62-169 . send_buffer = (U16 *) malloc(size+1); 62-194 . // stacked case statements but only if there is a new line in between 62-205 . halt; 62-281 wxp.4.2
    62-527 . goto error; 62-553 wxp.4.3
    62-633 . goto error; 62-791 wxp.4.4
    62-831 wxp.4.5
    62-1075 . /* LE SV TOC-3079 this is a wxp-04.5.55 req to halt*/ 123 123 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-04.c


    124 124 Source: source/ft-app/ft-app-B1.1/wxp/wxp-04.h 124 124 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-04.h


    125 125 Source: source/ft-app/ft-app-B1.1/wxp/wxp-05.c 63-15 wxp.5.1
    63-143 . FreePtr = HmiStringPtr; 63-268 . rcv_buffer = (U16 *) alloc(size+1); 63-277 . rcv_buffer = (U16 *) alloc(size+1); 63-315 wxp.5.2
    63-520 wxp.5.3
    63-535 . goto error; 63-635 . /* LE SV TOC-3088 this is a wxp-05.3.33 req to disable*/ 63-647 wxp.5.4
    63-733 . // ??? go see ws 63-815 wxp.5.5
    63-851 . // TBD - what do I do now 63-927 . /* LE SV TOC-3089 this is a wxp-05.5.26 req to enable*/ 125 125 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-05.c


    126 126 Source: source/ft-app/ft-app-B1.1/wxp/wxp-05.h 126 126 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-05.h


    127 127 Source: source/ft-app/ft-app-B1.1/wxp/wxp-06.c 64-15 wxp.6.1
    64-176 . // stacked case statements but only if there is a new line in between 64-187 . halt; 64-271 wxp.6.2
    64-301 . FreePtr = HmiStringPtr; 64-478 . // ??? go see ws 64-563 wxp.6.3
    127 127 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-06.c


    128 128 Source: source/ft-app/ft-app-B1.1/wxp/wxp-06.h 128 128 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-06.h


    129 129 Source: source/ft-app/ft-app-B1.1/wxp/wxp-07.c 65-15 wxp.7.1
    65-59 . goto error; 65-61 . // ??? go see ws 65-106 wxp.7.2
    65-196 wxp.7.3
    65-339 wxp.7.4
    65-407 . rcv_buffer = (U16 *) alloc(size+1); 65-608 wxp.7.5
    65-656 . // stacked case statements but only if there is a new line in between 65-667 . halt; 65-746 wxp.7.6
    65-858 . /* LE SV TOC-3104 this is a wxp-07.6.30 req to halt*/ 65-951 wxp.7.7
    65-968 . FreePtr = HmiStringPtr; 65-1113 . /* LE SV TOC-3106 this is a wxp-07.7.41 req to enable*/ 65-1179 wxp.7.8
    65-1244 wxp.7.9
    65-1273 . free(FreePtr); 65-1368 . // TBS - I need to figure this out 65-1445 wxp.7.10
    65-1553 . // TBD - what do I do now 65-1572 . // TBS - I need to figure this out 65-1600 . /* LE SV TOC-3112 this is a wxp-07.10.52 req to disable*/ 65-1640 wxp.7.11
    65-1652 . FreePtr = HmiStringPtr; 65-1694 . FreePtr = HmiStringPtr; 65-1768 . rcv_buffer = (U16 *) alloc(size+1); 65-1789 wxp.7.12
    65-1940 . /* LE SV TOC-3114 this is a wxp-07.12.46 req to enable*/ 65-1945 . /* LE SV TOC-3115 this is a wxp-07.12.50 req to enable*/ 65-1968 wxp.7.13
    65-2001 . /* LE SV TOC-3116 this is a wxp-07.13.4 req to halt*/ 65-2098 . halt; 129 129 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-07.c


    130 130 Source: source/ft-app/ft-app-B1.1/wxp/wxp-07.h 130 130 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-07.h


    131 131 Source: source/ft-app/ft-app-B1.1/wxp/wxp-08.c 66-15 wxp.8.1
    66-65 wxp.8.2
    66-275 wxp.8.3
    66-299 . goto error; 66-342 . /* LE SV TOC-3121 this is a wxp-08.3.24 req to enable*/ 66-605 wxp.8.4
    66-912 wxp.8.5
    66-988 . /* LE SV TOC-3128 this is a wxp-08.5.10 req to enable*/ 66-1021 wxp.8.6
    66-1229 . /* LE SV TOC-3131 this is a wxp-08.6.64 req to enable*/ 66-1257 wxp.8.7
    66-1450 . // TBD - what do I do now 66-1618 wxp.8.8
    66-1676 wxp.8.9
    66-1796 wxp.8.10
    66-2012 wxp.8.11
    66-2254 wxp.8.12
    131 131 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-08.c


    132 132 Source: source/ft-app/ft-app-B1.1/wxp/wxp-08.h 132 132 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-08.h


    133 133 Source: source/ft-app/ft-app-B1.1/wxp/wxp-09.c 67-15 wxp.9.1
    67-63 . // stacked case statements but only if there is a new line in between 67-74 . halt; 67-106 . // TBS - I need to figure this out 67-116 . // stacked case statements but only if there is a new line in between 67-127 . halt; 67-201 . /* LE SV TOC-3146 this is a wxp-09.1.39 req to enable*/ 67-224 wxp.9.2
    67-315 . /* LE SV TOC-3147 this is a wxp-09.2.23 req to disable*/ 67-316 . // ??? go see ws 67-350 wxp.9.3
    67-434 wxp.9.4
    67-588 . /* LE SV TOC-3150 this is a wxp-09.4.37 req to disable*/ 67-597 . FreePtr = HmiStringPtr; 67-690 wxp.9.5
    67-904 wxp.9.6
    133 133 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-09.c


    134 134 Source: source/ft-app/ft-app-B1.1/wxp/wxp-09.h 134 134 Result: result/source/ft-app/ft-app-B1.1/wxp/wxp-09.h



    Settings

    Description 6

    Master Directories
    Project Instrumentation Test
    Source Result Analysis
    Metrics

    Report Markings
    Report Marking
    Highest Code Classification
    Lowest Code Classification
    Classified Keywords

    Headers
    C Header
    H Header
    asm Header

    File Controls
    Assembly Extensions
    Access Files
    Ignore Files
    Paths
    File Path
    Src Paths (websever /~iat no websever ../../)
    URL (websever /~iat no websever ../../ dos is blank)

    Source Dir Path
    Result Dir Path
    Analysis Dir Path(no websever setting ../ft-red-B1B2D6_Ry)
    Analysis Report Name
    Files
    toc file bfw file hmi file
    toc html bfw html

    General Settings
    CPCs
    1 2 3 4 5 6 7 Colors

    Log Event Patterns
    SV Events case Insensitive
    Filter SV Events case Insensitive (e.g. traffic)
    Filter Files case Insensitive
    DB Events case Sensitive
    HMI Events case Sensitive
    LOC Events case Sensitive
    Filter LOC Events (e.g. traffic)

    Table Driven Functions used by uncalled functions detector


    Fixed Keywords case insensitive
    C
    H
    Assembly

    Keywords case insensitive
    find 1
    find 2
    find 3
    find 4
    find 5

    ignore lines

    Keyword Window

    Hamming Patterns


    Log Events
    SV Start DB Start HMI Start LOC Start
    Instrument Source LE Summary Auto Trace Fix LE English

    Show in Details Report
    Abstract SV REQUIRED Full Header All SourceCode Only SVCV src
    Comments CV REQUIRED Rquirements Functions Show Only Affected Files Analyze Only LE SV

    Reports
    Control Menu Keywords Stats Metrics Ham Values Details Problem Summaries Problem Descriptions Compare

    Reports - Automatic Detectors Default Problems Locked Files Date (e.g. 01/05/2003)
    Fatal Printf C Headers H Headers ASM Headers
    Class SV Marking CV Marking Keywords Code Keywords Prologues
    No Curly Braces ifdef Switch Default's Default Error Case Break
    Nested Switches Stacked Cases Calling Rules No Error Exit ?: operator
    Func/File LOC/File Line Length < 5 LOC/Func > 100 LOC/Func
    Uncalled Func's Dead Code Fuzzy Log Events ++/-- in if, else, while do Loops
    malloc free Re-Casting goto No Func Header

    Regression noise reduction for Automatic Detectors - must run regression.pl first
    new files
    mod files

    Metrics Baseline Accessed
    Metrics Saved (enable stats)

    Hide Controls Show Checked Summary Checked Details Not Checked All

    done
    12/01/2003 16:23:21 start
    12/01/2003 16:25:07 end