Home | History | Annotate | Download | only in lazy

Lines Matching defs:new_str

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