sys/fs/hfs/libhfs.c
1052
ptr = hfslib_realloc(*out_children,
sys/fs/hfs/libhfs.c
1064
ptr = hfslib_realloc(*out_childnames,
sys/fs/hfs/libhfs.c
242
buffer2 = hfslib_realloc(buffer, 512, cbargs);
sys/fs/hfs/libhfs.c
305
buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_info_t), cbargs);
sys/fs/hfs/libhfs.c
319
buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_header_t), cbargs);
sys/fs/hfs/libhfs.c
412
newpath = hfslib_realloc(path, 514 + total_path_length*2, cbargs);
sys/fs/hfs/libhfs.c
860
dummy = hfslib_realloc(*out_extents,
sys/fs/hfs/libhfs.h
625
void* hfslib_realloc(void*, size_t, hfs_callback_args*);