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

27 lines
2.7 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>strncasecmp</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--skin--colors.c.html#L343'>strncasecmp</a> 343 lib/skin/colors.c || (strcasecmp ("lines", group) == 0) || (strncasecmp ("widget-", group, 7) == 0));</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L726'>strncasecmp</a> 726 lib/strutil/strutil8bit.c return strncasecmp (s1, s2, n);</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1005'>strncasecmp</a> 1005 src/filemanager/ext.c cmp_func = ignore_case ? strncasecmp : strncmp;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L429'>strncasecmp</a> 429 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (line, "Status of ", 10) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L701'>strncasecmp</a> 701 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "Modify=", 7) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L706'>strncasecmp</a> 706 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "Size=", 5) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L714'>strncasecmp</a> 714 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "Perm=", 5) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L742'>strncasecmp</a> 742 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "UNIX.mode=", 10) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L748'>strncasecmp</a> 748 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "UNIX.owner=", 11) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L753'>strncasecmp</a> 753 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "UNIX.group=", 11) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L758'>strncasecmp</a> 758 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "UNIX.uid=", 9) == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L764'>strncasecmp</a> 764 src/vfs/ftpfs/ftpfs_parse_ls.c if (strncasecmp (tok, "UNIX.gid=", 9) == 0)</span>
</pre>
</body>
</html>