Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/ftpd/
H A Dpathnames.h40 #define _PATH_FTPDSTATFILE "/var/log/ftpd" macro
H A Dftpd.c697 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
732 statfile = _PATH_FTPDSTATFILE; in inithosts()
1495 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND); in pass()