Home | History | Annotate | Download | only in libexif

Lines Matching refs:XMALLOC

4266 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
4279 void *xmalloc (size_t num);
4362 newargz = XMALLOC (char *, argc + 1);
4457 XMALLOC (char, (strlen (actual_cwrapper_path) +
4548 xmalloc (size_t num)
4560 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
4689 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4697 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4714 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4864 char *str = XMALLOC (char, len);
4882 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4979 new_argv = XMALLOC (char *, argc + 1);
5015 quoted_string = XMALLOC (char, length + 1);