Home | History | Annotate | Download | only in curl

Lines Matching refs:XMALLOC

5642 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (char, length + 1);