@@ -78,16 +78,16 @@ class string_instrumentationt:public messaget
78
78
}
79
79
80
80
void instrument (goto_programt &dest, goto_programt::targett it);
81
- void do_function_call (goto_programt &dest, goto_programt::targett it );
81
+ void do_function_call (goto_programt &dest, goto_programt::targett target );
82
82
83
83
// strings
84
84
void do_sprintf (
85
85
goto_programt &dest,
86
- goto_programt::targett it ,
86
+ goto_programt::targett target ,
87
87
const code_function_callt &);
88
88
void do_snprintf (
89
89
goto_programt &dest,
90
- goto_programt::targett it ,
90
+ goto_programt::targett target ,
91
91
const code_function_callt &);
92
92
void do_strcat (
93
93
goto_programt &dest,
@@ -99,27 +99,27 @@ class string_instrumentationt:public messaget
99
99
const code_function_callt &);
100
100
void do_strchr (
101
101
goto_programt &dest,
102
- goto_programt::targett it ,
102
+ goto_programt::targett target ,
103
103
const code_function_callt &);
104
104
void do_strrchr (
105
105
goto_programt &dest,
106
- goto_programt::targett it ,
106
+ goto_programt::targett target ,
107
107
const code_function_callt &);
108
108
void do_strstr (
109
109
goto_programt &dest,
110
- goto_programt::targett it ,
110
+ goto_programt::targett target ,
111
111
const code_function_callt &);
112
112
void do_strtok (
113
113
goto_programt &dest,
114
- goto_programt::targett it ,
114
+ goto_programt::targett target ,
115
115
const code_function_callt &);
116
116
void do_strerror (
117
117
goto_programt &dest,
118
118
goto_programt::targett it,
119
119
const code_function_callt &);
120
120
void do_fscanf (
121
121
goto_programt &dest,
122
- goto_programt::targett it ,
122
+ goto_programt::targett target ,
123
123
const code_function_callt &);
124
124
125
125
void do_format_string_read (
0 commit comments