Files
source/Y/fdout.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

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 (&amp;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>