Files
source/Y/strstr.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

64 lines
9.2 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>strstr</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--shell.c.html#L152'>strstr</a> 152 lib/shell.c if (strstr (mc_shell-&gt;path, "/zsh") != NULL || strstr (mc_shell-&gt;real_path, "/zsh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L159'>strstr</a> 159 lib/shell.c else if (strstr (mc_shell-&gt;path, "/tcsh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L160'>strstr</a> 160 lib/shell.c || strstr (mc_shell-&gt;real_path, "/tcsh") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L166'>strstr</a> 166 lib/shell.c else if (strstr (mc_shell-&gt;path, "/csh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L167'>strstr</a> 167 lib/shell.c || strstr (mc_shell-&gt;real_path, "/csh") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L172'>strstr</a> 172 lib/shell.c else if (strstr (mc_shell-&gt;path, "/fish") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L173'>strstr</a> 173 lib/shell.c || strstr (mc_shell-&gt;real_path, "/fish") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L178'>strstr</a> 178 lib/shell.c else if (strstr (mc_shell-&gt;path, "/dash") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L179'>strstr</a> 179 lib/shell.c || strstr (mc_shell-&gt;real_path, "/dash") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L185'>strstr</a> 185 lib/shell.c else if (strstr (mc_shell-&gt;real_path, "/busybox") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L197'>strstr</a> 197 lib/shell.c else if (strstr (mc_shell-&gt;path, "/ksh") != NULL || strstr (mc_shell-&gt;real_path, "/ksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L198'>strstr</a> 198 lib/shell.c || strstr (mc_shell-&gt;path, "/ksh93") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L199'>strstr</a> 199 lib/shell.c || strstr (mc_shell-&gt;real_path, "/ksh93") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L200'>strstr</a> 200 lib/shell.c || strstr (mc_shell-&gt;path, "/oksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L201'>strstr</a> 201 lib/shell.c || strstr (mc_shell-&gt;real_path, "/oksh") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L206'>strstr</a> 206 lib/shell.c else if (strstr (mc_shell-&gt;path, "/mksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L207'>strstr</a> 207 lib/shell.c || strstr (mc_shell-&gt;real_path, "/mksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L208'>strstr</a> 208 lib/shell.c || strstr (mc_shell-&gt;path, "/lksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L209'>strstr</a> 209 lib/shell.c || strstr (mc_shell-&gt;real_path, "/lksh") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L227'>strstr</a> 227 lib/shell.c if (strstr (mc_shell-&gt;path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L232'>strstr</a> 232 lib/shell.c else if (strstr (mc_shell-&gt;path, "/sh") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L237'>strstr</a> 237 lib/shell.c else if (strstr (mc_shell-&gt;path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL)</span>
<span class='curline'><a href='../S/lib--shell.c.html#L242'>strstr</a> 242 lib/shell.c else if (strstr (mc_shell-&gt;path, "/ksh") != NULL || strstr (mc_shell-&gt;path, "/ksh93") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L243'>strstr</a> 243 lib/shell.c || strstr (mc_shell-&gt;path, "/oksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L245'>strstr</a> 245 lib/shell.c &amp;&amp; strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL))</span>
<span class='curline'><a href='../S/lib--shell.c.html#L250'>strstr</a> 250 lib/shell.c else if (strstr (mc_shell-&gt;path, "/mksh") != NULL || strstr (mc_shell-&gt;path, "/lksh") != NULL</span>
<span class='curline'><a href='../S/lib--shell.c.html#L252'>strstr</a> 252 lib/shell.c &amp;&amp; strstr (getenv ("KSH_VERSION"), "MIRBSD KSH") != NULL))</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L69'>strstr</a> 69 lib/strutil/replace.c while ((needle_in_str = strstr (haystack, needle)) != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L110'>strstr</a> 110 lib/vfs/parse_ls_vga.c pos = strstr (week, str);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L506'>strstr</a> 506 lib/vfs/parse_ls_vga.c pos = strstr (month, str);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L326'>strstr</a> 326 lib/vfs/path.c return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L200'>strstr</a> 200 lib/widget/input.c delim = strstr (url, VFS_PATH_URL_DELIMITER);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L244'>strstr</a> 244 src/editor/etags.c chekedstr = strstr (buf, match_func);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L306'>strstr</a> 306 src/filemanager/filegui.c || strstr (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fusefs") != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1174'>strstr</a> 1174 src/filemanager/find.c d = strstr (dir, *ignore_dir);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L525'>strstr</a> 525 src/filemanager/mountlist.c char const *devopt = strstr (mount_options, dev_pattern);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L630'>strstr</a> 630 src/filemanager/mountlist.c dash = strstr (line + target_e, " - ");</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1136'>strstr</a> 1136 src/filemanager/mountlist.c ignore = strstr (options, "ignore");</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L667'>strstr</a> 667 src/vfs/ftpfs/ftpfs.c ftp_super-&gt;remote_is_amiga = strstr (reply_up, "AMIGA") != NULL;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L668'>strstr</a> 668 src/vfs/ftpfs/ftpfs.c if (strstr (reply_up, " SPFTP/1.0.0000 SERVER ")</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L404'>strstr</a> 404 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -&gt; ")) != NULL; arrow++)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L667'>strstr</a> 667 src/vfs/ftpfs/ftpfs_parse_ls.c space = strstr (line, "; ");</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1090'>strstr</a> 1090 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -&gt; ")) != NULL; arrow++)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L307'>strstr</a> 307 src/vfs/sftpfs/connection.c kh_name_end = strstr (store-&gt;name, "]:");</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L644'>strstr</a> 644 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L645'>strstr</a> 645 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L649'>strstr</a> 649 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L571'>strstr</a> 571 src/vfs/shell/shell.c if (strstr (answer, "assword") != NULL)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L771'>strstr</a> 771 src/vfs/shell/shell.c linkname = strstr (filename, "\" -&gt; \"");</span>
</pre>
</body>
</html>