Home | History | Annotate | Download | only in sed

Lines Matching full:backup_length

671   int name_length = strlen(name), backup_length = strlen(in_place_extension);
677 backup_length += name_length - 1;
679 p = backup = xmalloc(backup_length + 1);