Home | History | Annotate | Download | only in initial

Lines Matching defs:new_str

637     char new_str[16];
638 sprintf(new_str, "%d", (int)old_c);
639 NewName = NewName.replace(pos, 1, new_str);