Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:xmalloc

129 		  name = (char *) xmalloc (namelen + 1);
186 targname = xmalloc (1 + len + 1);
192 names = (char **) xmalloc (2 * sizeof (char *));
204 depname = xmalloc (1 + len + 1);
368 r = (struct rule *) xmalloc (sizeof (struct rule));
370 r->targets = (char **) xmalloc (2 * sizeof (char *));
371 r->suffixes = (char **) xmalloc (2 * sizeof (char *));
372 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
481 struct rule *r = (struct rule *) xmalloc (sizeof (struct rule));
488 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
489 r->suffixes = (char **) xmalloc (2 * sizeof (char *));