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 141 src/diffviewer/ydiff.c char *contents; contents 146 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 152 src/diffviewer/ydiff.c g_free (contents); contents 156 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); contents 160 src/diffviewer/ydiff.c g_free (contents);