mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.6 KiB
HTML
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 (&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->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10;</span>
|
|
<span class='curline'><a href='../S/lib--timefmt.c.html#L105'>lt</a> 105 lib/timefmt.c for (lt->tm_mon = 0; lt->tm_mon < 12; lt->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>
|