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

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c444 int ltgt, loldstr, lnewstr, pos; local
449 ltgt = strlen(tgt) + 1;
455 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
457 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
464 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);

Completed in 102 milliseconds