Searched refs:_PATH_FTPDSTATFILE (Results 1 – 2 of 2) sorted by relevance
/openbsd/libexec/ftpd/ | ||
H A D | pathnames.h | 41 #define _PATH_FTPDSTATFILE "/var/log/ftpd" macro |
H A D | ftpd.c | 971 if ((statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND)) == -1) in pass() |