Searched refs:xrealloc (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dxalloc.h59 void *xrealloc (void *p, size_t s);
137 return xrealloc (p, n * s);
226 return xrealloc (p, n * s);
249 xrealloc (T *p, size_t s) function
251 return (T *) xrealloc ((void *) p, s);
H A Dxmalloc.c55 xrealloc (void *p, size_t n) function
H A Dquotearg.c745 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
/osnet-11/usr/src/lib/libpkg/common/
H A Dprogerr.c151 * xrealloc()
152 * Calls realloc() with the specfied parameters. xrealloc()
165 xrealloc(void *ptr, size_t size) function
H A Dpkglib.h474 extern void *xrealloc(void *ptr, size_t size);
/osnet-11/usr/src/grub/grub2/include/grub/emu/
H A Dmisc.h64 void * EXPORT_FUNC(xrealloc) (void *ptr, grub_size_t size) __attribute__ ((warn_unused_result));
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-menulst2cfg.c92 suffix = xrealloc (suffix, suffixlen + 1);
H A Dgrub-mount.c486 fuse_args = xrealloc (fuse_args, (fuse_argc + 1) * sizeof (fuse_args[0]));
492 images = xrealloc (images, (num_disks + 1) * sizeof (images[0]));
514 fuse_args = xrealloc (fuse_args, (fuse_argc + 2) * sizeof (fuse_args[0]));
525 fuse_args = xrealloc (fuse_args, (fuse_argc + 2) * sizeof (fuse_args[0]));
H A Dgrub-pe2elf.c113 strtab = xrealloc (strtab, strtab_max);
H A Ddeviceiter.c714 devs = xrealloc (devs, devs_max * sizeof (*devs));
H A Dgetroot.c117 path = xrealloc (path, size);
231 entries = xrealloc (entries, entry_max * sizeof (*entries));
H A Dgrub-mkfont.c1070 font_info.ranges = xrealloc (font_info.ranges,
1134 font_info.ranges = xrealloc (font_info.ranges,
/osnet-11/usr/src/cmd/parted/
H A Dtable.c138 t->rows = xrealloc (t->rows, (t->nrows + 1) * sizeof(wchar_t***));
184 *s = xrealloc (*s, newsize);
H A Dstrlist.c119 result = xrealloc (result, (wcslen (result) + 1) * sizeof (wchar_t));
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c137 xrealloc (void *ptr, grub_size_t size) function

Completed in 92 milliseconds