contents          193 lib/util.c         char *contents;
contents          197 lib/util.c         if (!g_file_get_contents (from_file_name, &contents, &length, NULL))
contents          203 lib/util.c             g_free (contents);
contents          207 lib/util.c         if (fwrite ((const void *) contents, 1, length, backup_fd) != length)
contents          220 lib/util.c         g_free (contents);
contents          142 src/diffviewer/ydiff.c     char *contents;
contents          147 src/diffviewer/ydiff.c     if (!g_file_get_contents (from_file_name, &contents, &length, NULL))
contents          153 src/diffviewer/ydiff.c         g_free (contents);
contents          157 src/diffviewer/ydiff.c     length = fwrite ((const void *) contents, length, 1, backup_fd);
contents          161 src/diffviewer/ydiff.c     g_free (contents);