strstr 150 lib/shell.c if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL strstr 157 lib/shell.c else if (strstr (mc_shell->path, "/tcsh") != NULL strstr 158 lib/shell.c || strstr (mc_shell->real_path, "/tcsh") != NULL) strstr 164 lib/shell.c else if (strstr (mc_shell->path, "/csh") != NULL strstr 165 lib/shell.c || strstr (mc_shell->real_path, "/csh") != NULL) strstr 170 lib/shell.c else if (strstr (mc_shell->path, "/fish") != NULL strstr 171 lib/shell.c || strstr (mc_shell->real_path, "/fish") != NULL) strstr 176 lib/shell.c else if (strstr (mc_shell->path, "/dash") != NULL strstr 177 lib/shell.c || strstr (mc_shell->real_path, "/dash") != NULL) strstr 183 lib/shell.c else if (strstr (mc_shell->real_path, "/busybox") != NULL) strstr 195 lib/shell.c else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->real_path, "/ksh") != NULL strstr 196 lib/shell.c || strstr (mc_shell->path, "/ksh93") != NULL strstr 197 lib/shell.c || strstr (mc_shell->real_path, "/ksh93") != NULL strstr 198 lib/shell.c || strstr (mc_shell->path, "/oksh") != NULL strstr 199 lib/shell.c || strstr (mc_shell->real_path, "/oksh") != NULL) strstr 204 lib/shell.c else if (strstr (mc_shell->path, "/mksh") != NULL strstr 205 lib/shell.c || strstr (mc_shell->real_path, "/mksh") != NULL) strstr 220 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL) strstr 225 lib/shell.c else if (strstr (mc_shell->path, "/sh") != NULL) strstr 230 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL) strstr 235 lib/shell.c else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->path, "/ksh93") != NULL strstr 236 lib/shell.c || strstr (mc_shell->path, "/oksh") != NULL strstr 238 lib/shell.c && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL)) strstr 243 lib/shell.c else if (strstr (mc_shell->path, "/mksh") != NULL strstr 245 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 327 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 308 src/filemanager/filegui.c || strstr (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fusefs") != NULL) strstr 1200 src/filemanager/find.c d = strstr (dir, *ignore_dir); strstr 542 src/filemanager/mountlist.c char const *devopt = strstr (mount_options, dev_pattern); strstr 642 src/filemanager/mountlist.c dash = strstr (line + target_e, " - "); strstr 1146 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 307 src/vfs/sftpfs/connection.c kh_name_end = strstr (store->name, "]:"); strstr 644 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL strstr 645 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL) strstr 649 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, "\" -> \"");