Home | History | Annotate | Download | only in build-aux

Lines Matching refs:XMALLOC

4269 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4365 newargz = XMALLOC (char *, argc + 1);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4867 char *str = XMALLOC (char, len);
4885 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4982 new_argv = XMALLOC (char *, argc + 1);
5018 quoted_string = XMALLOC (char, length + 1);