Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dspec.c115 char *buf, *tname, *ntname; in spec() local
173 if ((ntname = realloc(tname, plen)) == NULL) in spec()
175 tname = ntname; in spec()