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

24 lines
2.1 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>memmove</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--strutil.h.html#L624'>memmove</a> 624 lib/strutil.h return (char *) memmove (dest, src, n);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1553'>memmove</a> 1553 src/diffviewer/ydiff.c memmove (dst, cvt + offset, useful);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1571'>memmove</a> 1571 src/diffviewer/ydiff.c memmove (dst, cvt + offset, dstsize);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1498'>memmove</a> 1498 src/filemanager/find.c memmove (title + title_len, "...", 4);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1522'>memmove</a> 1522 src/filemanager/panel.c memmove (hkey, hkey + 1, strlen (hkey));</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L331'>memmove</a> 331 src/vfs/cpio/cpio.c memmove (buf, buf + top - sizeof (buf) / 2, sizeof (buf) / 2);</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L200'>memmove</a> 200 src/viewer/growbuf.c memmove (p, sp-&gt;out.buf, sp-&gt;out.len);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L193'>memmove</a> 193 tests/lib/utilunix__mc_pstream_get_string.c memmove (&amp;stream.buf, data-&gt;buf, stream.len);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L249'>memmove</a> 249 tests/lib/utilunix__mc_pstream_get_string.c memmove (p-&gt;out.buf, etalon_long_file_list + etalon_long_file_list_pos, len);</span>
</pre>
</body>
</html>