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

Lines Matching full:xmalloc

366       result = (char *) xmalloc (100);
1701 buffer = (char *) xmalloc (maxlen + 1);
1809 buffer = xmalloc (len + 1);
1829 buffer = xmalloc (maxlen);
2192 p = xmalloc (len+1);