logfile           821 lib/vfs/direntry.c         me->logfile = fopen ((char *) arg, "w");
logfile          1618 lib/vfs/direntry.c     FILE *logfile = me->logfile;
logfile          1627 lib/vfs/direntry.c         if (logfile != NULL)
logfile          1632 lib/vfs/direntry.c             ret1 = fwrite (buf, 1, 1, logfile);
logfile          1633 lib/vfs/direntry.c             ret2 = fflush (logfile);
logfile          1649 lib/vfs/direntry.c         if (logfile != NULL)
logfile          1654 lib/vfs/direntry.c             ret1 = fwrite (&c, 1, 1, logfile);
logfile          1655 lib/vfs/direntry.c             ret2 = fflush (logfile);
logfile           139 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           492 src/vfs/ftpfs/ftpfs.c     if (me->logfile != NULL)
logfile           495 src/vfs/ftpfs/ftpfs.c             fputs ("PASS <Password not logged>\r\n", me->logfile);
logfile           500 src/vfs/ftpfs/ftpfs.c             ret = fwrite (cmdstr->str, cmdstr->len, 1, me->logfile);
logfile           504 src/vfs/ftpfs/ftpfs.c         fflush (me->logfile);
logfile           648 src/vfs/ftpfs/ftpfs.c     if (!anon || me->logfile != NULL)
logfile           676 src/vfs/ftpfs/ftpfs.c         if (me->logfile != NULL)
logfile           678 src/vfs/ftpfs/ftpfs.c             fprintf (me->logfile, "MC -- remote_is_amiga = %s\n",
logfile           680 src/vfs/ftpfs/ftpfs.c             fflush (me->logfile);
logfile          1724 src/vfs/ftpfs/ftpfs.c             if (me->logfile != NULL)
logfile          1726 src/vfs/ftpfs/ftpfs.c                 fputs (buffer, me->logfile);
logfile          1727 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           277 src/vfs/shell/shell.c     FILE *logfile = me->logfile;
logfile           282 src/vfs/shell/shell.c     if (logfile != NULL)
logfile           286 src/vfs/shell/shell.c         ret = fwrite (cmd, cmd_len, 1, logfile);
logfile           287 src/vfs/shell/shell.c         ret = fflush (logfile);
logfile           922 src/vfs/shell/shell.c     if (me->logfile == NULL)
logfile           923 src/vfs/shell/shell.c         me->logfile = fopen ("/tmp/mc-SHELL.sh", "w");
logfile           950 src/vfs/shell/shell.c         if (me->logfile != NULL)
logfile           952 src/vfs/shell/shell.c             fputs (buffer, me->logfile);
logfile           953 src/vfs/shell/shell.c             fputs ("\n", me->logfile);
logfile           954 src/vfs/shell/shell.c             fflush (me->logfile);