path_trunc        145 lib/util.h     const char *path_trunc (const char *path, size_t trunc_len);
path_trunc       3476 src/diffviewer/ydiff.c                          path_trunc (fe0->fname->str, 30));
path_trunc       3486 src/diffviewer/ydiff.c                          path_trunc (fe1->fname->str, 30));
path_trunc       3505 src/diffviewer/ydiff.c                     message (D_ERROR, MSG_ERROR, _("\"%s\" is a directory"), path_trunc (p0, 30));
path_trunc       3512 src/diffviewer/ydiff.c                          path_trunc (p0, 30), unix_error_string (errno));
path_trunc       3522 src/diffviewer/ydiff.c                     message (D_ERROR, MSG_ERROR, _("\"%s\" is a directory"), path_trunc (p1, 30));
path_trunc       3529 src/diffviewer/ydiff.c                          path_trunc (p1, 30), unix_error_string (errno));
path_trunc       1008 src/filemanager/file.c         text = g_strdup_printf (msg, path_trunc (s, 30));
path_trunc       1140 src/filemanager/file.c     char *nfile1 = g_strdup (path_trunc (file1, 15));
path_trunc       1141 src/filemanager/file.c     char *nfile2 = g_strdup (path_trunc (file2, 15));
path_trunc       1831 src/filemanager/file.c                      path_trunc (source, 30), unix_error_string (errno));
path_trunc       3694 src/filemanager/file.c     g_snprintf (buf, sizeof (buf), format, path_trunc (file, 30), unix_error_string (errno));
path_trunc        172 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->rect.cols - 10)