Home
last modified time | relevance | path

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

/freebsd/libexec/ftpd/
H A Dpathnames.h38 #define _PATH_FTPDSTATFILE "/var/log/ftpd" macro
H A Dftpd.c682 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
717 statfile = _PATH_FTPDSTATFILE; in inithosts()
1480 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND); in pass()