Lines Matching defs:newstr
520 const char *newstr = argstate->argv[1];
525 len = strlen(newstr);
538 EC_WORD(ndx), newstr);
545 EC_WORD(ndx), newstr);
552 if ((ndx == 0) && (*newstr != '\0'))
555 EC_WORD(ndx), newstr);
560 if (newstr[i] != oldstr[i])
564 strsec->sec_shndx, strsec->sec_name, ndx, newstr);
596 newstr);
608 strsec->sec_shndx, strsec->sec_name, ndx, len, oldstr, newstr);
609 bcopy(newstr, oldstr, ncp);