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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dcommand.c441 char *word, *ntgt; local
455 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
456 if (ntgt == NULL)
458 word = ntgt + pos;
459 tgt = ntgt;

Completed in 47 milliseconds