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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dcommand.c442 int ltgt, loldstr, lnewstr, pos; local
448 loldstr = strlen(oldstr);
452 if (loldstr > lnewstr)
453 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
454 if (loldstr != lnewstr) {
455 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
461 if (lnewstr > loldstr)
462 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);

Completed in 96 milliseconds