strstr 155 lib/shell.c if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL strstr 162 lib/shell.c else if (strstr (mc_shell->path, "/tcsh") != NULL strstr 163 lib/shell.c || strstr (mc_shell->real_path, "/tcsh") != NULL) strstr 169 lib/shell.c else if (strstr (mc_shell->path, "/csh") != NULL strstr 170 lib/shell.c || strstr (mc_shell->real_path, "/csh") != NULL) strstr 175 lib/shell.c else if (strstr (mc_shell->path, "/fish") != NULL strstr 176 lib/shell.c || strstr (mc_shell->real_path, "/fish") != NULL) strstr 181 lib/shell.c else if (strstr (mc_shell->path, "/dash") != NULL strstr 182 lib/shell.c || strstr (mc_shell->real_path, "/dash") != NULL) strstr 188 lib/shell.c else if (strstr (mc_shell->real_path, "/busybox") != NULL) strstr 200 lib/shell.c else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->real_path, "/ksh") != NULL strstr 201 lib/shell.c || strstr (mc_shell->path, "/ksh93") != NULL strstr 202 lib/shell.c || strstr (mc_shell->real_path, "/ksh93") != NULL strstr 203 lib/shell.c || strstr (mc_shell->path, "/oksh") != NULL strstr 204 lib/shell.c || strstr (mc_shell->real_path, "/oksh") != NULL) strstr 209 lib/shell.c else if (strstr (mc_shell->path, "/mksh") != NULL strstr 210 lib/shell.c || strstr (mc_shell->real_path, "/mksh") != NULL) strstr 225 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL) strstr 230 lib/shell.c else if (strstr (mc_shell->path, "/sh") != NULL) strstr 235 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL) strstr 240 lib/shell.c else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->path, "/ksh93") != NULL strstr 241 lib/shell.c || strstr (mc_shell->path, "/oksh") != NULL strstr 243 lib/shell.c && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL)) strstr 248 lib/shell.c else if (strstr (mc_shell->path, "/mksh") != NULL strstr 250 lib/shell.c && strstr (getenv ("KSH_VERSION"), "MIRBSD KSH") != NULL)) strstr 69 lib/strutil/replace.c while ((needle_in_str = strstr (haystack, needle)) != NULL) strstr 110 lib/vfs/parse_ls_vga.c pos = strstr (week, str); strstr 507 lib/vfs/parse_ls_vga.c pos = strstr (month, str); strstr 329 lib/vfs/path.c return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL; strstr 200 lib/widget/input.c delim = strstr (url, VFS_PATH_URL_DELIMITER); strstr 244 src/editor/etags.c chekedstr = strstr (buf, match_func); strstr 316 src/filemanager/filegui.c || strstr (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fusefs") != NULL) strstr 1228 src/filemanager/find.c d = strstr (dir, *ignore_dir); strstr 543 src/filemanager/mountlist.c char const *devopt = strstr (mount_options, dev_pattern); strstr 644 src/filemanager/mountlist.c dash = strstr (line + target_e, " - "); strstr 1148 src/filemanager/mountlist.c ignore = strstr (options, "ignore"); strstr 668 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL; strstr 669 src/vfs/ftpfs/ftpfs.c if (strstr (reply_up, " SPFTP/1.0.0000 SERVER ") strstr 404 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) strstr 667 src/vfs/ftpfs/ftpfs_parse_ls.c space = strstr (line, "; "); strstr 1090 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) strstr 299 src/vfs/sftpfs/connection.c kh_name_end = strstr (store->name, "]:"); strstr 636 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL strstr 637 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL) strstr 641 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL strstr 572 src/vfs/shell/shell.c if (strstr (answer, "assword") != NULL) strstr 772 src/vfs/shell/shell.c linkname = strstr (filename, "\" -> \"");