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

22 lines
1.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>scan_len</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/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L557'>scan_len</a> 557 src/vfs/ftpfs/ftpfs_parse_ls.c ssize_t scan_len;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L566'>scan_len</a> 566 src/vfs/ftpfs/ftpfs_parse_ls.c scan_len = len - 1;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L568'>scan_len</a> 568 src/vfs/ftpfs/ftpfs_parse_ls.c while (scan != NULL &amp;&amp; scan_len &gt; 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L576'>scan_len</a> 576 src/vfs/ftpfs/ftpfs_parse_ls.c name_len = scan_len - 1;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L609'>scan_len</a> 609 src/vfs/ftpfs/ftpfs_parse_ls.c if (scan == NULL || scan_len == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L612'>scan_len</a> 612 src/vfs/ftpfs/ftpfs_parse_ls.c comma = (const char *) memchr (scan, ',', scan_len);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L616'>scan_len</a> 616 src/vfs/ftpfs/ftpfs_parse_ls.c scan_len -= comma + 1 - scan;</span>
</pre>
</body>
</html>