Home | History | Annotate | Download | only in lazy

Lines Matching full:new_str

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