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

30 lines
3.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>scan</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#L556'>scan</a> 556 src/vfs/ftpfs/ftpfs_parse_ls.c const char *scan;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L565'>scan</a> 565 src/vfs/ftpfs/ftpfs_parse_ls.c scan = b + 1;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L568'>scan</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#L572'>scan</a> 572 src/vfs/ftpfs/ftpfs_parse_ls.c switch (*scan)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L575'>scan</a> 575 src/vfs/ftpfs/ftpfs_parse_ls.c name = scan + 1;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L577'>scan</a> 577 src/vfs/ftpfs/ftpfs_parse_ls.c scan = NULL;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L580'>scan</a> 580 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (scan + 1, "%lld", &amp;size_ll) != 1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L585'>scan</a> 585 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (scan + 1, "%ld", &amp;date_l) != 1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L600'>scan</a> 600 src/vfs/ftpfs/ftpfs_parse_ls.c if (scan[1] == 'p') // permissions</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L601'>scan</a> 601 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (scan + 2, "%o", (unsigned int *) &amp;perms) != 1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L606'>scan</a> 606 src/vfs/ftpfs/ftpfs_parse_ls.c scan = NULL;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L609'>scan</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</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</a> 616 src/vfs/ftpfs/ftpfs_parse_ls.c scan_len -= comma + 1 - scan;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L617'>scan</a> 617 src/vfs/ftpfs/ftpfs_parse_ls.c scan = comma + 1;</span>
</pre>
</body>
</html>