Home
last modified time | relevance | path

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

/external/libppp/src/
Dcommand.c438 char *word, *ntgt; in subst() local
452 ntgt = realloc(tgt, ltgt += lnewstr - loldstr); in subst()
453 if (ntgt == NULL) in subst()
455 word = ntgt + pos; in subst()
456 tgt = ntgt; in subst()