Home | History | Annotate | Download | only in complete

Lines Matching defs:new_str

679     char new_str[16];
680 sprintf(new_str, "%d", (int)old_c);
681 NewName = NewName.replace(pos, 1, new_str);