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

24 lines
2.1 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>file_date</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.h.html#L55'>file_date</a> 55 lib/timefmt.h const char *file_date (time_t when);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L540'>file_date</a> 540 src/filemanager/filegui.c cs1 = file_date (ui-&gt;src_stat-&gt;st_mtime);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L555'>file_date</a> 555 src/filemanager/filegui.c cs1 = file_date (ui-&gt;dst_stat-&gt;st_mtime);</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L222'>file_date</a> 222 src/filemanager/info.c str_printf (buff, _ ("Accessed: %s"), file_date (st.st_atime));</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L228'>file_date</a> 228 src/filemanager/info.c str_printf (buff, _ ("Modified: %s"), file_date (st.st_mtime));</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L237'>file_date</a> 237 src/filemanager/info.c str_printf (buff, _ ("Changed: %s"), file_date (st.st_ctime));</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L486'>file_date</a> 486 src/filemanager/panel.c return file_date (fe-&gt;st.st_mtime);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L497'>file_date</a> 497 src/filemanager/panel.c return file_date (fe-&gt;st.st_atime);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L508'>file_date</a> 508 src/filemanager/panel.c return file_date (fe-&gt;st.st_ctime);</span>
</pre>
</body>
</html>