contents 191 lib/util.c char *contents; contents 195 lib/util.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 201 lib/util.c g_free (contents); contents 205 lib/util.c if (fwrite ((const void *) contents, 1, length, backup_fd) != length) contents 218 lib/util.c g_free (contents); contents 135 src/diffviewer/ydiff.c char *contents; contents 140 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 146 src/diffviewer/ydiff.c g_free (contents); contents 150 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); contents 154 src/diffviewer/ydiff.c g_free (contents);