mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
42 lines
5.6 KiB
HTML
42 lines
5.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>tms</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--vfs--ftpfs--ftpfs_parse_ls.c.html#L457'>tms</a> 457 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tms;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L488'>tms</a> 488 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_sec = 30; // seconds after the minute [0, 61]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L489'>tms</a> 489 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L490'>tms</a> 490 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; // hour since midnight [0, 23]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L491'>tms</a> 491 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mday = day; // day of the month [1, 31]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L492'>tms</a> 492 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L493'>tms</a> 493 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_year = year - 1900; // years since 1900</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L494'>tms</a> 494 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_isdst = -1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L496'>tms</a> 496 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mtime = mktime (&tms);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L826'>tms</a> 826 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tms;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L862'>tms</a> 862 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_sec = second; // seconds after the minute [0, 61]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L863'>tms</a> 863 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L864'>tms</a> 864 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; // hour since midnight [0, 23]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L865'>tms</a> 865 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mday = day; // day of the month [1, 31]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L866'>tms</a> 866 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L867'>tms</a> 867 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_year = year - 1900; // years since 1900</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L868'>tms</a> 868 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_isdst = -1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L869'>tms</a> 869 src/vfs/ftpfs/ftpfs_parse_ls.c mtime = mktime (&tms);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L929'>tms</a> 929 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tms;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L965'>tms</a> 965 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_sec = 30; // seconds after the minute [0, 61]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L966'>tms</a> 966 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L967'>tms</a> 967 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; // hour since midnight [0, 23]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L968'>tms</a> 968 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mday = day; // day of the month [1, 31]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L969'>tms</a> 969 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11]</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L970'>tms</a> 970 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_year = year - 1900; // years since 1900</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L971'>tms</a> 971 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_isdst = -1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L972'>tms</a> 972 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mtime = mktime (&tms);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|