full_format      1120 src/filemanager/file.c     char *full_format;
full_format      1127 src/filemanager/file.c     full_format = g_strconcat (format, "\n", unix_error_string (errno), (char *) NULL);
full_format      1128 src/filemanager/file.c     message = g_strdup_printf (full_format, nfile1, nfile2);
full_format      1129 src/filemanager/file.c     g_free (full_format);
full_format        93 src/util.c             char *full_format;
full_format        95 src/util.c             full_format = g_strconcat (format, "\n", error_string, (char *) NULL);
full_format        97 src/util.c             message (D_ERROR, MSG_ERROR, full_format, path_trunc (filename, -1));
full_format        98 src/util.c             g_free (full_format);