mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.7 KiB
HTML
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 && scan_len > 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>
|