Home
last modified time | relevance | path

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

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