strncmp 97 lib/search/regex.c if (strncmp (tmp_regex_str, *spec_chr, spec_chr_len) == 0 strncmp 100 lib/search/regex.c if (strncmp ("\\x", *spec_chr, spec_chr_len) == 0) strncmp 677 lib/strutil/strutil8bit.c return strncmp (t1, t2, MIN (l1, l2)); strncmp 658 lib/strutil/strutilascii.c return strncmp (t1, t2, MIN (l1, l2)); strncmp 1241 lib/strutil/strutilutf8.c result = strncmp (n1, n2, MIN (l1, l2)); strncmp 1282 lib/strutil/strutilutf8.c result = strncmp (n1, n2, MIN (l1, l2)); strncmp 1313 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) strncmp 1350 lib/strutil/strutilutf8.c if (strncmp (nt, np, nnt - nt) != 0) strncmp 131 lib/tty/color-internal.c if (strncmp (color_name, "rgb", 3) == 0 && strncmp 89 lib/tty/color-slang.c if ((i != 0) && (i == len) && (strncmp (s, terminal, i) == 0)) strncmp 1329 lib/tty/key.c && (strncmp (term, "iris-ansi", 9) == 0 strncmp 1330 lib/tty/key.c || strncmp (term, "xterm", 5) == 0 strncmp 1331 lib/tty/key.c || strncmp (term, "rxvt", 4) == 0 || strncmp (term, "screen", 6) == 0))) strncmp 1338 lib/tty/key.c if ((term != NULL) && (strncmp (term, "qnx", 3) == 0)) strncmp 1363 lib/tty/key.c if (term != NULL && (strncmp (term, "qansi-m", 7) == 0)) strncmp 124 lib/tty/tty.c || strncmp (termvalue, "xterm", 5) == 0 strncmp 125 lib/tty/tty.c || strncmp (termvalue, "konsole", 7) == 0 strncmp 126 lib/tty/tty.c || strncmp (termvalue, "rxvt", 4) == 0 strncmp 129 lib/tty/tty.c || strncmp (termvalue, "alacritty", 9) == 0 strncmp 130 lib/tty/tty.c || strncmp (termvalue, "foot", 4) == 0 strncmp 131 lib/tty/tty.c || strncmp (termvalue, "screen", 6) == 0 strncmp 132 lib/tty/tty.c || strncmp (termvalue, "tmux", 4) == 0 strncmp 133 lib/tty/tty.c || strncmp (termvalue, "contour", 7) == 0; strncmp 395 lib/tty/tty.c if (strncmp (termvalue, "rxvt", 4) == 0 || strncmp 396 lib/tty/tty.c (color_term != NULL && strncmp (color_term, "rxvt", 4) == 0) || strncmp 1073 lib/util.c if (len != (s - q) || strncmp (p, q, (size_t) len) != 0) strncmp 1179 lib/util.c if (strncmp (buf, vfs_path_as_str (filename_vpath), len) != 0) strncmp 1293 lib/util.c if (buf[len] == ' ' && strncmp (buf, vfs_path_as_str (filename_vpath), len) == 0 strncmp 863 lib/utilunix.c && strncmp (p - url_delim_len + 1, VFS_PATH_URL_DELIMITER, url_delim_len) == 0) strncmp 887 lib/utilunix.c || strncmp (lpath + len - url_delim_len, VFS_PATH_URL_DELIMITER, strncmp 921 lib/utilunix.c && strncmp (s - url_delim_len + 2, VFS_PATH_URL_DELIMITER, url_delim_len) == 0) strncmp 931 lib/utilunix.c && strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0) strncmp 978 lib/utilunix.c if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0) strncmp 1015 lib/utilunix.c else if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0) strncmp 1047 lib/utilunix.c && strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0) strncmp 208 lib/vfs/direntry.c if (strlen (ent->name) == pseg && strncmp (ent->name, path, pseg) == 0) strncmp 692 lib/vfs/parse_ls_vga.c if (strncmp (p, "total", 5) == 0) strncmp 561 lib/vfs/path.c if (strncmp (dir, home_dir, len) == 0 && (IS_PATH_SEP (dir[len]) || dir[len] == '\0')) strncmp 1027 lib/vfs/path.c if (vfs->prefix != NULL && strncmp (prefix, vfs->prefix, strlen (vfs->prefix)) == 0) strncmp 1644 lib/vfs/path.c ret_val = strncmp (path1, path2, len) == 0; strncmp 120 lib/vfs/utilvfs.c || strncmp (uname, saveuname, MIN (uname_len, TUNMLEN - 1)) != 0) strncmp 155 lib/vfs/utilvfs.c || strncmp (gname, savegname, MIN (gname_len, TGNMLEN - 1)) != 0) strncmp 216 lib/widget/input_complete.c || strncmp (filename, entry->d_name, filename_len) != 0) strncmp 327 lib/widget/input_complete.c if (text[1] == entry->pw_name[0] && strncmp (text + 1, entry->pw_name, userlen) == 0) strncmp 364 lib/widget/input_complete.c && strncmp (text + 1 + isbrace, *env_p, varlen) == 0) strncmp 422 lib/widget/input_complete.c if (strncmp (bi, "$include ", 9) == 0) strncmp 503 lib/widget/input_complete.c if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0) strncmp 617 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0) strncmp 627 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0) strncmp 744 lib/widget/input_complete.c if (ni - si != nj - sj || strncmp (si, sj, ni - si) != 0) strncmp 893 lib/widget/input_complete.c if (strncmp (state->p, "cd", 2) == 0) strncmp 1037 lib/widget/input_complete.c if (strncmp (input->buffer->str + start, le->text, new_end - start) == 0) strncmp 1091 lib/widget/input_complete.c if (strncmp (input->buffer->str + start, le->text, end - start) == 0 strncmp 1092 lib/widget/input_complete.c && strncmp (le->text + end - start, buff, bl) == 0) strncmp 1125 lib/widget/input_complete.c if (nexti - si != nextl - sl || strncmp (si, sl, nexti - si) != 0) strncmp 595 src/args.c if (strncmp (base, "mcv", 3) == 0 || strcmp (base, "view") == 0) strncmp 601 src/args.c else if (strncmp (base, "mce", 3) == 0 || strcmp (base, "vi") == 0) strncmp 608 src/args.c else if (strncmp (base, "mcd", 3) == 0 || strcmp (base, "diff") == 0) strncmp 178 src/consaver/cons.saver.c if (strnlen (tty_name, 15) == 15 || strncmp (tty_name, "/dev/", 5)) strncmp 221 src/consaver/cons.saver.c if (strncmp (console_name, tty_name, sizeof (console_name)) != 0) strncmp 162 src/editor/editcomplete.c if (strncmp (s->str + word_len, temp->str + word_len, strncmp 395 src/filemanager/cmd.c if (strncmp (prefix, machine, strlen (prefix)) == 0) strncmp 100 src/filemanager/command.c if (strncmp (cmd, "cd", 2) == 0 && (cmd[2] == '\0' || whitespace (cmd[2]))) strncmp 733 src/filemanager/ext.c if (strncmp (content_string, real_name, real_len) == 0) strncmp 922 src/filemanager/ext.c if (strncmp (action, "View:", 5) == 0) strncmp 954 src/filemanager/ext.c if (strcmp (g, descr_group) == 0 || strncmp (g, "Include/", 8) == 0 strncmp 1022 src/filemanager/ext.c cmp_func = ignore_case ? strncasecmp : strncmp; strncmp 1223 src/filemanager/find.c if (strncmp (dir, *ignore_dir, ilen) == 0) strncmp 1301 src/filemanager/hotlist.c if (strncmp (tkn_buf->str, "GROUP", l) == 0) strncmp 1303 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENTRY", l) == 0) strncmp 1305 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0) strncmp 1307 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "URL", l) == 0) strncmp 235 src/filemanager/listmode.c if (strncmp (oldlistformat, "full ", 5) == 0) strncmp 240 src/filemanager/listmode.c if (strncmp (oldlistformat, "half ", 5) == 0) strncmp 244 src/filemanager/listmode.c if (strncmp (oldlistformat, "2 ", 2) == 0) strncmp 249 src/filemanager/listmode.c if (strncmp (oldlistformat, "1 ", 2) == 0) strncmp 1509 src/filemanager/mountlist.c if (i > len && (strncmp (path, me->me_mountdir, i) == 0) && strncmp 1692 src/filemanager/panel.c if (strncmp (format, "full", 4) == 0) strncmp 1697 src/filemanager/panel.c else if (strncmp (format, "half", 4) == 0) strncmp 1812 src/filemanager/panel.c found = strncmp (format, panel_fields[i].id, klen) == 0; strncmp 3425 src/filemanager/panel.c if (p != NULL && strncmp (cwd, lwd, (size_t) (p - lwd)) == 0 strncmp 632 src/filemanager/tree.c if (strncmp (current->subname, text->str, text->len) == 0) strncmp 225 src/filemanager/treestore.c || strncmp (buffer, TREE_SIGNATURE, strlen (TREE_SIGNATURE)) != 0)) strncmp 579 src/filemanager/treestore.c if (strncmp (vfs_path_as_str (vpath), l->data, strlen (l->data)) == 0) strncmp 122 src/usermenu.c if (strncmp (p, def_name, sizeof (def_name) - 1) != 0) strncmp 679 src/usermenu.c if (strncmp (p, "view", 4) == 0) strncmp 686 src/usermenu.c if (strncmp (q, DEFAULT_CHARSET, 5) == 0) strncmp 691 src/usermenu.c else if (strncmp (q, "hex", 3) == 0) strncmp 696 src/usermenu.c else if (strncmp (q, "nroff", 5) == 0) strncmp 701 src/usermenu.c else if (strncmp (q, "unform", 6) == 0) strncmp 720 src/usermenu.c return (strncmp (p, "cd", 2)) != 0 ? 0 : 3; strncmp 733 src/usermenu.c if (strncmp (p, "var{", 4) == 0) strncmp 1064 src/usermenu.c if (selected_entry >= 0 && strncmp (p, "#silent", 7) == 0) strncmp 353 src/vfs/cpio/cpio.c else if (TYPEIS (CPIO_OLDC) && (strncmp (buf + ptr, "070707", 6) == 0)) strncmp 358 src/vfs/cpio/cpio.c else if (TYPEIS (CPIO_NEWC) && (strncmp (buf + ptr, "070701", 6) == 0)) strncmp 363 src/vfs/cpio/cpio.c else if (TYPEIS (CPIO_CRC) && (strncmp (buf + ptr, "070702", 6) == 0)) strncmp 717 src/vfs/extfs/extfs.c if ((strncmp (path, info->prefix, path_len) == 0) strncmp 494 src/vfs/ftpfs/ftpfs.c if (strncmp (cmdstr->str, "PASS ", 5) == 0) strncmp 557 src/vfs/sfs/sfs.c else if (strncmp (path, sfs_info[i].prefix, strlen (sfs_info[i].prefix)) == 0) strncmp 311 src/vfs/sftpfs/connection.c found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0; strncmp 780 src/vfs/sftpfs/connection.c if (strncmp (name, kbi_super->path_element->user, name_len) != 0) strncmp 261 src/vfs/shell/shell.c if (strncmp (answer, "### ", 4) == 0) strncmp 507 src/vfs/shell/shell.c if (strncmp (buffer, "### ", 4) == 0) strncmp 672 src/vfs/shell/shell.c if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0) strncmp 952 src/vfs/shell/shell.c if (strncmp (buffer, "### ", 4) == 0) strncmp 162 src/vfs/undelfs/undelfs.c if (strncmp (dirname, "undel://", 8) != 0) strncmp 307 src/viewer/actions_cmd.c if (fname_len == fe->fname->len && strncmp (fname, fe->fname->str, fname_len) == 0) strncmp 115 tests/lib/vfs/tempdir.c ck_assert_msg (strncmp (vfs_path_as_str (pname_vpath), begin_pname, strlen (begin_pname)) == 0, strncmp 374 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (strncmp (line, "total ", 6) == 0) /* Convenience only: makes 'ls -l' parse cleanly. */