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

57 lines
7.5 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>tim</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--direntry.c.html#L860'>tim</a> 860 lib/vfs/direntry.c gint64 tim;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L868'>tim</a> 868 lib/vfs/direntry.c tim = g_get_monotonic_time ();</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L870'>tim</a> 870 lib/vfs/direntry.c return (tim &lt; ino-&gt;timestamp);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L102'>tim</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#L114'>tim</a> 114 lib/vfs/parse_ls_vga.c if (tim != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L115'>tim</a> 115 lib/vfs/parse_ls_vga.c tim-&gt;tm_wday = (pos - week) / 3;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L147'>tim</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#L164'>tim</a> 164 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d:%2d", &amp;tim-&gt;tm_hour, &amp;tim-&gt;tm_min, &amp;tim-&gt;tm_sec) != 3)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L169'>tim</a> 169 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d", &amp;tim-&gt;tm_hour, &amp;tim-&gt;tm_min) != 2)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L179'>tim</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#L198'>tim</a> 198 lib/vfs/parse_ls_vga.c tim-&gt;tm_year = (int) (year - 1900);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L498'>tim</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#L510'>tim</a> 510 lib/vfs/parse_ls_vga.c if (tim != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L511'>tim</a> 511 lib/vfs/parse_ls_vga.c tim-&gt;tm_mon = (pos - month) / 3;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L523'>tim</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#L533'>tim</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'>tim</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'>tim</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#L537'>tim</a> 537 lib/vfs/parse_ls_vga.c tim.tm_hour = 0;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L538'>tim</a> 538 lib/vfs/parse_ls_vga.c tim.tm_min = 0;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L539'>tim</a> 539 lib/vfs/parse_ls_vga.c tim.tm_sec = 0;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L540'>tim</a> 540 lib/vfs/parse_ls_vga.c tim.tm_isdst = -1; // Let mktime() try to guess correct dst offset</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L545'>tim</a> 545 lib/vfs/parse_ls_vga.c if (is_week (p, &amp;tim))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L575'>tim</a> 575 lib/vfs/parse_ls_vga.c if (vfs_parse_month (p, &amp;tim))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L581'>tim</a> 581 lib/vfs/parse_ls_vga.c tim.tm_mday = (int) atol (columns[idx++]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L601'>tim</a> 601 lib/vfs/parse_ls_vga.c tim.tm_mon = d[0];</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L602'>tim</a> 602 lib/vfs/parse_ls_vga.c tim.tm_mday = d[1];</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L603'>tim</a> 603 lib/vfs/parse_ls_vga.c tim.tm_year = d[2];</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L614'>tim</a> 614 lib/vfs/parse_ls_vga.c || !(is_time (columns[idx], &amp;tim) || (got_year = is_year (columns[idx], &amp;tim))))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L625'>tim</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'>tim</a> 626 lib/vfs/parse_ls_vga.c &amp;&amp; tim.tm_mon - local_time-&gt;tm_mon &gt;= 6)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L627'>tim</a> 627 lib/vfs/parse_ls_vga.c tim.tm_year--;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L629'>tim</a> 629 lib/vfs/parse_ls_vga.c *t = mktime (&amp;tim);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L60'>tim</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.c.html#L1560'>tim</a> 1560 src/vfs/ftpfs/ftpfs.c gint64 tim;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1562'>tim</a> 1562 src/vfs/ftpfs/ftpfs.c tim = g_get_monotonic_time ();</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1564'>tim</a> 1564 src/vfs/ftpfs/ftpfs.c if (tim &gt; start_tim + ABORT_TIMEOUT)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L854'>tim</a> 854 src/vfs/shell/shell.c struct tm tim;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L856'>tim</a> 856 src/vfs/shell/shell.c memset (&amp;tim, 0, sizeof (tim));</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L857'>tim</a> 857 src/vfs/shell/shell.c if (sscanf (buffer, "%d %d %d %d %d %d", &amp;tim.tm_year, &amp;tim.tm_mon, &amp;tim.tm_mday,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L858'>tim</a> 858 src/vfs/shell/shell.c &amp;tim.tm_hour, &amp;tim.tm_min, &amp;tim.tm_sec)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L862'>tim</a> 862 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime = mktime (&amp;tim);</span>
</pre>
</body>
</html>