fflush (arg_tmp_ofp);
state->ofp = arg_saved_ofp;
- new_arg_tmp_ofps = (FILE **) realloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
+ new_arg_tmp_ofps = (FILE **) xrealloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
if (new_arg_tmp_ofps) {
fflush (arg_tmp_ofp);
state->ofp = arg_saved_ofp;
- new_arg_tmp_ofps = (FILE **) realloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
+ new_arg_tmp_ofps = (FILE **) xrealloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
if (new_arg_tmp_ofps) {
fflush (arg_tmp_ofp);
state->ofp = arg_saved_ofp;
- new_arg_tmp_ofps = (FILE **) realloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
+ new_arg_tmp_ofps = (FILE **) xrealloc (arg_tmp_ofps, sizeof (*arg_tmp_ofps) * (argc + 1));
if (new_arg_tmp_ofps) {
while (!is_end_of_line[(int) *caret]) {
- if (!isspace (*caret)) {
+ if (!isspace ((int) *caret)) {
break;
}