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            201 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh") != NULL
strstr            202 lib/shell.c                 || strstr (mc_shell->path, "/ksh93") != NULL
strstr            203 lib/shell.c                 || strstr (mc_shell->real_path, "/ksh93") != NULL
strstr            204 lib/shell.c                 || strstr (mc_shell->path, "/oksh") != NULL
strstr            205 lib/shell.c                 || strstr (mc_shell->real_path, "/oksh") != NULL)
strstr            210 lib/shell.c        else if (strstr (mc_shell->path, "/mksh") != NULL
strstr            211 lib/shell.c                 || strstr (mc_shell->real_path, "/mksh") != NULL)
strstr            226 lib/shell.c        if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL)
strstr            231 lib/shell.c        else if (strstr (mc_shell->path, "/sh") != NULL)
strstr            236 lib/shell.c        else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL)
strstr            241 lib/shell.c        else if (strstr (mc_shell->path, "/ksh") != NULL
strstr            242 lib/shell.c                 || strstr (mc_shell->path, "/ksh93") != NULL
strstr            243 lib/shell.c                 || strstr (mc_shell->path, "/oksh") != NULL
strstr            245 lib/shell.c                     && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL))
strstr            250 lib/shell.c        else if (strstr (mc_shell->path, "/mksh") != NULL
strstr            252 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            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            317 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            576 src/vfs/shell/shell.c     if (strstr (answer, "assword") != NULL)
strstr            789 src/vfs/shell/shell.c                 linkname = strstr (filename, "\" -> \"");