strstr 147 lib/shell.c if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL strstr 154 lib/shell.c else if (strstr (mc_shell->path, "/tcsh") != NULL strstr 155 lib/shell.c || strstr (mc_shell->real_path, "/tcsh") != NULL) strstr 161 lib/shell.c else if (strstr (mc_shell->path, "/csh") != NULL strstr 162 lib/shell.c || strstr (mc_shell->real_path, "/csh") != NULL) strstr 167 lib/shell.c else if (strstr (mc_shell->path, "/fish") != NULL strstr 168 lib/shell.c || strstr (mc_shell->real_path, "/fish") != NULL) strstr 173 lib/shell.c else if (strstr (mc_shell->path, "/dash") != NULL strstr 174 lib/shell.c || strstr (mc_shell->real_path, "/dash") != NULL) strstr 180 lib/shell.c else if (strstr (mc_shell->real_path, "/busybox") != NULL) strstr 202 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH") != NULL) strstr 207 lib/shell.c else if (strstr (mc_shell->path, "/sh") != NULL || getenv ("SH") != NULL) strstr 212 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("ASH") != NULL) strstr 69 lib/strutil/replace.c while ((needle_in_str = strstr (haystack, needle)) != NULL) strstr 109 lib/vfs/parse_ls_vga.c pos = strstr (week, str); strstr 506 lib/vfs/parse_ls_vga.c pos = strstr (month, str); strstr 330 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 248 src/editor/etags.c chekedstr = strstr (buf, match_func); strstr 319 src/filemanager/filegui.c || strstr (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fusefs") != NULL) strstr 1235 src/filemanager/find.c d = strstr (dir, *ignore_dir); strstr 560 src/filemanager/mountlist.c char const *devopt = strstr (mount_options, dev_pattern); strstr 661 src/filemanager/mountlist.c dash = strstr (line + target_e, " - "); strstr 1164 src/filemanager/mountlist.c ignore = strstr (options, "ignore"); strstr 671 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL; strstr 672 src/vfs/ftpfs/ftpfs.c if (strstr (reply_up, " SPFTP/1.0.0000 SERVER ") != NULL) /* handles `LIST -la` in a weird way */ strstr 402 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) strstr 666 src/vfs/ftpfs/ftpfs_parse_ls.c space = strstr (line, "; "); strstr 1089 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) strstr 300 src/vfs/sftpfs/connection.c kh_name_end = strstr (store->name, "]:"); strstr 635 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL strstr 636 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL) strstr 640 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL strstr 575 src/vfs/shell/shell.c if (strstr (answer, "assword") != NULL) strstr 788 src/vfs/shell/shell.c linkname = strstr (filename, "\" -> \"");