Searched refs:xferlogfd (Results 1 – 1 of 1) sorted by relevance
189 int xferlogfd; /* fd to write wu-ftpd xferlog entries to */ variable309 xferlogfd = -1; /* default: Do NOT write xferlog file */ in main()768 xferlogfd = open(xferlogname, O_WRONLY | O_APPEND | O_CREAT, in main()770 if (xferlogfd == -1) in main()2927 if (xferlogfd != -1) in dologout()2928 close(xferlogfd); in dologout()3676 if ((doxferlog & 2) && xferlogfd != -1) in logxfer()3677 write(xferlogfd, buf, len); in logxfer()