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

21 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>str_printf</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--filemanager--info.c.html#L208'>str_printf</a> 208 src/filemanager/info.c str_printf (buff, _ ("Device: %s"),</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L215'>str_printf</a> 215 src/filemanager/info.c str_printf (buff, _ ("Filesystem: %s"),</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L222'>str_printf</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'>str_printf</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'>str_printf</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--info.c.html#L303'>str_printf</a> 303 src/filemanager/info.c str_printf (buff, file_label, str_trunc (fname, w-&gt;cols - i18n_adjust));</span>
</pre>
</body>
</html>