Home | History | Annotate | Download | only in hfs

Lines Matching defs:buffer2

172 	void*		buffer2;	/* used as temporary pointer for realloc() */
242 buffer2 = hfslib_realloc(buffer, 512, cbargs);
243 if (buffer2 == NULL)
245 buffer = buffer2;
305 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_info_t), cbargs);
306 if (buffer2 == NULL)
308 buffer = buffer2;
319 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_header_t), cbargs);
320 if (buffer2 == NULL)
322 buffer = buffer2;