Home | History | Annotate | Download | only in protobuf

Lines Matching refs:XMALLOC

3029 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
3051 void *xmalloc (size_t num);
3108 newargz = XMALLOC (char *, argc + 2);
3150 tmp_pathspec = XMALLOC (char, (strlen (shwrapper_name) +
3163 XMALLOC (char, (strlen (actual_cwrapper_path) +
3238 xmalloc (size_t num)
3250 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
3378 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3386 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3402 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);