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

23 lines
1.8 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>full_format</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--file.c.html#L1120'>full_format</a> 1120 src/filemanager/file.c char *full_format;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1127'>full_format</a> 1127 src/filemanager/file.c full_format = g_strconcat (format, "\n", unix_error_string (errno), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1128'>full_format</a> 1128 src/filemanager/file.c message = g_strdup_printf (full_format, nfile1, nfile2);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1129'>full_format</a> 1129 src/filemanager/file.c g_free (full_format);</span>
<span class='curline'><a href='../S/src--util.c.html#L93'>full_format</a> 93 src/util.c char *full_format;</span>
<span class='curline'><a href='../S/src--util.c.html#L95'>full_format</a> 95 src/util.c full_format = g_strconcat (format, "\n", error_string, (char *) NULL);</span>
<span class='curline'><a href='../S/src--util.c.html#L97'>full_format</a> 97 src/util.c message (D_ERROR, MSG_ERROR, full_format, path_trunc (filename, -1));</span>
<span class='curline'><a href='../S/src--util.c.html#L98'>full_format</a> 98 src/util.c g_free (full_format);</span>
</pre>
</body>
</html>