mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
44 lines
5.2 KiB
HTML
44 lines
5.2 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>tm</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'>tm</a> 83 lib/timefmt.c struct tm *lt;</span>
|
|
<span class='curline'><a href='../S/lib--timefmt.h.html#L23'>tm</a> 23 lib/timefmt.h struct tm *whentm; \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L102'>tm</a> 102 lib/vfs/parse_ls_vga.c is_week (const char *str, struct tm *tim)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L147'>tm</a> 147 lib/vfs/parse_ls_vga.c is_time (const char *str, struct tm *tim)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L179'>tm</a> 179 lib/vfs/parse_ls_vga.c is_year (char *str, struct tm *tim)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L498'>tm</a> 498 lib/vfs/parse_ls_vga.c vfs_parse_month (const char *str, struct tm *tim)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L523'>tm</a> 523 lib/vfs/parse_ls_vga.c struct tm tim;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L528'>tm</a> 528 lib/vfs/parse_ls_vga.c struct tm *local_time;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L60'>tm</a> 60 lib/vfs/utilvfs.h gboolean vfs_parse_month (const char *str, struct tm *tim);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L108'>tm</a> 108 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L206'>tm</a> 206 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L208'>tm</a> 208 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L211'>tm</a> 211 src/vfs/ftpfs/ftpfs_parse_ls.c memcpy (&tc, t, sizeof (struct tm));</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L232'>tm</a> 232 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tm;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L237'>tm</a> 237 src/vfs/ftpfs/ftpfs_parse_ls.c memset (&tm, 0, sizeof (tm));</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L257'>tm</a> 257 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_year = year - 1900;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L258'>tm</a> 258 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mon = month - 1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L259'>tm</a> 259 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mday = day;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L260'>tm</a> 260 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_hour = hour;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L261'>tm</a> 261 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_min = minute;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L262'>tm</a> 262 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_sec = second;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L264'>tm</a> 264 src/vfs/ftpfs/ftpfs_parse_ls.c return mktime_from_utc (&tm);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L285'>tm</a> 285 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm date;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L457'>tm</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#L826'>tm</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#L929'>tm</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#L997'>tm</a> 997 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm date;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L854'>tm</a> 854 src/vfs/shell/shell.c struct tm tim;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1431'>tm</a> 1431 src/vfs/shell/shell.c struct tm *gmt;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|