Lines Matching refs:malloc
73 # include <avahi-common/malloc.h>
217 nd = malloc (sizeof (Net_Device));
284 nd = malloc (sizeof (*nd));
579 malloc (s->opt.num_options * sizeof (s->local_opt.desc));
582 DBG (1, "fetch_options: couldn't malloc s->local_opt.desc\n");
590 malloc (sizeof (SANE_Option_Descriptor));
593 DBG (1, "fetch_options: couldn't malloc "
650 net_resource = malloc (strlen (resource) + 6 + strlen (dev->name));
1212 devlist = malloc (devlist_size * sizeof (devlist[0])); \
1298 mem = malloc (sizeof (*dev) + len + 1);
1594 s = malloc (sizeof (*s));