Searched refs:lnewstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c444 int ltgt, loldstr, lnewstr, pos; local
451 lnewstr = strlen(newstr);
454 if (loldstr > lnewstr)
455 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
456 if (loldstr != lnewstr) {
457 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
463 if (lnewstr > loldstr)
464 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);
465 bcopy(newstr, word, lnewstr);
[all...]

Completed in 107 milliseconds