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 489 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) logfile 492 src/vfs/ftpfs/ftpfs.c fputs ("PASS <Password not logged>\r\n", me->logfile); logfile 497 src/vfs/ftpfs/ftpfs.c ret = fwrite (cmdstr->str, cmdstr->len, 1, me->logfile); logfile 501 src/vfs/ftpfs/ftpfs.c fflush (me->logfile); logfile 644 src/vfs/ftpfs/ftpfs.c if (!anon || me->logfile != NULL) logfile 672 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) logfile 674 src/vfs/ftpfs/ftpfs.c fprintf (me->logfile, "MC -- remote_is_amiga = %s\n", logfile 676 src/vfs/ftpfs/ftpfs.c fflush (me->logfile); logfile 1722 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) logfile 1724 src/vfs/ftpfs/ftpfs.c fputs (buffer, me->logfile); logfile 1725 src/vfs/ftpfs/ftpfs.c fflush (me->logfile); logfile 1863 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) logfile 1865 src/vfs/ftpfs/ftpfs.c fputs (lc_buffer, me->logfile); logfile 1866 src/vfs/ftpfs/ftpfs.c fputs ("\n", me->logfile); logfile 1867 src/vfs/ftpfs/ftpfs.c fflush (me->logfile); logfile 275 src/vfs/shell/shell.c FILE *logfile = me->logfile; logfile 280 src/vfs/shell/shell.c if (logfile != NULL) logfile 284 src/vfs/shell/shell.c ret = fwrite (cmd, cmd_len, 1, logfile); logfile 285 src/vfs/shell/shell.c ret = fflush (logfile); logfile 900 src/vfs/shell/shell.c if (me->logfile == NULL) logfile 901 src/vfs/shell/shell.c me->logfile = fopen ("/tmp/mc-SHELL.sh", "w"); logfile 928 src/vfs/shell/shell.c if (me->logfile != NULL) logfile 930 src/vfs/shell/shell.c fputs (buffer, me->logfile); logfile 931 src/vfs/shell/shell.c fputs ("\n", me->logfile); logfile 932 src/vfs/shell/shell.c fflush (me->logfile);