Searched refs:statfd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c133 int statfd = -1; variable
1533 if (guest && stats && statfd < 0) {
1535 statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
1537 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND);
1539 if (statfd < 0)
3423 if (statfd >= 0) {
3433 write(statfd, buf, strlen(buf));

Completed in 80 milliseconds