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

22 lines
1.6 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>lt</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--timefmt.c.html#L83'>lt</a> 83 lib/timefmt.c struct tm *lt;</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L89'>lt</a> 89 lib/timefmt.c lt = localtime (&amp;testtime);</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L91'>lt</a> 91 lib/timefmt.c if (lt == NULL)</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L102'>lt</a> 102 lib/timefmt.c lt-&gt;tm_sec = lt-&gt;tm_min = lt-&gt;tm_hour = lt-&gt;tm_mday = 10;</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L105'>lt</a> 105 lib/timefmt.c for (lt-&gt;tm_mon = 0; lt-&gt;tm_mon &lt; 12; lt-&gt;tm_mon++)</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L107'>lt</a> 107 lib/timefmt.c strftime (buf, sizeof (buf) - 1, user_recent_timeformat, lt);</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L110'>lt</a> 110 lib/timefmt.c strftime (buf, sizeof (buf) - 1, user_old_timeformat, lt);</span>
</pre>
</body>
</html>