contents 183 lib/util.c char *contents; contents 187 lib/util.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 193 lib/util.c g_free (contents); contents 197 lib/util.c if (fwrite ((const void *) contents, 1, length, backup_fd) != length) contents 210 lib/util.c g_free (contents); contents 136 src/diffviewer/ydiff.c char *contents; contents 141 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 147 src/diffviewer/ydiff.c g_free (contents); contents 151 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); contents 155 src/diffviewer/ydiff.c g_free (contents);