mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
1.8 KiB
HTML
24 lines
1.8 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>ms</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--vfs--vfs.c.html#L135'>ms</a> 135 lib/vfs/vfs.c long ms;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L138'>ms</a> 138 lib/vfs/vfs.c ms = semi - path;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L139'>ms</a> 139 lib/vfs/vfs.c state = _vfs_translate_path (path, ms, defcnv, buffer);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L150'>ms</a> 150 lib/vfs/vfs.c ms = slash != NULL ? slash - semi : (long) strlen (semi);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L151'>ms</a> 151 lib/vfs/vfs.c ms = MIN (ms, (long) sizeof (encoding) - 1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L153'>ms</a> 153 lib/vfs/vfs.c if (semi + ms > path + sz)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L154'>ms</a> 154 lib/vfs/vfs.c ms = path + sz - semi;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L155'>ms</a> 155 lib/vfs/vfs.c memcpy (encoding, semi, ms);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L156'>ms</a> 156 lib/vfs/vfs.c encoding[ms] = '\0';</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|