mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
2.1 KiB
HTML
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 && n1 == sizeof (buf1) && 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 (&panel1->sort_info, &panel2->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, &startup_handler, sizeof (struct sigaction)) == 0, \</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|