path_trunc        155 lib/util.h     const char *path_trunc (const char *path, size_t trunc_len);
path_trunc       3474 src/diffviewer/ydiff.c                          path_trunc (fe0->fname->str, 30));
path_trunc       3489 src/diffviewer/ydiff.c                          path_trunc (fe1->fname->str, 30));
path_trunc       3508 src/diffviewer/ydiff.c                     message (D_ERROR, MSG_ERROR, _("\"%s\" is a directory"), path_trunc (p0, 30));
path_trunc       3515 src/diffviewer/ydiff.c                          path_trunc (p0, 30), unix_error_string (errno));
path_trunc       3525 src/diffviewer/ydiff.c                     message (D_ERROR, MSG_ERROR, _("\"%s\" is a directory"), path_trunc (p1, 30));
path_trunc       3532 src/diffviewer/ydiff.c                          path_trunc (p1, 30), unix_error_string (errno));
path_trunc       1003 src/filemanager/file.c         text = g_strdup_printf (msg, path_trunc (s, 30));
path_trunc       1139 src/filemanager/file.c     nfile1 = g_strdup (path_trunc (file1, 15));
path_trunc       1140 src/filemanager/file.c     nfile2 = g_strdup (path_trunc (file2, 15));
path_trunc       1826 src/filemanager/file.c                      path_trunc (source, 30), unix_error_string (errno));
path_trunc       3736 src/filemanager/file.c     g_snprintf (buf, sizeof (buf), format, path_trunc (file, 30), unix_error_string (errno));
path_trunc        169 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->rect.cols - 10)