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

22 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>memcmp</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/src--editor--edit.c.html#L2024'>memcmp</a> 2024 src/editor/edit.c if (memcmp (buf, VERTICAL_MAGIC, sizeof (VERTICAL_MAGIC)) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L197'>memcmp</a> 197 src/filemanager/cmd.c while (n1 == n2 &amp;&amp; n1 == sizeof (buf1) &amp;&amp; memcmp (buf1, buf2, sizeof (buf1)) == 0);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L198'>memcmp</a> 198 src/filemanager/cmd.c result = (n1 != n2) || (memcmp (buf1, buf2, MIN ((size_t) n1, sizeof (buf1))) != 0);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1293'>memcmp</a> 1293 src/filemanager/layout.c if (memcmp (&amp;panel1-&gt;sort_info, &amp;panel2-&gt;sort_info, sizeof (dir_sort_options_t)) != 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L796'>memcmp</a> 796 src/vfs/sftpfs/connection.c if (memcmp (prompts[i].text, "Password: ", prompts[i].length) == 0)</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L245'>memcmp</a> 245 tests/lib/utilunix__my_system-common.c ck_assert_msg (memcmp (_oldact, _act, sizeof (struct sigaction)) == 0, \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L267'>memcmp</a> 267 tests/lib/utilunix__my_system-common.c memcmp (_act, &amp;startup_handler, sizeof (struct sigaction)) == 0, \</span>
</pre>
</body>
</html>