Home
last modified time | relevance | path

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

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