HomeSort by relevance Sort by last modified time
    Searched full:opt_malloc (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
option.c 480 static void *opt_malloc(size_t size) function
502 ret = opt_malloc(strlen(cp)+1);
589 struct txt_record *r = opt_malloc(sizeof(struct txt_record));
595 r->txt = opt_malloc(len+1);
672 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt));
725 new->netid = opt_malloc(sizeof (struct dhcp_netid));
802 new->val = opt_malloc(new->len);
828 new->val = opt_malloc(new->len);
839 new->val = op = opt_malloc((5 * addrs) + 1);
899 newp = opt_malloc(len + strlen(arg) + 2 + header_size)
    [all...]

Completed in 112 milliseconds