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

29 lines
3.0 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>mc_write</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--mcconfig--common.c.html#L84'>mc_write</a> 84 lib/mcconfig/common.c (cur_written = mc_write (fd, (const void *) written_data, total_written)) &gt; 0;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L155'>mc_write</a> 155 lib/vfs/interface.c if (mc_write (fdout, buffer, (size_t) i) != i)</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L311'>mc_write</a> 311 lib/vfs/vfs.h ssize_t mc_write (int handle, const void *buffer, size_t count);</span>
<span class='curline'><a href='../S/src--clipboard.c.html#L157'>mc_write</a> 157 src/clipboard.c nwrite = mc_write (file, p-&gt;out.buf, p-&gt;out.len);</span>
<span class='curline'><a href='../S/src--clipboard.c.html#L200'>mc_write</a> 200 src/clipboard.c ret = mc_write (file, text, str_len);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L821'>mc_write</a> 821 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L833'>mc_write</a> 833 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L847'>mc_write</a> 847 src/editor/editbuffer.c sz = mc_write (fd, (char *) b + EDIT_BUF_SIZE - data_size, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L858'>mc_write</a> 858 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1573'>mc_write</a> 1573 src/editor/editcmd.c r = mc_write (file, VERTICAL_MAGIC, sizeof (VERTICAL_MAGIC));</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1585'>mc_write</a> 1585 src/editor/editcmd.c r = mc_write (file, p, len);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1609'>mc_write</a> 1609 src/editor/editcmd.c len -= mc_write (file, (char *) buf, end - start);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2746'>mc_write</a> 2746 src/filemanager/file.c while ((n_written = mc_write (dest_desc, t, (size_t) n_read)) &lt; n_read)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L392'>mc_write</a> 392 src/viewer/hex.c || mc_write (fp, &amp;(curr-&gt;value), 1) != 1)</span>
</pre>
</body>
</html>