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.c692 hrp->statfile = _PATH_FTPDSTATFILE; in inithosts()
727 statfile = _PATH_FTPDSTATFILE; in inithosts()
1491 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND); in pass()