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

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 &gt; 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>