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

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c443 char *word, *ntgt; local
457 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
458 if (ntgt == NULL)
460 word = ntgt + pos;
461 tgt = ntgt;

Completed in 99 milliseconds