logfile           816 lib/vfs/direntry.c         me->logfile = fopen ((char *) arg, "w");
logfile          1610 lib/vfs/direntry.c     FILE *logfile = me->logfile;
logfile          1619 lib/vfs/direntry.c         if (logfile != NULL)
logfile          1624 lib/vfs/direntry.c             ret1 = fwrite (buf, 1, 1, logfile);
logfile          1625 lib/vfs/direntry.c             ret2 = fflush (logfile);
logfile          1641 lib/vfs/direntry.c         if (logfile != NULL)
logfile          1646 lib/vfs/direntry.c             ret1 = fwrite (&c, 1, 1, logfile);
logfile          1647 lib/vfs/direntry.c             ret2 = fflush (logfile);
logfile           145 lib/vfs/vfs.h      FILE *logfile;
logfile           308 src/vfs/ftpfs/ftpfs.c     if (me->logfile != NULL)
logfile           310 src/vfs/ftpfs/ftpfs.c         fprintf (me->logfile, "MC -- ftpfs_translate_path: %s\n", remote_path);
logfile           311 src/vfs/ftpfs/ftpfs.c         fflush (me->logfile);
logfile           491 src/vfs/ftpfs/ftpfs.c     if (me->logfile != NULL)
logfile           494 src/vfs/ftpfs/ftpfs.c             fputs ("PASS <Password not logged>\r\n", me->logfile);
logfile           499 src/vfs/ftpfs/ftpfs.c             ret = fwrite (cmdstr->str, cmdstr->len, 1, me->logfile);
logfile           503 src/vfs/ftpfs/ftpfs.c         fflush (me->logfile);
logfile           646 src/vfs/ftpfs/ftpfs.c     if (!anon || me->logfile != NULL)
logfile           674 src/vfs/ftpfs/ftpfs.c         if (me->logfile != NULL)
logfile           676 src/vfs/ftpfs/ftpfs.c             fprintf (me->logfile, "MC -- remote_is_amiga = %s\n",
logfile           678 src/vfs/ftpfs/ftpfs.c             fflush (me->logfile);
logfile          1725 src/vfs/ftpfs/ftpfs.c             if (me->logfile != NULL)
logfile          1727 src/vfs/ftpfs/ftpfs.c                 fputs (buffer, me->logfile);
logfile          1728 src/vfs/ftpfs/ftpfs.c                 fflush (me->logfile);
logfile          1866 src/vfs/ftpfs/ftpfs.c         if (me->logfile != NULL)
logfile          1868 src/vfs/ftpfs/ftpfs.c             fputs (lc_buffer, me->logfile);
logfile          1869 src/vfs/ftpfs/ftpfs.c             fputs ("\n", me->logfile);
logfile          1870 src/vfs/ftpfs/ftpfs.c             fflush (me->logfile);
logfile           276 src/vfs/shell/shell.c     FILE *logfile = me->logfile;
logfile           281 src/vfs/shell/shell.c     if (logfile != NULL)
logfile           285 src/vfs/shell/shell.c         ret = fwrite (cmd, cmd_len, 1, logfile);
logfile           286 src/vfs/shell/shell.c         ret = fflush (logfile);
logfile           903 src/vfs/shell/shell.c     if (me->logfile == NULL)
logfile           904 src/vfs/shell/shell.c         me->logfile = fopen ("/tmp/mc-SHELL.sh", "w");
logfile           931 src/vfs/shell/shell.c         if (me->logfile != NULL)
logfile           933 src/vfs/shell/shell.c             fputs (buffer, me->logfile);
logfile           934 src/vfs/shell/shell.c             fputs ("\n", me->logfile);
logfile           935 src/vfs/shell/shell.c             fflush (me->logfile);