firstpage_backup  119 maint/gnulib/tests/test-free.c       void *firstpage_backup = malloc (pagesize);
firstpage_backup  129 maint/gnulib/tests/test-free.c       if (firstpage_backup != NULL && lastpage_backup != NULL
firstpage_backup  141 maint/gnulib/tests/test-free.c           memcpy (firstpage_backup, ptr_aligned, pagesize);
firstpage_backup  148 maint/gnulib/tests/test-free.c               memcpy (ptr_aligned, firstpage_backup, pagesize);