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

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>local_time</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--parse_ls_vga.c.html#L528'>local_time</a> 528 lib/vfs/parse_ls_vga.c struct tm *local_time;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L532'>local_time</a> 532 lib/vfs/parse_ls_vga.c local_time = localtime (&amp;current_time);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L533'>local_time</a> 533 lib/vfs/parse_ls_vga.c tim.tm_mday = local_time-&gt;tm_mday;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L534'>local_time</a> 534 lib/vfs/parse_ls_vga.c tim.tm_mon = local_time-&gt;tm_mon;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L535'>local_time</a> 535 lib/vfs/parse_ls_vga.c tim.tm_year = local_time-&gt;tm_year;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L625'>local_time</a> 625 lib/vfs/parse_ls_vga.c if (!got_year &amp;&amp; local_time-&gt;tm_mon &lt; 6 &amp;&amp; local_time-&gt;tm_mon &lt; tim.tm_mon</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L626'>local_time</a> 626 lib/vfs/parse_ls_vga.c &amp;&amp; tim.tm_mon - local_time-&gt;tm_mon &gt;= 6)</span>
</pre>
</body>
</html>