Lines Matching refs:xcalloc
295 + pv->partmaps = xcalloc (s, sizeof (pv->partmaps[0]));
758 + char **l = xcalloc (n + ext, sizeof (l[0]));
919 +#define xcalloc calloc
928 + m = xcalloc (s + rs, sizeof (gf_single_t));
933 + rs_polynomial = xcalloc (rs + 1, sizeof (gf_single_t));
1387 + devicelist = xcalloc (info.nr_disks + 1, sizeof (char *));
1396 + ret = xcalloc (fsi.num_devices + 1, sizeof (ret[0]));
1405 + entries = xcalloc (entry_max, sizeof (*entries));
1418 + script = xcalloc (4, strlen (cfgfile) + 300);
1431 + out = xcalloc (allocsize, sizeof (out[0]));
1444 + fpa = xcalloc (alloc, sizeof (fpa[0]));
1453 + pattern = xcalloc (l + 3, sizeof (pattern[0]));
1466 + *argv = xcalloc (*argc + 1, sizeof (argv[0]));
1480 + distributor16 = xcalloc (distrib8_len + 1,
1494 + ret = xcalloc (flen - offset + 2, sizeof (ret[0]));
1559 + grub_uint8_t *buffer = xcalloc (3, mode_info->width);
1568 + grub_uint8_t *buffer = xcalloc (3, mode_info->width);
1577 + grub_uint8_t *buffer = xcalloc (3, mode_info->width);
1664 + ret = xcalloc (2, strlen (drive));
1677 + argv2 = xcalloc (argc, sizeof (argv2[0]));
1690 + images = xcalloc (num_disks, sizeof (images[0]));
1699 + args = xcalloc (argc, sizeof (args[0]));
1712 + il->entries = xcalloc (il->n_alloc, sizeof (il->entries[0]));
1725 + d = xcalloc (alloced, sizeof (d[0]));
1734 + grub_drives = xcalloc (ndev + 1, sizeof (grub_drives[0]));
1750 + smd.addrs = xcalloc (smd.num_sections, sizeof (*smd.addrs));
1751 + smd.vaddrs = xcalloc (smd.num_sections, sizeof (*smd.vaddrs));
1765 + argp_argv = xcalloc (argc, sizeof (argp_argv[0]));
1766 + xorriso_tail_argv = xcalloc (argc, sizeof (argp_argv[0]));
1779 + files = xcalloc (argc + 1, sizeof (files[0]));
1792 + section_map = xcalloc (2 * pe_chdr->num_sections + 5, sizeof (int));
1795 + shdr = xcalloc (2 * pe_chdr->num_sections + 5, sizeof (shdr[0]));
1804 + rel = (elf_reloc_t *) xcalloc (pe_sec->num_relocations, sizeof (elf_reloc_t));
1815 + symtab = (Elf_Sym *) xcalloc (pe_chdr->num_symbols + 1, sizeof (Elf_Sym));
1819 + symtab_map = (int *) xcalloc (pe_chdr->num_symbols, sizeof (int));
1834 + drives_names = xcalloc (ndev + 1, sizeof (drives_names[0]));