mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
31 lines
2.9 KiB
HTML
31 lines
2.9 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>fdout</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--interface.c.html#L85'>fdout</a> 85 lib/vfs/interface.c int fdin, fdout = -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L94'>fdout</a> 94 lib/vfs/interface.c fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L95'>fdout</a> 95 lib/vfs/interface.c if (fdout == -1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L100'>fdout</a> 100 lib/vfs/interface.c if (write (fdout, buffer, i) != i)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L110'>fdout</a> 110 lib/vfs/interface.c i = close (fdout);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L111'>fdout</a> 111 lib/vfs/interface.c fdout = -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L122'>fdout</a> 122 lib/vfs/interface.c if (fdout != -1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L123'>fdout</a> 123 lib/vfs/interface.c close (fdout);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L135'>fdout</a> 135 lib/vfs/interface.c int fdin = -1, fdout = -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L151'>fdout</a> 151 lib/vfs/interface.c fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L152'>fdout</a> 152 lib/vfs/interface.c if (fdout == -1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L155'>fdout</a> 155 lib/vfs/interface.c if (mc_write (fdout, buffer, (size_t) i) != i)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L166'>fdout</a> 166 lib/vfs/interface.c if (mc_close (fdout) == -1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L168'>fdout</a> 168 lib/vfs/interface.c fdout = -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L178'>fdout</a> 178 lib/vfs/interface.c if (fdout != -1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L179'>fdout</a> 179 lib/vfs/interface.c mc_close (fdout);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|