path_trunc        171 lib/util.h     const char *path_trunc (const char *path, size_t trunc_len);
path_trunc       3444 src/diffviewer/ydiff.c                      path_trunc (fe0->fname->str, 30));
path_trunc       3459 src/diffviewer/ydiff.c                      path_trunc (fe1->fname->str, 30));
path_trunc       3478 src/diffviewer/ydiff.c                 message (D_ERROR, MSG_ERROR, _ ("\"%s\" is a directory"), path_trunc (p0, 30));
path_trunc       3484 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, _ ("Cannot stat \"%s\"\n%s"), path_trunc (p0, 30),
path_trunc       3495 src/diffviewer/ydiff.c                 message (D_ERROR, MSG_ERROR, _ ("\"%s\" is a directory"), path_trunc (p1, 30));
path_trunc       3501 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, _ ("Cannot stat \"%s\"\n%s"), path_trunc (p1, 30),
path_trunc        994 src/filemanager/file.c         text = g_strdup_printf (msg, path_trunc (s, 30));
path_trunc       1124 src/filemanager/file.c     nfile1 = g_strdup (path_trunc (file1, 15));
path_trunc       1125 src/filemanager/file.c     nfile2 = g_strdup (path_trunc (file2, 15));
path_trunc       1833 src/filemanager/file.c             message (D_ERROR, MSG_ERROR, _ ("Cannot stat \"%s\"\n%s"), path_trunc (source, 30),
path_trunc       3744 src/filemanager/file.c     g_snprintf (buf, sizeof (buf), format, path_trunc (file, 30), unix_error_string (errno));
path_trunc        164 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->rect.cols - 10)