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

/freebsd-10.3-release/contrib/tnftp/src/
H A Dutil.c859 char parentdirbuf[PATH_MAX+1], *parentdir; local
864 (void)strlcpy(parentdirbuf, file, sizeof(parentdirbuf));
865 parentdir = dirname(parentdirbuf);

Completed in 110 milliseconds