strcmp 130 lib/charsets.c if (strcmp (buf, "default") == 0) strcmp 153 lib/charsets.c if (strcmp (id, desc->id) == 0) strcmp 253 lib/charsets.c if (strcmp (id, OTHER_8BIT) == 0) strcmp 256 lib/charsets.c if (strcmp (id, ((codepage_desc *) g_ptr_array_index (codepages, i))->id) == 0) strcmp 89 lib/filehighlight/ini-file-read.c if (strcmp (types[i], param_type) == 0) strcmp 158 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0) strcmp 284 lib/mcconfig/paths.c if (strcmp (config_name, mc_config_files_reference[rule_index].filename) == 0) strcmp 120 lib/skin/colors-old.c return strcmp (m1->old_color, m2->old_color); strcmp 166 lib/skin/colors.c if (strcmp (str, str2) == 0) strcmp 74 lib/skin/ini-file.c if (slen > 4 && strcmp (sname + slen - 4, ".ini") == 0) strcmp 78 lib/skin/ini-file.c if (strcmp (sname, g_ptr_array_index (list, i)) == 0) strcmp 96 lib/skin/ini-file.c return strcmp (*(char *const *) a, *(char *const *) b); strcmp 158 lib/skin/ini-file.c if (strcmp (file_name, mc_skin->name) != 0) strcmp 664 lib/strutil/strutil8bit.c return strcmp (t1, t2); strcmp 804 lib/strutil/strutil8bit.c return case_sen ? strcmp (t1, t2) : strcoll (t1, t2); strcmp 645 lib/strutil/strutilascii.c return strcmp (t1, t2); strcmp 705 lib/strutil/strutilascii.c return case_sen ? strcmp (t1, t2) : g_ascii_strcasecmp (t1, t2); strcmp 1219 lib/strutil/strutilutf8.c result = strcmp (n1, n2); strcmp 1260 lib/strutil/strutilutf8.c result = strcmp (n1, n2); strcmp 1462 lib/strutil/strutilutf8.c return strcmp (t1, t2); strcmp 205 lib/tty/color-internal.c if (strcmp (color_name, color_table[i].name) == 0) strcmp 232 lib/tty/color-internal.c if (strcmp (attr_list[i], attributes_table[j].name) == 0) strcmp 250 lib/tty/color-slang.c || (strcmp (colorterm, "truecolor") != 0 && strcmp (colorterm, "24bit") != 0)) strcmp 163 lib/tty/color.c is_base = (color->fg == NULL || strcmp (color->fg, "base") == 0); strcmp 165 lib/tty/color.c is_base = (color->bg == NULL || strcmp (color->bg, "base") == 0); strcmp 167 lib/tty/color.c is_base = (color->attrs == NULL || strcmp (color->attrs, "base") == 0); strcmp 216 lib/tty/tty-ncurses.c if (strcmp (ch, lines_codes[res].line) == 0) strcmp 258 lib/tty/tty-slang.c if (strcmp (str, lines_codes[res].line) == 0) strcmp 127 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0 strcmp 128 lib/tty/tty.c || strcmp (termvalue, "dtterm") == 0 strcmp 374 lib/tty/tty.c if (strcmp (termvalue, "cygwin") == 0) strcmp 397 lib/tty/tty.c strcmp (termvalue, "Eterm") == 0) strcmp 410 lib/tty/tty.c if (strcmp (xmouse_seq, ESC_STR "[<") == 0) strcmp 158 lib/tty/win.c rxvt_extensions = ((e != NULL) && (strcmp (e, "1.0") == 0)); strcmp 916 lib/util.c if ((str_len > 5 && strcmp (&name[str_len - 5], ".lzma") == 0) || strcmp 917 lib/util.c (str_len > 4 && strcmp (&name[str_len - 4], ".tlz") == 0)) strcmp 1127 lib/util.c if (strcmp ((char *) lc_link->data, text) == 0) strcmp 998 lib/vfs/direntry.c return strcmp (e->name, name); strcmp 822 lib/vfs/parse_ls_vga.c if (strcmp (columns[i], "->") == 0) strcmp 311 lib/vfs/path.c if ((vfs->name != NULL) && (strcmp (vfs->name, class_name) == 0)) strcmp 1101 lib/vfs/path.c if ((path_element->encoding != NULL) && (strcmp (encoding, path_element->encoding) == 0)) strcmp 1616 lib/vfs/path.c ret_val = strcmp (path1, path2) == 0; strcmp 249 lib/widget/input.c || strcmp (in->history.list->data, t) != 0 || in->history.changed) strcmp 395 lib/widget/input_complete.c return (strcmp ((const char *) a, (const char *) b) == 0); strcmp 685 lib/widget/input_complete.c return strcmp (*(char *const *) a, *(char *const *) b); strcmp 163 lib/widget/label.c if (label->text != NULL && text != NULL && strcmp (label->text, text) == 0) strcmp 74 lib/widget/listbox.c return strcmp (ea->text, eb->text); strcmp 593 lib/widget/listbox.c if (strcmp (e->text, text) == 0) strcmp 163 lib/widget/widget-common.c if (n1 && n2 && strcmp (s1, s2) != 0) strcmp 256 lib/widget/widget-common.c return (strcmp (hotkey1.start, hotkey2.start) == 0) && strcmp 595 src/args.c if (strncmp (base, "mcv", 3) == 0 || strcmp (base, "view") == 0) strcmp 601 src/args.c else if (strncmp (base, "mce", 3) == 0 || strcmp (base, "vi") == 0) strcmp 608 src/args.c else if (strncmp (base, "mcd", 3) == 0 || strcmp (base, "diff") == 0) strcmp 176 src/editor/editmenu.c if (strcmp (spell_language, "NONE") != 0) strcmp 444 src/editor/etags.c while (strcmp (path, PATH_SEP_STR) != 0); strcmp 155 src/editor/spell.c if (strcmp (spell_codes_map[i].code, code) == 0) strcmp 528 src/editor/spell.c if (strcmp (spell_language, "NONE") == 0) strcmp 957 src/editor/syntax.c edit->defines = g_tree_new ((GCompareFunc) strcmp); strcmp 993 src/editor/syntax.c else if (strcmp (args[0], "include") == 0) strcmp 1011 src/editor/syntax.c else if (strcmp (args[0], "caseinsensitive") == 0) strcmp 1015 src/editor/syntax.c else if (strcmp (args[0], "wholechars") == 0) strcmp 1018 src/editor/syntax.c if (strcmp (*a, "left") == 0) strcmp 1023 src/editor/syntax.c else if (strcmp (*a, "right") == 0) strcmp 1036 src/editor/syntax.c else if (strcmp (args[0], "context") == 0) strcmp 1044 src/editor/syntax.c if (strcmp (*a, "default") != 0) strcmp 1058 src/editor/syntax.c if (strcmp (*a, "exclusive") == 0) strcmp 1064 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1070 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) strcmp 1075 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) strcmp 1081 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1089 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1120 src/editor/syntax.c else if (strcmp (args[0], "spellcheck") == 0) strcmp 1129 src/editor/syntax.c else if (strcmp (args[0], "keyword") == 0) strcmp 1140 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1146 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) strcmp 1151 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) strcmp 1157 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1163 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1190 src/editor/syntax.c else if (strcmp (args[0], "file") == 0) strcmp 1194 src/editor/syntax.c else if (strcmp (args[0], "define") == 0) strcmp 1302 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) strcmp 1313 src/editor/syntax.c if (strcmp (args[0], "file") != 0) strcmp 1333 src/editor/syntax.c if (strcmp (type, args[2]) == 0) strcmp 1428 src/editor/syntax.c return strcmp (*(char *const *) p1, *(char *const *) p2); strcmp 1450 src/editor/syntax.c if (current_syntax != NULL && strcmp (name, current_syntax) == 0) strcmp 1609 src/editor/syntax.c strcmp (current_syntax, edit->syntax_type) != 0)) strcmp 179 src/filemanager/boxes.c if (strcmp (name, "default") == 0) strcmp 236 src/filemanager/boxes.c if (strcmp (skin_name, current_skin_name) == 0) strcmp 242 src/filemanager/boxes.c if (strcmp (skin_name, "default") != 0) strcmp 246 src/filemanager/boxes.c if (strcmp (skin_name, current_skin_name) == 0) strcmp 880 src/filemanager/boxes.c if (strcmp (sort_orders_names[i], _(sort_field->title_hotkey)) == 0) strcmp 246 src/filemanager/cmd.c if (strcmp (source_fname, other_fname) == 0) strcmp 1125 src/filemanager/cmd.c if (dest != NULL && *dest != '\0' && strcmp (buffer, dest) != 0) strcmp 106 src/filemanager/command.c else if (strcmp (cmd, "exit") == 0) strcmp 954 src/filemanager/ext.c if (strcmp (g, descr_group) == 0 || strncmp (g, "Include/", 8) == 0 strcmp 955 src/filemanager/ext.c || strcmp (g, default_group) == 0) strcmp 314 src/filemanager/filegui.c if (strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "msdos") == 0 strcmp 315 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "msdosfs") == 0 strcmp 316 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "ntfs") == 0 strcmp 317 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "procfs") == 0 strcmp 318 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "smbfs") == 0 strcmp 322 src/filemanager/filegui.c if (strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "pcfs") == 0 strcmp 323 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "ntfs") == 0 strcmp 324 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "proc") == 0 strcmp 325 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "smbfs") == 0 strcmp 326 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fuse") == 0) strcmp 78 src/filemanager/filenot.c if (strcmp (vfs_path_as_str (vpath), PATH_SEP_STR) == 0) strcmp 938 src/filemanager/find.c if (strcmp (old_dir, dir) != 0) strcmp 1861 src/filemanager/find.c && strcmp (list->list[list->len - 1].fname->str, p) == 0) strcmp 1345 src/filemanager/layout.c if (strcmp (panel1->name, get_nth_panel_name (0)) == 0) strcmp 1353 src/filemanager/layout.c if (strcmp (panel2->name, get_nth_panel_name (1)) == 0) strcmp 201 src/filemanager/mountlist.c (strcmp (Fs_type, "autofs") == 0 \ strcmp 202 src/filemanager/mountlist.c || strcmp (Fs_type, "proc") == 0 \ strcmp 203 src/filemanager/mountlist.c || strcmp (Fs_type, "subfs") == 0 \ strcmp 205 src/filemanager/mountlist.c || strcmp (Fs_type, "debugfs") == 0 \ strcmp 206 src/filemanager/mountlist.c || strcmp (Fs_type, "devpts") == 0 \ strcmp 207 src/filemanager/mountlist.c || strcmp (Fs_type, "fusectl") == 0 \ strcmp 208 src/filemanager/mountlist.c || strcmp (Fs_type, "fuse.portal") == 0 \ strcmp 209 src/filemanager/mountlist.c || strcmp (Fs_type, "mqueue") == 0 \ strcmp 210 src/filemanager/mountlist.c || strcmp (Fs_type, "rpc_pipefs") == 0 \ strcmp 211 src/filemanager/mountlist.c || strcmp (Fs_type, "sysfs") == 0 \ strcmp 213 src/filemanager/mountlist.c || strcmp (Fs_type, "devfs") == 0 \ strcmp 215 src/filemanager/mountlist.c || strcmp (Fs_type, "kernfs") == 0 \ strcmp 217 src/filemanager/mountlist.c || strcmp (Fs_type, "ignore") == 0) strcmp 226 src/filemanager/mountlist.c || (strcmp (Fs_type, "none") == 0 && !Bind)) strcmp 229 src/filemanager/mountlist.c (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0) strcmp 268 src/filemanager/mountlist.c && (strcmp (Fs_type, "smbfs") == 0 \ strcmp 269 src/filemanager/mountlist.c || strcmp (Fs_type, "smb3") == 0 \ strcmp 270 src/filemanager/mountlist.c || strcmp (Fs_type, "cifs") == 0)) \ strcmp 271 src/filemanager/mountlist.c || strcmp (Fs_type, "acfs") == 0 \ strcmp 272 src/filemanager/mountlist.c || strcmp (Fs_type, "afs") == 0 \ strcmp 273 src/filemanager/mountlist.c || strcmp (Fs_type, "coda") == 0 \ strcmp 274 src/filemanager/mountlist.c || strcmp (Fs_type, "auristorfs") == 0 \ strcmp 275 src/filemanager/mountlist.c || strcmp (Fs_type, "fhgfs") == 0 \ strcmp 276 src/filemanager/mountlist.c || strcmp (Fs_type, "gpfs") == 0 \ strcmp 277 src/filemanager/mountlist.c || strcmp (Fs_type, "ibrix") == 0 \ strcmp 278 src/filemanager/mountlist.c || strcmp (Fs_type, "ocfs2") == 0 \ strcmp 279 src/filemanager/mountlist.c || strcmp (Fs_type, "vxfs") == 0 \ strcmp 280 src/filemanager/mountlist.c || strcmp ("-hosts", Fs_name) == 0) strcmp 868 src/filemanager/panel.c if (!isstatus && panel->content_shift > -1 && strcmp (fi->id, "name") == 0) strcmp 894 src/filemanager/panel.c if (strcmp (fi->id, "perm") == 0) strcmp 896 src/filemanager/panel.c else if (strcmp (fi->id, "mode") == 0) strcmp 1205 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) strcmp 1260 src/filemanager/panel.c if (elements_count > 1 && (strcmp (path_element->class->name, "cpiofs") == 0 || strcmp 1261 src/filemanager/panel.c strcmp (path_element->class->name, "extfs") == 0 || strcmp 1262 src/filemanager/panel.c strcmp (path_element->class->name, "tarfs") == 0)) strcmp 1646 src/filemanager/panel.c if (panel->list_format == list_long && strcmp (fi->id, panel->sort_field->id) == 0) strcmp 1653 src/filemanager/panel.c if (panel->filter.handler != NULL && strcmp (fi->id, "name") == 0) strcmp 1766 src/filemanager/panel.c if (strcmp ("time", panel_fields[i].id + 1) == 0) strcmp 3209 src/filemanager/panel.c format != NULL && strcmp (((format_item_t *) format->data)->title, name) != 0; strcmp 3377 src/filemanager/panel.c if (strcmp (panel->sort_field->id, name) == 0) strcmp 3474 src/filemanager/panel.c if (strcmp (element->path, "-") == 0) strcmp 4034 src/filemanager/panel.c if (panel_fields[i].sort_routine != NULL && strcmp (title, lc_sort_name) == 0) strcmp 4484 src/filemanager/panel.c if (strcmp (subdir, panel->dir.list[i].fname->str) == 0) strcmp 5027 src/filemanager/panel.c if (strcmp (panel->dir.list[i - 1].fname->str, filename) == 0) strcmp 5257 src/filemanager/panel.c if (panel_fields[lc_index].id != NULL && strcmp (name, panel_fields[lc_index].id) == 0) strcmp 5272 src/filemanager/panel.c strcmp (name, _(panel_fields[lc_index].title_hotkey)) == 0) strcmp 5290 src/filemanager/panel.c if (strcmp (title, name) == 0) strcmp 104 src/filemanager/panelize.c return strcmp (entry->label, label); strcmp 291 src/filemanager/panelize.c if (strcmp (entry->label, _("Other command")) != 0) strcmp 557 src/filemanager/panelize.c if (strcmp (current->label, _("Other command")) != 0) strcmp 832 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 841 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 854 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 110 src/learn.c if (strcmp (seq, "\\e") != 0 && strcmp (seq, "\\e\\e") != 0 strcmp 111 src/learn.c && strcmp (seq, "^m") != 0 && strcmp (seq, "^i") != 0 strcmp 287 src/learn.c key->name != NULL && strcmp (key->name, "kpleft") != 0; key++, learn_total++) strcmp 115 src/main.c if (strcmp (_display_codepage, current_system_codepage) != 0) strcmp 952 src/setup.c if ((autodetect_codeset[0] != '\0') && (strcmp (autodetect_codeset, "off") != 0)) strcmp 1540 src/subshell/common.c if (strcmp (subshell_cwd, pcwd) != 0) strcmp 1706 src/subshell/common.c if (!(subshell_state == INACTIVE && strcmp (subshell_cwd, pcwd) != 0)) strcmp 1779 src/subshell/common.c bPathNotEq = strcmp (subshell_cwd, pcwd) != 0; strcmp 1794 src/subshell/common.c bPathNotEq = strcmp (p_subshell_cwd, p_current_panel_cwd) != 0; strcmp 584 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 657 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 737 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 824 src/vfs/cpio/cpio.c if (strcmp (parc->name, vfs_path_as_str (vpath))) strcmp 188 src/vfs/extfs/extfs.c return (ar->name != NULL && strcmp (ar->name, archive_name) == 0) ? 0 : 1; strcmp 1558 src/vfs/extfs/extfs.c if (strcmp (fh->ino->localname, vfs_path_get_last_path_str (local)) == 0) strcmp 1642 src/vfs/extfs/extfs.c found = strcmp (info.path, p->path) != 0 strcmp 1643 src/vfs/extfs/extfs.c && strcmp (info.prefix, p->prefix) == 0; strcmp 375 src/vfs/ftpfs/ftpfs.c if (new_user != NULL && strcmp (path_element->user, new_user) != 0) strcmp 628 src/vfs/ftpfs/ftpfs.c else if (strcmp (super->path_element->user, "anonymous") == 0 strcmp 629 src/vfs/ftpfs/ftpfs.c || strcmp (super->path_element->user, "ftp") == 0) strcmp 1048 src/vfs/ftpfs/ftpfs.c result = ((strcmp (path_element->host, super->path_element->host) == 0) strcmp 1049 src/vfs/ftpfs/ftpfs.c && (strcmp (path_element->user, super->path_element->user) == 0) strcmp 1736 src/vfs/ftpfs/ftpfs.c r = strcmp (fe->name, filename); strcmp 2237 src/vfs/ftpfs/ftpfs.c && strcmp (path, FTP_SUPER (super)->current_dir) == 0); strcmp 2485 src/vfs/ftpfs/ftpfs.c if (strcmp (keywords[i - 1], buffer) == 0) strcmp 2609 src/vfs/ftpfs/ftpfs.c if (strcmp (host, rupp->host) == 0) strcmp 2675 src/vfs/ftpfs/ftpfs.c strcmp (*login, "anonymous") != 0 && strcmp (*login, "ftp") != 0 strcmp 499 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "<DIR>") == 0) strcmp 873 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "*DIR") == 0) strcmp 942 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "DIR") == 0) strcmp 1018 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "folder") != 0) strcmp 129 src/vfs/sfs/sfs.c return strcmp (name, cf->name); strcmp 156 src/vfs/sfs/sfs.c && strcmp (vfs_path_get_last_path_str (pname), PATH_SEP_STR) != 0) strcmp 554 src/vfs/sfs/sfs.c if (strcmp (path, sfs_info[i].prefix) == 0) strcmp 276 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element->host) == 0) strcmp 295 src/vfs/sftpfs/connection.c found = strcmp (store->name, super->path_element->host) == 0; strcmp 741 src/vfs/shell/shell.c result = ((strcmp (path_element->host, super->path_element->host) == 0) strcmp 742 src/vfs/shell/shell.c && (strcmp (path_element->user, super->path_element->user) == 0) strcmp 769 src/vfs/shell/shell.c if (strcmp (filename, "\".\"") == 0 || strcmp (filename, "\"..\"") == 0) strcmp 188 src/vfs/tar/tar-xheader.c if (strcmp (p->keyword, keyword) == 0) strcmp 387 src/vfs/tar/tar.c if (strcmp (header->header.magic, TMAGIC) == 0) strcmp 400 src/vfs/tar/tar.c else if (strcmp (header->buffer + offsetof (struct posix_header, magic), OLDGNU_MAGIC) == 0) strcmp 757 src/vfs/tar/tar.c if (h->prefix[0] != '\0' && strcmp (h->magic, TMAGIC) == 0) strcmp 1070 src/vfs/tar/tar.c if (strcmp (parc->name, vfs_path_as_str (vpath)) != 0) strcmp 349 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) strcmp 449 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) strcmp 671 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) strcmp 45 tests/lib/vfs/vfs_prefix_to_class.c if ((strcmp (path, "test_1:") == 0) || strcmp 46 tests/lib/vfs/vfs_prefix_to_class.c (strcmp (path, "test_2:") == 0) || strcmp 47 tests/lib/vfs/vfs_prefix_to_class.c (strcmp (path, "test_3:") == 0) || (strcmp (path, "test_4:") == 0)) strcmp 74 tests/lib/vfs/vfs_s_get_path.c return (strcmp (ARCH_NAME, path) != 0 ? 0 : 1); strcmp 78 tests/src/filemanager/examine_cd.c ck_assert_msg (strcmp (result->str, etalon) == 0, \ strcmp 105 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (strcmp (value, "yaml") == 0) strcmp 107 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c else if (strcmp (value, "ls") == 0)