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

23 lines
1.9 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>drive</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--filemanager--mountlist.c.html#L238'>drive</a> 238 src/filemanager/mountlist.c char drive[4];</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L239'>drive</a> 239 src/filemanager/mountlist.c sprintf (drive, "%c:\\", fs_name[0]);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L240'>drive</a> 240 src/filemanager/mountlist.c switch (GetDriveType (drive))</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1236'>drive</a> 1236 src/filemanager/mountlist.c wchar_t drive[3];</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1239'>drive</a> 1239 src/filemanager/mountlist.c drive[0] = L'A' + i;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1240'>drive</a> 1240 src/filemanager/mountlist.c drive[1] = L':';</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1241'>drive</a> 1241 src/filemanager/mountlist.c drive[2] = L'\0';</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1244'>drive</a> 1244 src/filemanager/mountlist.c drive, mapping, sizeof (mapping) / sizeof (mapping[0]));</span>
</pre>
</body>
</html>