Lines Matching defs:s_calloc
2307 safefiles = s_calloc(1,
2310 safefilep->name = s_calloc(1, MAXPATHLEN +
2315 safefilep->next = s_calloc(1,
2318 safefilep->name = s_calloc(1,
2810 platarg = s_calloc(1, platarglen);
2811 rootarg = s_calloc(1, rootarglen);
2877 ostat = s_calloc(1, sb.st_size);
3804 cmdline = s_calloc(1, len);
4518 ent = s_calloc(1, sizeof (entry_t));
4784 lp = s_calloc(1, sizeof (line_t));
4980 mp = s_calloc(1, sizeof (menu_t));
5398 wholedisk = s_calloc(1, strlen(device) + 3);
5554 grubroot = s_calloc(1, 10);
6294 mhp = s_calloc(1, sizeof (mhash_t));
6307 mcp = s_calloc(1, sizeof (mcache_t));
7696 grubsign = s_calloc(1, MAXNAMELEN + 10);
7915 *physarray = s_calloc(*n, sizeof (char *));
7975 *physarray = s_calloc(1, sizeof (char *));
8347 lp = s_calloc(1, sizeof (line_t));
9049 lp = s_calloc(1, sizeof (line_t));
9063 lp->line = s_calloc(1, len);
9085 found->line = s_calloc(1, len);
9109 new_path = s_calloc(1, new_path_len);
9385 new_arg = s_calloc(1, new_str_len);
9404 new_arg = s_calloc(1, old_kernel_len + 1);
9484 new_arg = s_calloc(1, new_str_len);
9502 new_arg = s_calloc(1, new_str_len);
9507 new_arg = s_calloc(1, new_str_len);
9542 new_arg = s_calloc(1, new_str_len);
9557 new_arg = s_calloc(1, new_str_len);
9951 s_calloc(size_t nelem, size_t sz)
10077 lp = s_calloc(1, sizeof (line_t));