Searched refs:oldcontent (Results 1 – 1 of 1) sorted by relevance
46 char *oldcontent = NULL; in main() local99 oldcontent = malloc(newcontentlength); in main()100 if (oldcontent == NULL) { in main()104 readsize = read(dstfd, oldcontent, newcontentlength); in main()111 if (0 == memcmp(oldcontent, newcontent, newcontentlength)) { in main()113 free(oldcontent); in main()