contents 179 lib/util.c char *contents; contents 183 lib/util.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 189 lib/util.c g_free (contents); contents 193 lib/util.c if (fwrite ((const void *) contents, 1, length, backup_fd) != length) contents 199 lib/util.c g_free (contents); contents 137 src/diffviewer/ydiff.c char *contents; contents 142 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) contents 148 src/diffviewer/ydiff.c g_free (contents); contents 152 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); contents 156 src/diffviewer/ydiff.c g_free (contents);