Searched refs:ltgt (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
447 ltgt = strlen(tgt) + 1;
453 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
455 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
462 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);

Completed in 101 milliseconds