Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/ftpd/
H A Dpathnames.h41 #define _PATH_FTPDSTATFILE "/var/log/ftpd" macro
H A Dftpd.c718 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
753 statfile = _PATH_FTPDSTATFILE; in inithosts()
1537 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND); in pass()