memcmp 2015 src/editor/edit.c if (memcmp (buf, VERTICAL_MAGIC, sizeof (VERTICAL_MAGIC)) == 0) memcmp 197 src/filemanager/cmd.c while (n1 == n2 && n1 == sizeof (buf1) && memcmp (buf1, buf2, sizeof (buf1)) == 0); memcmp 198 src/filemanager/cmd.c result = (n1 != n2) || (memcmp (buf1, buf2, MIN ((size_t) n1, sizeof (buf1))) != 0); memcmp 1317 src/filemanager/layout.c if (memcmp (&panel1->sort_info, &panel2->sort_info, sizeof (dir_sort_options_t)) != 0) memcmp 796 src/vfs/sftpfs/connection.c if (memcmp (prompts[i].text, "Password: ", prompts[i].length) == 0) memcmp 245 tests/lib/utilunix__my_system-common.c ck_assert_msg (memcmp (_oldact, _act, sizeof (struct sigaction)) == 0, \ memcmp 267 tests/lib/utilunix__my_system-common.c memcmp (_act, &startup_handler, sizeof (struct sigaction)) == 0, \