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 88 lib/filehighlight/ini-file-read.c if (strcmp (types[i], param_type) == 0) strcmp 161 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0) strcmp 287 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 659 lib/strutil/strutil8bit.c return strcmp (t1, t2); strcmp 802 lib/strutil/strutil8bit.c return case_sen ? strcmp (t1, t2) : strcoll (t1, t2); strcmp 643 lib/strutil/strutilascii.c return strcmp (t1, t2); strcmp 703 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 206 lib/tty/color-internal.c if (strcmp (color_name, color_table[i].name) == 0) strcmp 233 lib/tty/color-internal.c if (strcmp (attr_list[i], attributes_table[j].name) == 0) strcmp 249 lib/tty/color-slang.c || (strcmp (colorterm, "truecolor") != 0 && strcmp (colorterm, "24bit") != 0)) strcmp 158 lib/tty/color.c is_base = (color->fg == NULL || strcmp (color->fg, "base") == 0); strcmp 160 lib/tty/color.c is_base = (color->bg == NULL || strcmp (color->bg, "base") == 0); strcmp 162 lib/tty/color.c is_base = (color->attrs == NULL || strcmp (color->attrs, "base") == 0); strcmp 215 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 124 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0 || strcmp (termvalue, "dtterm") == 0 strcmp 372 lib/tty/tty.c if (strcmp (termvalue, "cygwin") == 0) strcmp 395 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0) strcmp 408 lib/tty/tty.c if (strcmp (xmouse_seq, ESC_STR "[<") == 0) strcmp 160 lib/tty/win.c rxvt_extensions = ((e != NULL) && (strcmp (e, "1.0") == 0)); strcmp 923 lib/util.c if ((str_len > 5 && strcmp (&name[str_len - 5], ".lzma") == 0) strcmp 924 lib/util.c || (str_len > 4 && strcmp (&name[str_len - 4], ".tlz") == 0)) strcmp 1134 lib/util.c if (strcmp ((char *) lc_link->data, text) == 0) strcmp 995 lib/vfs/direntry.c return strcmp (e->name, name); strcmp 821 lib/vfs/parse_ls_vga.c if (strcmp (columns[i], "->") == 0) strcmp 310 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 1615 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 396 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 162 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 595 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 255 lib/widget/widget-common.c return (strcmp (hotkey1.start, hotkey2.start) == 0) strcmp 644 src/args.c if (strncmp (base, "mcv", 3) == 0 || strcmp (base, "view") == 0) strcmp 650 src/args.c else if (strncmp (base, "mce", 3) == 0 || strcmp (base, "vi") == 0) strcmp 657 src/args.c else if (strncmp (base, "mcd", 3) == 0 || strcmp (base, "diff") == 0) strcmp 175 src/editor/editmenu.c if (strcmp (spell_language, "NONE") != 0) strcmp 440 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 529 src/editor/spell.c if (strcmp (spell_language, "NONE") == 0) strcmp 976 src/editor/syntax.c edit->defines = g_tree_new ((GCompareFunc) strcmp); strcmp 1012 src/editor/syntax.c else if (strcmp (args[0], "include") == 0) strcmp 1030 src/editor/syntax.c else if (strcmp (args[0], "caseinsensitive") == 0) strcmp 1034 src/editor/syntax.c else if (strcmp (args[0], "wholechars") == 0) strcmp 1037 src/editor/syntax.c if (strcmp (*a, "left") == 0) strcmp 1042 src/editor/syntax.c else if (strcmp (*a, "right") == 0) strcmp 1055 src/editor/syntax.c else if (strcmp (args[0], "context") == 0) strcmp 1063 src/editor/syntax.c if (strcmp (*a, "default") != 0) strcmp 1077 src/editor/syntax.c if (strcmp (*a, "exclusive") == 0) strcmp 1083 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1089 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) strcmp 1094 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) strcmp 1100 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1108 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1139 src/editor/syntax.c else if (strcmp (args[0], "spellcheck") == 0) strcmp 1148 src/editor/syntax.c else if (strcmp (args[0], "keyword") == 0) strcmp 1159 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1165 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) strcmp 1170 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) strcmp 1176 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) strcmp 1182 src/editor/syntax.c if (strcmp (*a, "whole") == 0) strcmp 1209 src/editor/syntax.c else if (strcmp (args[0], "file") == 0) strcmp 1213 src/editor/syntax.c else if (strcmp (args[0], "define") == 0) strcmp 1321 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) strcmp 1332 src/editor/syntax.c if (strcmp (args[0], "file") != 0) strcmp 1352 src/editor/syntax.c if (strcmp (type, args[2]) == 0) strcmp 1447 src/editor/syntax.c return strcmp (*(char *const *) p1, *(char *const *) p2); strcmp 1469 src/editor/syntax.c if (current_syntax != NULL && strcmp (name, current_syntax) == 0) strcmp 1627 src/editor/syntax.c && strcmp (current_syntax, edit->syntax_type) != 0)) strcmp 179 src/filemanager/boxes.c if (strcmp (name, "default") == 0) strcmp 235 src/filemanager/boxes.c if (strcmp (skin_name, current_skin_name) == 0) strcmp 241 src/filemanager/boxes.c if (strcmp (skin_name, "default") != 0) strcmp 245 src/filemanager/boxes.c if (strcmp (skin_name, current_skin_name) == 0) strcmp 893 src/filemanager/boxes.c if (strcmp (sort_orders_names[i], _ (sort_field->title_hotkey)) == 0) strcmp 247 src/filemanager/cmd.c if (strcmp (source_fname, other_fname) == 0) strcmp 1104 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 949 src/filemanager/ext.c if (strcmp (g, descr_group) == 0 || strncmp (g, "Include/", 8) == 0 strcmp 950 src/filemanager/ext.c || strcmp (g, default_group) == 0) strcmp 311 src/filemanager/filegui.c if (strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "msdos") == 0 strcmp 312 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "msdosfs") == 0 strcmp 313 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "ntfs") == 0 strcmp 314 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "procfs") == 0 strcmp 315 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "smbfs") == 0 strcmp 319 src/filemanager/filegui.c if (strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "pcfs") == 0 strcmp 320 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "ntfs") == 0 strcmp 321 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "proc") == 0 strcmp 322 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "smbfs") == 0 strcmp 323 src/filemanager/filegui.c || strcmp (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fuse") == 0) strcmp 77 src/filemanager/filenot.c if (strcmp (vfs_path_as_str (vpath), PATH_SEP_STR) == 0) strcmp 930 src/filemanager/find.c if (strcmp (old_dir, dir) != 0) strcmp 1851 src/filemanager/find.c && strcmp (list->list[list->len - 1].fname->str, p) == 0) strcmp 1339 src/filemanager/layout.c if (strcmp (panel1->name, get_nth_panel_name (0)) == 0) strcmp 1347 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 (Fs_type, "proc") == 0 \ strcmp 202 src/filemanager/mountlist.c || strcmp (Fs_type, "subfs") == 0 /* for Linux 2.6/3.x */ \ strcmp 203 src/filemanager/mountlist.c || strcmp (Fs_type, "debugfs") == 0 || strcmp (Fs_type, "devpts") == 0 \ strcmp 204 src/filemanager/mountlist.c || strcmp (Fs_type, "fusectl") == 0 || strcmp (Fs_type, "fuse.portal") == 0 \ strcmp 205 src/filemanager/mountlist.c || strcmp (Fs_type, "mqueue") == 0 || strcmp (Fs_type, "rpc_pipefs") == 0 \ strcmp 206 src/filemanager/mountlist.c || strcmp (Fs_type, "sysfs") == 0 /* FreeBSD, Linux 2.4 */ \ strcmp 207 src/filemanager/mountlist.c || strcmp (Fs_type, "devfs") == 0 /* for NetBSD 3.0 */ \ strcmp 208 src/filemanager/mountlist.c || strcmp (Fs_type, "kernfs") == 0 /* for Irix 6.5 */ \ strcmp 209 src/filemanager/mountlist.c || strcmp (Fs_type, "ignore") == 0) strcmp 217 src/filemanager/mountlist.c (ME_DUMMY_0 (Fs_name, Fs_type) || (strcmp (Fs_type, "none") == 0 && !Bind)) strcmp 220 src/filemanager/mountlist.c (ME_DUMMY_0 (Fs_name, Fs_type) || strcmp (Fs_type, "none") == 0) strcmp 258 src/filemanager/mountlist.c && (strcmp (Fs_type, "smbfs") == 0 || strcmp (Fs_type, "smb3") == 0 \ strcmp 259 src/filemanager/mountlist.c || strcmp (Fs_type, "cifs") == 0)) \ strcmp 260 src/filemanager/mountlist.c || strcmp (Fs_type, "acfs") == 0 || strcmp (Fs_type, "afs") == 0 \ strcmp 261 src/filemanager/mountlist.c || strcmp (Fs_type, "coda") == 0 || strcmp (Fs_type, "auristorfs") == 0 \ strcmp 262 src/filemanager/mountlist.c || strcmp (Fs_type, "fhgfs") == 0 || strcmp (Fs_type, "gpfs") == 0 \ strcmp 263 src/filemanager/mountlist.c || strcmp (Fs_type, "ibrix") == 0 || strcmp (Fs_type, "ocfs2") == 0 \ strcmp 264 src/filemanager/mountlist.c || strcmp (Fs_type, "vxfs") == 0 || strcmp ("-hosts", Fs_name) == 0) strcmp 727 src/filemanager/panel.c if (!isstatus && panel->content_shift > -1 && strcmp (fi->id, "name") == 0) strcmp 753 src/filemanager/panel.c if (strcmp (fi->id, "perm") == 0) strcmp 755 src/filemanager/panel.c else if (strcmp (fi->id, "mode") == 0) strcmp 1064 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) strcmp 1121 src/filemanager/panel.c && (strcmp (path_element->class->name, "cpiofs") == 0 strcmp 1122 src/filemanager/panel.c || strcmp (path_element->class->name, "extfs") == 0 strcmp 1123 src/filemanager/panel.c || strcmp (path_element->class->name, "tarfs") == 0)) strcmp 1514 src/filemanager/panel.c if (panel->list_format == list_long && strcmp (fi->id, panel->sort_field->id) == 0) strcmp 1521 src/filemanager/panel.c if (panel->filter.handler != NULL && strcmp (fi->id, "name") == 0) strcmp 1632 src/filemanager/panel.c if (strcmp ("time", panel_fields[i].id + 1) == 0) strcmp 3086 src/filemanager/panel.c format != NULL && strcmp (((format_item_t *) format->data)->title, name) != 0; strcmp 3254 src/filemanager/panel.c if (strcmp (panel->sort_field->id, name) == 0) strcmp 3337 src/filemanager/panel.c if (strcmp (element->path, "-") == 0) strcmp 3912 src/filemanager/panel.c if (panel_fields[i].sort_routine != NULL && strcmp (title, lc_sort_name) == 0) strcmp 4363 src/filemanager/panel.c if (strcmp (subdir, panel->dir.list[i].fname->str) == 0) strcmp 4908 src/filemanager/panel.c if (strcmp (panel->dir.list[i - 1].fname->str, filename) == 0) strcmp 5138 src/filemanager/panel.c if (panel_fields[lc_index].id != NULL && strcmp (name, panel_fields[lc_index].id) == 0) strcmp 5153 src/filemanager/panel.c && strcmp (name, _ (panel_fields[lc_index].title_hotkey)) == 0) strcmp 5171 src/filemanager/panel.c if (strcmp (title, name) == 0) strcmp 104 src/filemanager/panelize.c return strcmp (entry->label, label); strcmp 287 src/filemanager/panelize.c if (strcmp (entry->label, _ ("Other command")) != 0) strcmp 553 src/filemanager/panelize.c if (strcmp (current->label, _ ("Other command")) != 0) strcmp 877 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 886 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 899 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) strcmp 111 src/learn.c if (strcmp (seq, "\\e") != 0 && strcmp (seq, "\\e\\e") != 0 && strcmp (seq, "^m") != 0 strcmp 112 src/learn.c && strcmp (seq, "^i") != 0 && (seq[1] != '\0' || *seq < ' ' || *seq > '~')) strcmp 286 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 963 src/setup.c if ((autodetect_codeset[0] != '\0') && (strcmp (autodetect_codeset, "off") != 0)) strcmp 1388 src/subshell/common.c if (!(subshell_state == INACTIVE && strcmp (subshell_cwd, pcwd) != 0)) strcmp 1461 src/subshell/common.c bPathNotEq = strcmp (subshell_cwd, pcwd) != 0; strcmp 1476 src/subshell/common.c bPathNotEq = strcmp (p_subshell_cwd, p_current_panel_cwd) != 0; strcmp 1738 src/subshell/common.c if (strcmp (subshell_cwd, pcwd) != 0) strcmp 587 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 661 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 741 src/vfs/cpio/cpio.c if (strcmp ("TRAILER!!!", name) == 0) strcmp 827 src/vfs/cpio/cpio.c if (strcmp (parc->name, vfs_path_as_str (vpath))) strcmp 193 src/vfs/extfs/extfs.c return (ar->name != NULL && strcmp (ar->name, archive_name) == 0) ? 0 : 1; strcmp 1542 src/vfs/extfs/extfs.c if (strcmp (fh->ino->localname, vfs_path_get_last_path_str (local)) == 0) strcmp 1627 src/vfs/extfs/extfs.c strcmp (info.path, p->path) != 0 && 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 626 src/vfs/ftpfs/ftpfs.c else if (strcmp (super->path_element->user, "anonymous") == 0 strcmp 627 src/vfs/ftpfs/ftpfs.c || strcmp (super->path_element->user, "ftp") == 0) strcmp 1046 src/vfs/ftpfs/ftpfs.c result = ((strcmp (path_element->host, super->path_element->host) == 0) strcmp 1047 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 2235 src/vfs/ftpfs/ftpfs.c && strcmp (path, FTP_SUPER (super)->current_dir) == 0); strcmp 2482 src/vfs/ftpfs/ftpfs.c if (strcmp (keywords[i - 1], buffer) == 0) strcmp 2606 src/vfs/ftpfs/ftpfs.c if (strcmp (host, rupp->host) == 0) strcmp 2671 src/vfs/ftpfs/ftpfs.c if (*login != NULL && strcmp (*login, "anonymous") != 0 && strcmp (*login, "ftp") != 0 strcmp 500 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "<DIR>") == 0) strcmp 874 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "*DIR") == 0) strcmp 943 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "DIR") == 0) strcmp 1019 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 308 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element->host) == 0) strcmp 294 src/vfs/sftpfs/connection.c found = strcmp (store->name, super->path_element->host) == 0; strcmp 724 src/vfs/shell/shell.c result = ((strcmp (path_element->host, super->path_element->host) == 0) strcmp 725 src/vfs/shell/shell.c && (strcmp (path_element->user, super->path_element->user) == 0) strcmp 754 src/vfs/shell/shell.c if (strcmp (filename, "\".\"") == 0 || strcmp (filename, "\"..\"") == 0) strcmp 184 src/vfs/tar/tar-xheader.c if (strcmp (p->keyword, keyword) == 0) strcmp 376 src/vfs/tar/tar.c if (strcmp (header->header.magic, TMAGIC) == 0) strcmp 389 src/vfs/tar/tar.c else if (strcmp (header->buffer + offsetof (struct posix_header, magic), OLDGNU_MAGIC) == 0) strcmp 742 src/vfs/tar/tar.c if (h->prefix[0] != '\0' && strcmp (h->magic, TMAGIC) == 0) strcmp 1055 src/vfs/tar/tar.c if (strcmp (parc->name, vfs_path_as_str (vpath)) != 0) strcmp 348 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) strcmp 448 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) strcmp 670 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 (path, "test_2:") == 0) strcmp 46 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 133 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (strcmp (value, "yaml") == 0) strcmp 135 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c else if (strcmp (value, "ls") == 0)