Searched refs:xrealloc (Results 1 - 15 of 15) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | xalloc.h | 59 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 D | xmalloc.c | 55 xrealloc (void *p, size_t n) function
|
H A D | quotearg.c | 745 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | progerr.c | 151 * xrealloc() 152 * Calls realloc() with the specfied parameters. xrealloc() 165 xrealloc(void *ptr, size_t size) function
|
H A D | pkglib.h | 474 extern void *xrealloc(void *ptr, size_t size);
|
/osnet-11/usr/src/grub/grub2/include/grub/emu/ |
H A D | misc.h | 64 void * EXPORT_FUNC(xrealloc) (void *ptr, grub_size_t size) __attribute__ ((warn_unused_result));
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-menulst2cfg.c | 92 suffix = xrealloc (suffix, suffixlen + 1);
|
H A D | grub-mount.c | 486 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 D | grub-pe2elf.c | 113 strtab = xrealloc (strtab, strtab_max);
|
H A D | deviceiter.c | 714 devs = xrealloc (devs, devs_max * sizeof (*devs));
|
H A D | getroot.c | 117 path = xrealloc (path, size); 231 entries = xrealloc (entries, entry_max * sizeof (*entries));
|
H A D | grub-mkfont.c | 1070 font_info.ranges = xrealloc (font_info.ranges, 1134 font_info.ranges = xrealloc (font_info.ranges,
|
/osnet-11/usr/src/cmd/parted/ |
H A D | table.c | 138 t->rows = xrealloc (t->rows, (t->nrows + 1) * sizeof(wchar_t***)); 184 *s = xrealloc (*s, newsize);
|
H A D | strlist.c | 119 result = xrealloc (result, (wcslen (result) + 1) * sizeof (wchar_t));
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | misc.c | 137 xrealloc (void *ptr, grub_size_t size) function
|
Completed in 215 milliseconds