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

/freebsd-13-stable/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 49 milliseconds