Home | History | Annotate | Download | only in src

Lines Matching full:newstr

435 subst(char *tgt, const char *oldstr, const char *newstr)
446 lnewstr = strlen(newstr);
460 bcopy(newstr, word, lnewstr);