memcmp           2023 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, n1) != 0);
memcmp           1316 src/filemanager/layout.c         if (memcmp (&panel1->sort_info, &panel2->sort_info, sizeof (dir_sort_options_t)) != 0)
memcmp            916 src/subshell/common.c                         && memcmp (&pty_buffer[i], subshell_switch_key_csi_u,
memcmp            788 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,                   \