mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
52 lines
6.5 KiB
HTML
52 lines
6.5 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>logfile</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L816'>logfile</a> 816 lib/vfs/direntry.c me->logfile = fopen ((char *) arg, "w");</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1610'>logfile</a> 1610 lib/vfs/direntry.c FILE *logfile = me->logfile;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1619'>logfile</a> 1619 lib/vfs/direntry.c if (logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1624'>logfile</a> 1624 lib/vfs/direntry.c ret1 = fwrite (buf, 1, 1, logfile);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1625'>logfile</a> 1625 lib/vfs/direntry.c ret2 = fflush (logfile);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1641'>logfile</a> 1641 lib/vfs/direntry.c if (logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1646'>logfile</a> 1646 lib/vfs/direntry.c ret1 = fwrite (&c, 1, 1, logfile);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1647'>logfile</a> 1647 lib/vfs/direntry.c ret2 = fflush (logfile);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L145'>logfile</a> 145 lib/vfs/vfs.h FILE *logfile;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L308'>logfile</a> 308 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L310'>logfile</a> 310 src/vfs/ftpfs/ftpfs.c fprintf (me->logfile, "MC -- ftpfs_translate_path: %s\n", remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L311'>logfile</a> 311 src/vfs/ftpfs/ftpfs.c fflush (me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L490'>logfile</a> 490 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L493'>logfile</a> 493 src/vfs/ftpfs/ftpfs.c fputs ("PASS <Password not logged>\r\n", me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L498'>logfile</a> 498 src/vfs/ftpfs/ftpfs.c ret = fwrite (cmdstr->str, cmdstr->len, 1, me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L502'>logfile</a> 502 src/vfs/ftpfs/ftpfs.c fflush (me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L645'>logfile</a> 645 src/vfs/ftpfs/ftpfs.c if (!anon || me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L673'>logfile</a> 673 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L675'>logfile</a> 675 src/vfs/ftpfs/ftpfs.c fprintf (me->logfile, "MC -- remote_is_amiga = %s\n",</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L677'>logfile</a> 677 src/vfs/ftpfs/ftpfs.c fflush (me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1723'>logfile</a> 1723 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1725'>logfile</a> 1725 src/vfs/ftpfs/ftpfs.c fputs (buffer, me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1726'>logfile</a> 1726 src/vfs/ftpfs/ftpfs.c fflush (me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1864'>logfile</a> 1864 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1866'>logfile</a> 1866 src/vfs/ftpfs/ftpfs.c fputs (lc_buffer, me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1867'>logfile</a> 1867 src/vfs/ftpfs/ftpfs.c fputs ("\n", me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1868'>logfile</a> 1868 src/vfs/ftpfs/ftpfs.c fflush (me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L275'>logfile</a> 275 src/vfs/shell/shell.c FILE *logfile = me->logfile;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L280'>logfile</a> 280 src/vfs/shell/shell.c if (logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L284'>logfile</a> 284 src/vfs/shell/shell.c ret = fwrite (cmd, cmd_len, 1, logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L285'>logfile</a> 285 src/vfs/shell/shell.c ret = fflush (logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L900'>logfile</a> 900 src/vfs/shell/shell.c if (me->logfile == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L901'>logfile</a> 901 src/vfs/shell/shell.c me->logfile = fopen ("/tmp/mc-SHELL.sh", "w");</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L928'>logfile</a> 928 src/vfs/shell/shell.c if (me->logfile != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L930'>logfile</a> 930 src/vfs/shell/shell.c fputs (buffer, me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L931'>logfile</a> 931 src/vfs/shell/shell.c fputs ("\n", me->logfile);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L932'>logfile</a> 932 src/vfs/shell/shell.c fflush (me->logfile);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|